.acc-head{
	display: flex;
	position: relative;
	text-transform: uppercase;
    align-items: center;
    justify-content: space-between;
    position: relative;
	padding: 15px 20px 14px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #4e4e4e;
	font-size: 12px;
	letter-spacing: 0.25em;
	transition: all 0.5s;
	color: #efefef;
	cursor: pointer;
	margin-top: -1px;
}

.acc-head svg{
	height: 16px;
	width: 24px;
	fill: #999;
	transition: all 0.5s;
}

.acc-head .toggle-on{
	display: none;
}

.acc-head.active .toggle-off{
	display:none;
}

.acc-head.active .toggle-on{
	display: block;
}

.acc-body{
	display: none;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	padding: 10px 0 10px 0;
	border-style: solid;
    border-width: 0 0 0 0;
    border-color: #333;
    margin-top: 0;
	margin-block-start: unset !important;
}

.acc-body p{
	color: #efefef;
	margin-bottom: 20px;
}

.acc-body p:last-child{
	padding-bottom: 0;
}

.acc-body .block-editor-inner-blocks{
	position: relative;
	clear: both;
	width: 100% !important;
}

.acf-block-preview .acc-body{
	display: flex !important;
}

.acc-body.active{
	display: block;
	border-width: 0 0 0 0;
}

.acc-body p{
	line-height: 2em;
}

.acc-body p:first-child{
	margin-top: 0 ;
}
