/* ===== XL Események slider ===== */
.er-xlsl { position: relative; padding: 0 0 8px; }
.er-xlsl__swiper { overflow: hidden; }
.er-xlsl .swiper-wrapper { display: flex; }
.er-xlsl .swiper-slide { height: auto; flex-shrink: 0; }
.er-xlsl .er-mg__card { height: 100%; display: flex; flex-direction: column; }
.er-xlsl .er-mg__excerpt { flex: 1 1 auto; }

/* Nyilak – arany kör, fehér nyíl (a téma ikonfontjával) */
.er-xlsl__arrow {
	position: absolute;
	top: 38%;
	z-index: 5;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--e-global-color-primary, #CAA05C);
	border-radius: 100px;
	background-color: var(--e-global-color-primary, #CAA05C);
	color: #ffffff;
	font-size: 17px;
	cursor: pointer;
	transition: all .2s ease;
	box-shadow: 0 6px 18px rgba(28,28,29,.16);
}
.er-xlsl__arrow--prev { left: -10px; }
.er-xlsl__arrow--next { right: -10px; }
.er-xlsl__arrow i { display: block; }
.er-xlsl__arrow--prev i { transform: rotate(180deg); } /* vízszintesen balra */
.er-xlsl__arrow--next i { transform: rotate(0deg); }   /* vízszintesen jobbra */
.er-xlsl__arrow:hover { opacity: .9; }
.er-xlsl__arrow:disabled { opacity: .35; cursor: default; }

/* Pontok */
.er-xlsl__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 26px;
	min-height: 10px;
}
.er-xlsl__dots .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	border-radius: 100px;
	background-color: #d8d3c8;
	opacity: 1;
	cursor: pointer;
	transition: all .2s ease;
}
.er-xlsl__dots .swiper-pagination-bullet-active {
	background-color: var(--e-global-color-primary, #CAA05C);
	width: 26px;
}

@media (max-width: 767px) {
	.er-xlsl__arrow--prev { left: 4px; }
	.er-xlsl__arrow--next { right: 4px; }
}
