.dj-locations-overview {
	--dj-location-bg: rgba(0, 0, 0, 0.34);
	--dj-location-bg-strong: rgba(0, 0, 0, 0.58);
	--dj-location-border: rgba(255, 255, 255, 0.22);
	--dj-location-border-strong: rgba(255, 255, 255, 0.36);
	--dj-location-text: #ffffff;
	--dj-location-muted: rgba(255, 255, 255, 0.76);
	--dj-location-cyan: #31d7ff;
	--dj-location-red: #ff3b78;
	color: var(--dj-location-text);
	display: grid;
	gap: clamp(34px, 5vw, 72px);
	width: 100%;
}

.dj-locations-overview *,
.dj-locations-overview *::before,
.dj-locations-overview *::after {
	box-sizing: border-box;
}

.dj-locations-empty {
	border: 1px solid var(--dj-location-border);
	border-radius: 8px;
	background: var(--dj-location-bg);
	padding: 24px;
}

.dj-locations-empty p {
	margin: 0;
}

.dj-location-slider-set {
	display: grid;
	gap: clamp(28px, 4vw, 56px);
}

.dj-location-slider,
.dj-location-map-section,
.dj-location-grid-section,
.dj-location-table-section {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.dj-location-section-head {
	align-items: end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	min-width: 0;
}

.dj-location-section-head h2 {
	color: #ffffff;
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 800;
	line-height: 1.08;
	margin: 0;
}

.dj-location-eyebrow {
	background: linear-gradient(
		100deg,
		#ffffff 0%,
		#7ee7ff 20%,
		#ffffff 39%,
		#ff5fe0 58%,
		#ffd6fb 76%,
		#ffffff 100%
	);
	background-clip: text;
	background-position: 50% 50%;
	background-size: 180% 100%;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.dj-location-slider-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}

.dj-location-overview-link {
	border-bottom: 1px solid currentColor;
	color: rgba(255, 255, 255, 0.84);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	margin-top: 10px;
	text-decoration: none;
}

.dj-location-overview-link:hover {
	color: var(--dj-location-cyan);
}

.dj-location-area-switch {
	background: rgba(0, 0, 0, 0.26);
	border: 1px solid var(--dj-location-border);
	border-radius: 8px;
	display: inline-flex;
	gap: 4px;
	justify-self: start;
	padding: 4px;
}

.dj-location-area-switch button {
	appearance: none;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.76);
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	min-height: 38px;
	padding: 8px 14px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.dj-location-area-switch button:hover,
.dj-location-area-switch button:focus-visible {
	border-color: rgba(255, 255, 255, 0.35);
	color: #ffffff;
	outline: none;
}

.dj-location-area-switch button.is-active {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.4);
	color: #ffffff;
}

.dj-location-icon-button {
	align-items: center;
	appearance: none;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid var(--dj-location-border-strong);
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 26px;
	font-weight: 600;
	height: 44px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
	width: 44px;
}

.dj-location-icon-button:hover,
.dj-location-icon-button:focus-visible {
	background: rgba(255, 255, 255, 0.35);
	border-color: rgba(255, 255, 255, 0.72);
	outline: none;
	transform: translateY(-1px);
}

.dj-location-slider-track {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	padding: 2px 2px 16px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-color: rgba(255, 255, 255, 0.45) rgba(255, 255, 255, 0.12);
}

.dj-location-card {
	background: var(--dj-location-bg);
	border: 1px solid var(--dj-location-border);
	border-radius: 8px;
	display: grid;
	flex: 0 0 min(400px, 84vw);
	grid-template-rows: auto 1fr;
	min-width: 0;
	overflow: hidden;
	scroll-snap-align: start;
}

.dj-location-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.dj-location-grid .dj-location-card {
	flex: initial;
}

.dj-location-card[hidden],
.dj-location-table tr[hidden] {
	display: none !important;
}

