.faq-item{
	cursor: pointer;
	
}

.faq-item__question{
	padding: 10px;
	margin-bottom: -1px;
	background: #fff;
	border-bottom: 1px solid #f9f9f9;
}

.faq-item__answer{
	display: none;
	padding: 10px;
	font-weight: 300;
	margin-bottom: 10px;
	background: #f9f9f9;
	border-radius: 0px 0px 5px 5px;
}

.faq-item.active .faq-item__answer{
	display: block;
}

.faq-item__answer p{
	margin-bottom: 10px;
    margin-top: 0px;
}

.faq-item__answer p:last-child{
	margin-bottom: 0px!important;
}

.faq-item{
	margin-top: 10px;
}


.dgk-content li{
	font-weight: 300;
	list-style: none;
	margin-bottom: 5px;
}

.dgk-content ul{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}




.faq-item strong{
	color: #000;
	font-weight: 300;
}

.faq-item .toggle{
	height: 18px;
	width: 18px;
	display: block!important;
	background-image: url('/wp-content/uploads/2025/06/faq-open.svg');
	background-size: cover;  
}

.faq-item.active .toggle{
	background-image: url('/wp-content/uploads/2025/06/faq-close.svg');
}

.faq-item.active .faq-item__question{
	color: #000;
	opacity: 1;
}



.faq-item__question{
	display: flex;
	position: relative;
	max-width: 100%;
	gap: 20px;
	color: #000;
	width: 100%;
	display: flex;
  justify-content: space-between;
  align-items: center;
  /* Explicitly prevent wrapping */
  flex-wrap: nowrap;
}

.faq-item__question .toggle {
  flex: 0 0 auto;
  /* e.g. width/height: 24px; */
}
