.wp-block-u-faq {padding:1rem;}
.wp-block-u-faq button {border-radius:0; font-weight:inherit;}
.wp-block-u-faq .faq-item {border:0; border-radius:0; padding:0.5rem 0; margin-bottom:0.5rem;}
.wp-block-u-faq .faq-header {margin-bottom:0;}

.wp-block-u-faq .faq-button {padding:.5rem 0; color:var(--c-2);  border-bottom:2px solid var(--c-4); 
	position: relative;
	display: flex;
	align-items: flex-start;
	width: 100%;
	font-size: 1rem;
	color: var(--c-1);
	text-align: left;
	background-color: transparent;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.wp-block-u-faq .faq-button:not(.collapsed) {color: var(--c-2); box-shadow: none; background-color:transparent; border:0; border-bottom:2px solid var(--c-light-grey);}

.wp-block-u-faq .faq-button:hover,
.wp-block-u-faq .faq-button:focus {color:var(--c-2); box-shadow: none;}

.wp-block-u-faq .faq-button::after {
	flex-shrink: 0;
	width: 24px;
	height:24px;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd%3Bclip-rule:evenodd%3Bstroke-linejoin:round%3Bstroke-miterlimit:2%3B'%3E%3Cg transform='matrix(2.20403 0 0 2.20403 -1.63196 -1.63224)'%3E%3Cpath d='M1.43 4.43c-0.151 0.151 -0.236 0.356 -0.236 0.57c0 0.214 0.085 0.419 0.237 0.57c-0.001 -0 5.999 6 5.999 6c0.151 0.151 0.356 0.236 0.57 0.236c0.214 -0 0.419 -0.085 0.57 -0.237c-0 0.001 6 -5.999 6 -5.999c0.151 -0.151 0.236 -0.356 0.236 -0.57c-0 -0.442 -0.364 -0.806 -0.806 -0.806c-0.214 0 -0.419 0.085 -0.57 0.236l-5.43 5.432c-0 -0 -5.43 -5.432 -5.43 -5.432c-0.151 -0.151 -0.356 -0.236 -0.57 -0.236c-0.214 0 -0.419 0.085 -0.57 0.236Z' style='fill:rgb(0 61 20)%3B'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 24px;
	transition: transform .2s ease-in-out;
	position:relative;
}

.wp-block-u-faq .faq-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd%3Bclip-rule:evenodd%3Bstroke-linejoin:round%3Bstroke-miterlimit:2%3B'%3E%3Cg transform='matrix(2.20403 0 0 2.20403 -1.63196 -1.63224)'%3E%3Cpath d='M1.43 4.43c-0.151 0.151 -0.236 0.356 -0.236 0.57c0 0.214 0.085 0.419 0.237 0.57c-0.001 -0 5.999 6 5.999 6c0.151 0.151 0.356 0.236 0.57 0.236c0.214 -0 0.419 -0.085 0.57 -0.237c-0 0.001 6 -5.999 6 -5.999c0.151 -0.151 0.236 -0.356 0.236 -0.57c-0 -0.442 -0.364 -0.806 -0.806 -0.806c-0.214 0 -0.419 0.085 -0.57 0.236l-5.43 5.432c-0 -0 -5.43 -5.432 -5.43 -5.432c-0.151 -0.151 -0.356 -0.236 -0.57 -0.236c-0.214 0 -0.419 0.085 -0.57 0.236Z' style='fill:rgb(0 61 20)%3B'/%3E%3C/g%3E%3C/svg%3E");
	transform: rotate(-180deg);
}

.wp-block-u-faq .faq-button h2 {font-size: 1.2rem; margin:0;}


.wp-block-u-faq .faq-body {background-color:transparent; padding:0; border-radius:0; padding-top:0.5rem; padding-bottom:2rem;}

.wp-block-u-faq .faq-item .faq-collapse {border-radius: 0!important; border-bottom:2px solid var(--c-4); }

.faq-item {
	background-color: transparent;
	border: 0;
}


