/**
 * Single escape-room CPT + secciones compartidas con home (red-map).
 */

@media (min-width: 1201px) {
	body.single-escape-room {
		margin-top: 0 !important;
	}
}

.escape-room-main .escape-room-hero {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 200px;
}

@media (min-width: 992px) {
	.escape-room-main .escape-room-hero {
		min-height: 320px;
	}
}

.escape-room-main .room-content .img-hexagon,
.escape-room-main .escape-room-hex-wrap {
	display: inline-block;
	margin-top: -3rem;
	margin-bottom: 1rem;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	max-width: 220px;
}

.escape-room-main .room-content .img-hexagon img,
.escape-room-main .escape-room-hex-wrap img {
	display: block;
	width: 200px;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

/* Dificultad: candados (1–5), activos dorados, inactivos gris */
.escape-room-main .ee-room-locks {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	align-items: center;
	margin: 0.75rem 0 1rem;
}

.escape-room-main .ee-lock {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.35rem;
	line-height: 1;
}

.escape-room-main .ee-lock--on {
	color: #dda40a;
}

.escape-room-main .ee-lock--off {
	color: #9e9e9e;
}

/* Barras de stats (rojo hasta el %) */
.escape-room-main .ee-stat {
	margin-bottom: 0.65rem;
}

.escape-room-main .ee-stat-label {
	font-size: 0.95rem;
	margin-bottom: 0.2rem;
	color: #333;
}

.escape-room-main .ee-stat-bar {
	height: 10px;
	background: #e0e0e0;
	border-radius: 2px;
	overflow: hidden;
	max-width: 100%;
}

.escape-room-main .ee-stat-fill {
	display: block;
	height: 100%;
	background: #b40f20;
	border-radius: 2px;
	max-width: 100%;
}

.escape-room-main .escape-room-video-section {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* Galería: espacio como en referencia */
.escape-room-main .outer_gallery_slide {
	margin-top: 1rem;
}

/* Misma sección red-map que front-page (front-page.css ya aplica; refuerzo en single) */
.escape-room-main .red-map-section {
	margin: 3rem 0 -1.2rem;
}

@media (min-width: 1200px) {
	.escape-room-main .red-map-section {
		max-height: 387px;
	}
}

.escape-room-main .escape-room-map iframe {
	border: 0;
	width: 100%;
	height: 500px;
	margin-bottom: -25px;
}
