.accordion details summary::marker {
	color: transparent;
}
.accordion {
	padding-left: 0px;
	&:has( + .accordion) {
		margin-bottom: 0px;
	}
	&:first-of-type {
		border-top: 2px solid var(--wp--preset--color--black);
	}
}

.accordion details  {

	display: inline-block;
	border-bottom: 2px solid var(--wp--preset--color--black);

	&[open] summary {
		&::before {
			transform: rotate(90deg);
		}
	}
	& summary {
		padding-left: 0px;
		border-bottom: 0;

		&::before {
			transition: transform .25s;
			tansform: rotate(0);
			content: '>';
			display: inline-block;
			float:left;
			font-size: 1.5em ;
			font-weight: 800;
			color: var(--wp--preset--color--primary);
			margin-right: .5em;
		}
	}
	& summary + div > .column {
		padding-top: 0;
	}
}

.ginput_price {
	display: none;
}


.am-gf-button .gchoice {
display: inline-grid !important;
text-align: center;
padding-right: .5em !important;

}
.am-gf-button .gchoice input {
display: none !important;
}

.am-gf-button .gchoice label {
padding:  .375em .675em !important;
background: #efefef;
font-weight: 700 !important;
	border-radius: .5em;
	width :100%;
	max-width: none !Important;
	font-size: .875em !important;


}
.am-gf-button .gchoice  {
	margin-bottom: .5em;
}
.am-gf-button .gchoice input:checked + label  {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--default)!important;
}


.gfield--input-type-total input,
.ginput_product_price_wrapper input{
	font-size: 1.5em !Important;
	color: green !important;
	font-weight: 600 !important;
	border: 0px solid transparent !Important;
	padding: 0 0 0 0 !important;
	/* border-bottom : 3px solid green !Important; */
}

.gform_confirmation_wrapper {
	display: flex;
	justify-content: center !important;
}


div.funded-goal {
	width: 100%;
	display: inline-block;
	& .funded-bar, & .funded-background {
		height: 2rem;
		width: 100%;
		display: block;
		padding: 0;
		background: var(--wp--preset--color--gray-light);
		z-index:  2;
		position: relative;
		overflow: hidden;
	}
	& .funded-bar {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		background: green;
	}

	& .funded-current ,
	& .funded-total {
		width: 50%;
		display: inline-block;
		padding-top: .5em;
	}
	& .funded-total {
		text-align: right;
	}
}
