/* =========================
   THEATRE SINGLE PAGE
========================= */

/* Hide ads inside theatre layout */
.afisha-single-v2--theatre .adsbygoogle,
.afisha-single-v2--theatre ins.adsbygoogle,
.afisha-single-v2--theatre .afisha-single-v2__ad-block,
.afisha-single-v2--theatre .afisha-single-v2__affiliate-block,
body:has(.afisha-single-v2--theatre) .adsbygoogle,
body:has(.afisha-single-v2--theatre) ins.adsbygoogle {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

/* Base */
.afisha-single-v2--theatre {
	background: #fff;
}

.afisha-single-v2--theatre .afisha-single-v2__grid {
	align-items: flex-start;
}

/* Header */
.af-theatre-header {
	margin-bottom: 26px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(0,0,0,.08);
}

.af-theatre-header .afisha-single-v2__title {
	margin-bottom: 14px;
}

.af-theatre-share {
	justify-content: flex-start;
}

/* Hero */
.af-theatre-hero {
	margin: 0 0 36px;
}

.af-theatre-hero img {
	width: 100%;
	max-height: 300px;
	object-fit: cover;
	display: block;
}

/* Content */
.af-theatre-details {
	margin-bottom: 56px;
}

.af-theatre-section {
	margin-bottom: 42px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(0,0,0,.08);
}

.af-theatre-section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.af-theatre-section h2 {
	margin-bottom: 18px;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #d81f2a;
}

.af-theatre-section h2::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin-top: 10px;
	background: #ff1f2d;
}

.af-theatre-content {
	font-size: 18px;
	line-height: 1.85;
	color: #1a1a1a;
}

.af-theatre-content p {
	max-width: 720px;
	margin-bottom: 16px;
}

/* =========================
   SIDEBAR TYPO
========================= */

.af-theatre-sidebar-label {
	margin-bottom: 18px;
	font-family: Georgia, serif;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #d81f2a;
}

.af-theatre-sidebar-label::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin-top: 10px;
	background: #ff1f2d;
}

.af-theatre-sidebar-card {
	margin-bottom: 42px;
}

/* =========================
   TICKET CARD
========================= */

.af-theatre-current-show {
	margin-bottom: 28px;
}

.af-theatre-ticket-card {
	width: 100%;
	background: #f7f1e8;
	border: 1px solid rgba(0,0,0,.12);
	box-shadow: 0 18px 42px rgba(0,0,0,.14);
	overflow: hidden;
}

/* Image */
.af-theatre-ticket-card__image {
	position: relative;
	height: 300px;
	overflow: hidden;
	background: #111;
}

.af-theatre-ticket-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

.af-theatre-ticket-card:hover img {
	transform: scale(1.04);
}

/* Badge */
.af-ticket-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: #e30613;
	color: #fff;
	padding: 6px 10px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

/* Body */
.af-theatre-ticket-card__body {
	padding: 22px;
}

/* Title */
.af-theatre-ticket-card__title {
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 12px;
}

.af-theatre-ticket-card__title a {
	text-decoration: none;
	color: #111;
}

.af-theatre-ticket-card__title a:hover {
	color: #d81f2a;
}

/* Rating */
.af-theatre-ticket-card__rating {
	display: flex;
	gap: 6px;
	margin-bottom: 18px;
	font-size: 12px;
	color: #555;
}

.af-rating-hearts .heart {
	color: #d7cfc4;
}

.af-rating-hearts .full {
	color: #e30613;
}

/* Price */
.af-theatre-ticket-card__price {
	border-top: 1px solid rgba(0,0,0,.14);
	padding-top: 16px;
	margin-bottom: 20px;
}

.af-theatre-ticket-card__price span {
	font-size: 11px;
	font-weight: 900;
	color: #d81f2a;
	text-transform: uppercase;
}

.af-theatre-ticket-card__price strong {
	font-size: 34px;
	font-family: Georgia, serif;
	font-weight: 900;
	display: block;
}

/* Button */
.af-theatre-ticket-card__btn {
	display: grid;
	grid-template-columns: 1fr 68px;
	background: #111;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration: none;
}

.af-theatre-ticket-card__btn span {
	padding: 20px;
}

.af-theatre-ticket-card__btn em {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e30613;
	font-size: 26px;
	color: #111;
}

.af-theatre-ticket-card__btn:hover {
	background: #000;
}

.af-theatre-ticket-card__btn:hover em {
	background: #fff;
	color: #111;
}

/* =========================
   MAP + SEATING
========================= */

.af-theatre-map {
	width: 100%;
	height: 360px;
	border: 0;
}

.af-theatre-seating-chart {
	width: 100%;
	margin-top: 14px;
	border: 1px solid rgba(0,0,0,.08);
}

/* =========================
   LIGHTBOX
========================= */

.af-lightbox-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.88);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

.af-lightbox-image {
	max-width: 90vw;
	max-height: 85vh;
	background: #fff;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {

	.af-theatre-ticket-card__image {
		height: 260px;
	}

	.af-theatre-ticket-card__title {
		font-size: 22px;
	}

	.af-theatre-ticket-card__btn {
		grid-template-columns: 1fr 58px;
	}

	.af-theatre-map {
		height: 300px;
	}

	.af-theatre-sidebar {
		position: static;
	}
}
