.expert-slider {
	width: 100%;
}
.expert-item {
	position: relative;
	width: 100%;
}
.expert-link {
	gap: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	width: fit-content;
}
.expert-item img {
	height: 400px !important;
	object-fit: cover;
	border-radius: 12px !important;
	max-width: 290px !important;
}
.expert-link-icon {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 47px;
	top: 10px;
}
.expert-slider footer {
	box-shadow: 0px 14px 100px 0px #4E4A5933;
	padding: 15px;
	background: #FFF;
	border-radius: 5px;
	width: 250px;
	margin-top: -40px;
	z-index: 1;
    position: relative;
    left: 20px;
}
.expert-slider footer h3 {
	font-family: var(--main-font);
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: var(--e-global-color-primary);
	margin: 0;
}
.expert-slider footer p {
	font-family: var(--main-font);
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: var(--e-global-color-text);
	margin: 0;
}
.expert-slider .custom-slider-slide {
	padding-bottom: 90px;
}
.expert-slider .custom-slider-arrow {
	top: -90px;
    background: #FFF;
}
.expert-slider .custom-slider-arrow::after {
	background-image: url(/wp-content/uploads/2025/11/arrow-narrow-right.svg);
	width: 24px;
    height: 24px;
}
.expert-slider .custom-slider-prev-arrow {
	left: initial;
    right: 78px;
}
.expert-slider .custom-slider-next-arrow {
	right: 0;
}
.faq__container summary {
	list-style: none;
	font-family: var(--alt-font);
	font-weight: 400;
	font-size: 40px;
	line-height: 56px;
	color: var(--e-global-color-text);
	position: relative;
}
.faq__container .faq__item {
	margin-bottom: 50px;
}
.faq__container summary::before {
	content: '';
    background: url(/wp-content/uploads/2025/09/hoja-decoration-title.svg) no-repeat center / contain;
    width: 46px;
    height: 43px;
	bottom: 10px;
    left: -25px;
    position: absolute;
}
.faq__container summary::after {
	content: '';
	background: url(/wp-content/uploads/2025/11/open.svg)no-repeat center/contain;
	height: 50px;
	width: 50px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
}
.faq__container details[open] summary::after {
	background: url(/wp-content/uploads/2025/11/close.svg)no-repeat center/contain;
}
.faq__container .faq__item-content {
	font-family: var(--main-font);
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: var(--e-global-color-text);
	margin: 1rem 0 0 0;
}
@media(max-width: 768px) {
	.expert-link {
		width: 100%;
	}
	.expert-item img {
		max-width: initial !important;
		width: 100%;
	}
	.expert-link-icon {
		right: 10px;
	}
	.expert-slider .custom-slider-arrow {
		top: initial;
		bottom: -42px;
	}
	.expert-slider .custom-slider-next-arrow {
		right: calc(50% - 73px);
	}
	.expert-slider .custom-slider-prev-arrow {
		left: calc(50% - 73px);
	}
}