.tpt-collection-title tpt-accordion-title {
	display: inline-flex;
	column-gap: 1rem;
	align-items: end;
	cursor: pointer;
}

.tpt-collection-title .accordion-caret {
	transform: rotate(45deg);
	position: relative;
    top: -3px;
}

.tpt-collection-title .accordion-caret svg {
	width: 1rem;
	height: 1rem;
}

.tpt-collection-title tpt-accordion-item.active .accordion-caret {
	transform: rotate(0);
}

.tpt-collection-title .tpt-collection-title__heading {
	margin: 0;
}

.tpt-collection-title .tpt-collection-title__description {
	padding: 1.5rem 0 0;
}
