/**
 * Popup menú lateral (planilla «Kross — Popup Menú»).
 * Replica producción: panel 395px, fondo blanco, título #EFC234.
 */

.elementor-popup-modal:has(.kross-popup-menu) {
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: flex-start;
	align-items: center;
	pointer-events: all;
}

.elementor-popup-modal:has(.kross-popup-menu) .dialog-widget-content {
	animation-duration: 0.5s;
	background-color: #ffffff;
}

.elementor-popup-modal:has(.kross-popup-menu) .dialog-message {
	width: 395px;
	max-width: 100vw;
	height: 100vh;
	height: 100dvh;
	align-items: flex-start;
}

.elementor-popup-modal:has(.kross-popup-menu) .dialog-close-button {
	display: flex;
	top: 15px;
	font-size: 27px;
}

.elementor-popup-modal:has(.kross-popup-menu) .dialog-close-button:hover i,
.elementor-popup-modal:has(.kross-popup-menu) .e-eicon-close:hover {
	color: #efc234;
	fill: #efc234;
}

/* Anular estilos off-canvas del header si comparten clase kross-side-menu__panel */
.elementor-popup-modal .kross-popup-menu.kross-side-menu__panel {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	width: 100%;
	max-width: none;
	height: auto;
	min-height: 50vh;
	transform: none;
	transition: none;
	box-shadow: none;
	background-color: #ffffff;
	pointer-events: auto;
	overflow: visible;
}

.elementor-popup-modal .kross-popup-menu__title .elementor-heading-title,
.elementor-popup-modal .kross-side-menu__title .elementor-heading-title {
	margin: 0;
	color: #efc234;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1;
}

.elementor-popup-modal .kross-popup-menu__nav .elementor-nav-menu .elementor-item {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
	padding: 0;
}

.elementor-popup-modal .kross-popup-menu__nav .elementor-nav-menu .elementor-item::after {
	display: none;
}

.elementor-popup-modal .kross-popup-menu__nav .menu-item a {
	color: #000000 !important;
	text-decoration: none;
}

.elementor-popup-modal .kross-popup-menu__nav .menu-item a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.elementor-popup-modal .kross-popup-menu__odissea-wrap {
	width: 33%;
}

.elementor-popup-modal .kross-popup-menu__odissea img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

@media (max-width: 767px) {
	.elementor-popup-modal:has(.kross-popup-menu) .dialog-message {
		width: min(395px, 100vw);
	}

	.elementor-popup-modal .kross-popup-menu__odissea-wrap {
		width: 100px;
	}
}