.dj-location-card-media {
	aspect-ratio: 16 / 10;
	background:
		radial-gradient(circle at 18% 22%, rgba(49, 215, 255, 0.36), transparent 32%),
		radial-gradient(circle at 82% 76%, rgba(255, 59, 120, 0.34), transparent 34%),
		#141414;
	display: grid;
	isolation: isolate;
	overflow: hidden;
	place-items: center;
	text-decoration: none;
	width: 100%;
}

.dj-location-card-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dj-location-card-media .dj-location-card-logo {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 8px;
	height: auto;
	max-height: 64%;
	max-width: 72%;
	object-fit: contain;
	padding: 18px;
	width: auto;
}

.dj-location-card-media .dj-location-card-fallback {
	color: rgba(255, 255, 255, 0.7);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	line-height: 1.12;
	max-width: 82%;
	overflow-wrap: anywhere;
	text-align: center;
}

.dj-location-card-body {
	align-content: start;
	display: grid;
	gap: 12px;
	padding: 18px;
}

.dj-location-card-meta {
	color: var(--dj-location-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 700;
	gap: 8px 14px;
	line-height: 1.35;
}

.dj-location-card h3 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.16;
	margin: 0;
}

.dj-location-card h3 a,
.dj-location-table a {
	color: inherit;
	text-decoration: none;
}

.dj-location-card h3 a:hover,
.dj-location-table a:hover {
	color: var(--dj-location-cyan);
}

