.faq-container {
    width: 100%;
    max-width: 1020px !important;
    border: 1px solid #ddd;
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px 20px 30px;
    font-weight: bold;
    cursor: pointer;
	align-items:center;
	background-color: #f9f9f9;
	margin-bottom:0 !important;
	color:#242424 !important;
	font-size:18px !important;
	line-height:22px !important;
	font-weight:bold !important;
}

.faq-toggle {
    width:15px;
	height:15px;
	background:url('/wp-content/uploads/2024/11/faqs-mas.svg') no-repeat 0 50%;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background-color:transparent;
    color: #333;
    font-size: 0.95em;
    transition: max-height 0.3s ease, padding 0.3s ease;
	color:#4E4E4E !important;
	font-size:16px !important;
	line-height:26px !important;
}

.faq-answer > div{
	padding: 35px 25px 25px 25px;
}

.faq-item.active .faq-answer {
    max-height: 200px; /* Un valor suficiente para permitir el contenido */
	border-top:1px solid #E6E6E6;
}

.faq-item.active .faq-toggle {
    background:url('/wp-content/uploads/2024/11/faqs-menos.svg') no-repeat 0 50%;
}
