.wp-block-perspective-faq-toggle {
	background-color: var(--wp--preset--color--base);
	border-radius: 20px;
	padding: var(--wp--preset--spacing--medium);
}

.wp-block-perspective-faq-toggle summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 12px;
	list-style: none;
	min-height: 40px;
	position: relative;
}

.wp-block-perspective-faq-toggle summary::-webkit-details-marker {
	display: none;
}

.wp-block-perspective-faq-toggle summary::marker {
	content: "";
}

.wp-block-perspective-faq-toggle summary::after {
	background-image: url('data:image/svg+xml,<svg width="26" height="14" viewBox="0 0 26 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.916504 0.916504L12.1888 12.1888C12.2711 12.2765 12.3704 12.3463 12.4808 12.3941C12.5911 12.4419 12.7101 12.4665 12.8303 12.4665C12.9505 12.4665 13.0695 12.4419 13.1798 12.3941C13.2902 12.3463 13.3895 12.2765 13.4718 12.1888L24.7441 0.916504" stroke="%231A1A30" stroke-width="1.83289" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 26px 14px;
	content: "";
	flex: 0 0 26px;
	height: 14px;
	margin-left: auto;
}

.wp-block-perspective-faq-toggle[open] summary::after {
	background-image: url('data:image/svg+xml,<svg width="26" height="14" viewBox="0 0 26 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.916504 12.4665L12.1888 1.19422C12.2711 1.10655 12.3704 1.03668 12.4808 0.988913C12.5911 0.941147 12.7101 0.916504 12.8303 0.916504C12.9505 0.916504 13.0695 0.941147 13.1798 0.988913C13.2902 1.03668 13.3895 1.10655 13.4718 1.19422L24.7441 12.4665" stroke="%231A1A30" stroke-width="1.83289" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.wp-block-perspective-faq-toggle h3 {
	margin: 0;
}

.wp-block-perspective-faq-toggle[open] summary {
	margin-bottom: 24px;
}