.dj-location-card p {
	color: var(--dj-location-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.dj-location-text-link,
.dj-location-table-link {
	align-items: center;
	border-bottom: 1px solid currentColor;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-self: start;
	line-height: 1.35;
	text-decoration: none;
}

.dj-location-text-link:hover,
.dj-location-table-link:hover {
	color: var(--dj-location-cyan);
}

.dj-location-map {
	align-items: stretch;
	background: #111111;
	border: 1px solid var(--dj-location-border);
	border-radius: 8px;
	display: block;
	height: clamp(360px, 52vw, 560px);
	min-height: 360px;
	overflow: hidden;
	width: 100%;
}

.dj-location-map .leaflet-tile {
	filter: grayscale(1) invert(0.92) contrast(0.9) brightness(0.82);
}

.dj-location-map .leaflet-control-attribution,
.dj-location-map .leaflet-popup-content-wrapper,
.dj-location-map .leaflet-popup-tip {
	background: rgba(0, 0, 0, 0.82);
	color: #ffffff;
}

.dj-location-map .leaflet-popup-content {
	font-size: 14px;
	line-height: 1.45;
	margin: 12px 14px;
}

.dj-location-map .leaflet-popup-content a {
	color: var(--dj-location-cyan);
	font-weight: 800;
}

.dj-location-map.is-unavailable,
.dj-location-map.is-loading {
	align-items: center;
	color: var(--dj-location-muted);
	display: grid;
	padding: 24px;
	place-items: center;
	text-align: center;
}

.dj-location-controls {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(220px, 1.4fr) minmax(190px, 0.8fr) minmax(210px, 1fr);
}

.dj-location-controls label {
	display: grid;
	gap: 7px;
	margin: 0;
	min-width: 0;
}

.dj-location-controls span {
	color: var(--dj-location-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
}

.dj-location-controls input,
.dj-location-controls select {
	appearance: none;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid var(--dj-location-border);
	border-radius: 8px;
	color: #ffffff;
	font: inherit;
	height: 48px;
	line-height: 1.2;
	min-width: 0;
	padding: 0 14px;
	width: 100%;
}

.dj-location-controls input::placeholder {
	color: rgba(255, 255, 255, 0.58);
}

.dj-location-controls input:focus,
.dj-location-controls select:focus {
	border-color: var(--dj-location-cyan);
	outline: none;
}

.dj-location-result-count {
	color: var(--dj-location-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	text-align: right;
}

.dj-location-table-wrap {
	border: 1px solid var(--dj-location-border);
	border-radius: 8px;
	overflow-x: auto;
	width: 100%;
}

.dj-location-table {
	background: rgba(0, 0, 0, 0.24);
	border-collapse: collapse;
	color: #ffffff;
	min-width: 920px;
	width: 100%;
}

.dj-location-table th,
.dj-location-table td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	padding: 16px;
	text-align: left;
	vertical-align: top;
}

.dj-location-table th {
	background: rgba(0, 0, 0, 0.35);
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	position: sticky;
	top: 0;
	z-index: 1;
}

.dj-location-table th button {
	appearance: none;
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	font-weight: inherit;
	padding: 0;
	text-align: left;
}

.dj-location-table th button::after {
	content: "";
	display: inline-block;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid currentColor;
	margin-left: 7px;
	opacity: 0.55;
	transform: translateY(-1px);
}

.dj-location-table th button.is-ascending::after {
	border-bottom: 6px solid currentColor;
	border-top: 0;
}

.dj-location-table tbody tr:hover {
	background: rgba(255, 255, 255, 0.07);
}

.dj-location-table tbody tr.is-closed {
	opacity: 0.68;
}

.dj-location-table tbody tr.is-closed:hover {
	opacity: 0.9;
}

.dj-location-table td {
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	line-height: 1.45;
}

.dj-location-table td:first-child {
	font-weight: 800;
}

.dj-location-table small {
	color: var(--dj-location-muted);
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-top: 4px;
}

.dj-location-table-title {
	align-items: center;
	display: flex;
	gap: 12px;
	min-width: 0;
}

.dj-location-table-title img {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 6px;
	flex: 0 0 auto;
	height: 38px;
	object-fit: contain;
	padding: 5px;
	width: 58px;
}

.dj-location-table-title span {
	min-width: 0;
}

.dj-location-closed-badge {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.8);
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	margin-left: 8px;
	padding: 3px 8px;
	text-transform: uppercase;
	vertical-align: middle;
}

.dj-location-debug {
	background: rgba(0, 0, 0, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	color: #ffffff;
	overflow-x: auto;
	padding: 18px;
}

.dj-location-debug h2 {
	color: #ffffff;
	font-size: 22px;
	margin: 0 0 14px;
}

.dj-location-debug table {
	border-collapse: collapse;
	min-width: 760px;
	width: 100%;
}

.dj-location-debug th,
.dj-location-debug td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	font-size: 13px;
	padding: 8px 10px;
	text-align: left;
	vertical-align: top;
}

.dj-location-detail {
	display: grid;
	gap: clamp(28px, 5vw, 58px);
	min-width: 0;
}

.dj-location-detail-hero {
	align-items: stretch;
	display: grid;
	gap: clamp(22px, 4vw, 42px);
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
}

.dj-location-detail-copy {
	align-content: center;
	display: grid;
	gap: 18px;
	min-width: 0;
}

.dj-location-detail-copy h1 {
	color: #ffffff;
	font-size: clamp(36px, 6vw, 70px);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
}

.dj-location-detail-copy > p {
	color: var(--dj-location-muted);
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.55;
	margin: 0;
	max-width: 760px;
}

.dj-location-detail-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
}

.dj-location-detail-button {
	align-items: center;
	background: rgba(255, 255, 255, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 8px;
	color: #ffffff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 850;
	justify-content: center;
	line-height: 1.25;
	min-height: 48px;
	padding: 12px 18px;
	text-decoration: none;
}

.dj-location-detail-button:hover,
.dj-location-detail-button:focus-visible {
	background: rgba(0, 0, 0, 0.35);
	border-color: rgba(255, 255, 255, 0.76);
	color: #ffffff;
	outline: none;
}

.dj-location-detail-link {
	border-bottom: 1px solid currentColor;
	color: #ffffff;
	font-size: 15px;
	font-weight: 850;
	text-decoration: none;
}

.dj-location-detail-link:hover,
.dj-location-detail-link:focus-visible {
	color: var(--dj-location-cyan);
	outline: none;
}

.dj-location-detail-media {
	aspect-ratio: 16 / 11;
	background:
		radial-gradient(circle at 18% 18%, rgba(49, 215, 255, 0.32), transparent 34%),
		radial-gradient(circle at 82% 78%, rgba(255, 59, 120, 0.3), transparent 36%),
		#151515;
	border: 1px solid var(--dj-location-border);
	border-radius: 8px;
	display: grid;
	min-height: 320px;
	overflow: hidden;
	place-items: center;
}

.dj-location-detail-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dj-location-detail-media .dj-location-detail-logo {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 8px;
	height: auto;
	max-height: 62%;
	max-width: 74%;
	object-fit: contain;
	padding: 24px;
	width: auto;
}

.dj-location-detail-media span {
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(28px, 4vw, 46px);
	font-weight: 850;
	line-height: 1.08;
	max-width: 78%;
	overflow-wrap: anywhere;
	text-align: center;
}

.dj-location-detail-facts {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dj-location-detail-facts div,
.dj-location-detail-panel,
.dj-location-room {
	background: var(--dj-location-bg);
	border: 1px solid var(--dj-location-border);
	border-radius: 8px;
}

.dj-location-detail-facts div {
	display: grid;
	gap: 6px;
	padding: 16px;
}

.dj-location-detail-facts span,
.dj-location-detail-panel h2 {
	color: var(--dj-location-muted);
	font-size: 13px;
	font-weight: 850;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

.dj-location-detail-facts strong {
	color: #ffffff;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.35;
}

.dj-location-detail-layout {
	align-items: start;
	display: grid;
	gap: clamp(22px, 4vw, 42px);
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.dj-location-detail-main,
.dj-location-detail-side,
.dj-location-detail-section {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.dj-location-detail-section h2,
.dj-location-detail-panel h2 {
	color: #ffffff;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 850;
	line-height: 1.12;
	margin: 0;
}

.dj-location-detail-section p,
.dj-location-detail-panel p,
.dj-location-detail-panel a {
	color: var(--dj-location-muted);
	font-size: 16px;
	line-height: 1.58;
	margin: 0;
}

.dj-location-detail-panel {
	display: grid;
	gap: 12px;
	padding: 18px;
}

.dj-location-detail-panel a {
	color: #ffffff;
	font-weight: 750;
	text-decoration: none;
}

.dj-location-detail-panel a:hover,
.dj-location-detail-panel a:focus-visible {
	color: var(--dj-location-cyan);
	outline: none;
}

.dj-location-room-list {
	display: grid;
	gap: 14px;
}

.dj-location-room {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
	overflow: hidden;
	padding: 14px;
}

.dj-location-room img {
	aspect-ratio: 4 / 3;
	border-radius: 6px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dj-location-room h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 850;
	line-height: 1.18;
	margin: 0 0 8px;
}

.dj-location-room p {
	color: var(--dj-location-muted);
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
}

.dj-location-room p + p {
	margin-top: 8px;
}

.dj-location-detail-gallery {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.dj-location-detail-gallery img {
	aspect-ratio: 4 / 3;
	border: 1px solid var(--dj-location-border);
	border-radius: 8px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.dj-location-detail-quote {
	background: rgba(255, 255, 255, 0.08);
	border-left: 4px solid var(--dj-location-cyan);
	padding: 20px;
}

@media (max-width: 900px) {
	.dj-location-section-head {
		align-items: start;
		flex-direction: column;
	}

	.dj-location-result-count {
		text-align: left;
	}

	.dj-location-controls {
		grid-template-columns: 1fr;
	}

	.dj-location-card {
		flex-basis: min(360px, 84vw);
	}

	.dj-location-detail-hero,
	.dj-location-detail-layout {
		grid-template-columns: 1fr;
	}

	.dj-location-detail-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.dj-locations-overview {
		gap: 40px;
	}

	.dj-location-section-head h2 {
		font-size: 30px;
	}

	.dj-location-slider-actions {
		width: 100%;
	}

	.dj-location-icon-button {
		height: 42px;
		width: 42px;
	}

	.dj-location-map {
		height: 420px;
	}

	.dj-location-detail-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.dj-location-detail-button {
		width: 100%;
	}

	.dj-location-detail-media {
		min-height: 240px;
	}

	.dj-location-detail-facts {
		grid-template-columns: 1fr;
	}

	.dj-location-room {
		grid-template-columns: 1fr;
	}
}
