/**
 * Estilos específicos de la página The Cursed (sala Stone Oak).
 * Referencia: paginas/the-cursed/the-cursed.html
 */

.page-the-cursed-main .the-cursed-body {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 20px 40px;
	font-family: Arial, sans-serif;
	line-height: 1.6;
}

.page-the-cursed-main .the-cursed-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.page-the-cursed-main .the-cursed-col {
	min-width: 0;
}

.page-the-cursed-main .the-cursed-col-left {
	padding-bottom: 20px;
}

.page-the-cursed-main .the-cursed-title {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.page-the-cursed-main .the-cursed-badge {
	display: inline-block;
	background: #17a2b8;
	color: #fff;
	padding: 4px 10px;
	font-weight: 700;
	border-radius: 4px;
	font-size: 14px;
}

.page-the-cursed-main .the-cursed-lead {
	font-weight: 700;
	margin-top: 12px;
	margin-bottom: 1rem;
}

.page-the-cursed-main .the-cursed-col p {
	margin-bottom: 1rem;
}

.page-the-cursed-main .the-cursed-ctas {
	margin: 24px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.page-the-cursed-main .the-cursed-btn {
	display: inline-block;
	padding: 14px 26px;
	background: linear-gradient(132deg, #da7f32 27%, #dda40a 100%);
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	border-radius: 6px;
	border: none;
	transition: opacity 0.2s ease;
}

.page-the-cursed-main .the-cursed-btn:hover {
	color: #fff;
	opacity: 0.9;
}

.page-the-cursed-main .the-cursed-h2 {
	margin-top: 0;
	margin-bottom: 1rem;
}

.page-the-cursed-main .the-cursed-h3 {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}

.page-the-cursed-main .the-cursed-h5 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.page-the-cursed-main .the-cursed-room-list {
	padding-left: 18px;
	margin: 0.5rem 0 1rem;
}

.page-the-cursed-main .the-cursed-room-list li {
	margin: 4px 0;
}

.page-the-cursed-main .the-cursed-body a {
	color: #da7f32;
	font-weight: 700;
	text-decoration: none;
}

.page-the-cursed-main .the-cursed-body a:hover {
	text-decoration: underline;
}

.page-the-cursed-main .the-cursed-body a.the-cursed-btn {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.page-the-cursed-main .the-cursed-body a.the-cursed-btn:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	opacity: 0.9;
}

@media (max-width: 768px) {
	.page-the-cursed-main .the-cursed-grid {
		grid-template-columns: 1fr;
	}
}
