/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-capdemat-theme-2-dialog {
	padding: 15px;
}

.accordion-section .accordion-header {
	margin-bottom: 0;
	text-align: left;
}

.accordion-section .accordion-header {
	text-decoration: none !important;
}

.accordion-section .accordion-header button {
	border: none !important;
	border-radius: 0 !important;
	width: 100%;
}

.accordion-body {
	padding: 1rem 1.25rem;
}

.accordion-button {
	text-align: left;
	padding: 1em 0.5em;
	font-size: 1rem;
	display: flex;
	background-color: transparent;
	transition: 0.4s ease-in-out;
}

.accordion-button:not(.collapsed) {
	color: #0c63e4;
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
	display: block;
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	margin-right: 1rem;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;

	transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
	transform: rotate(-180deg);
}

.accordion-collapse {
	max-height: 0px;
	transition: max-height 0.35s ease;
	overflow: hidden;
}
