.mal-locations {
	width: min(72rem, calc(100% - 2.5rem));
	margin: 0 auto;
	padding: 0 0 3.5rem;
	color: var(--mal-text, #f3f3f5);
}
/* Clubs archive chrome */
.post-type-archive-club #primary.content-area,
.post-type-archive-club #primary {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.post-type-archive-club .site-content > .ast-container,
.post-type-archive-club .site-content .ast-container {
	overflow: visible;
}
.post-type-archive-club .ast-article-single,
.post-type-archive-club .entry-header,
.post-type-archive-club header.entry-header {
	display: none !important;
}
.mal-club-archive__header {
	width: min(72rem, calc(100% - 2.5rem));
	margin: 0 auto;
	padding: 2.5rem 0 1.25rem;
}
.mal-club-archive__title {
	margin: 0 0 .75rem;
	font-family: var(--mal-font-display, "Bodoni Moda", Georgia, serif);
	font-weight: 600;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.15;
	color: var(--mal-text, #f3f3f5);
}
.mal-club-archive__intro {
	margin: 0;
	max-width: 40rem;
	font-family: var(--mal-font-body, Figtree, sans-serif);
	font-size: 1rem;
	line-height: 1.55;
	color: var(--mal-text-muted, #a0a0ab);
}
.mal-locations__title {
	margin: 0 0 1.5rem;
	font-family: var(--mal-font-display, "Bodoni Moda", Georgia, serif);
	font-weight: 600;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	color: var(--mal-text, #f3f3f5);
}
.mal-locations__empty {
	margin: 0;
	padding: 2rem 0;
	font-family: var(--mal-font-body, Figtree, sans-serif);
	color: var(--mal-text-muted, #a0a0ab);
}
.mal-locations__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
	gap: 1.75rem 2rem;
	align-items: stretch;
}
.mal-locations:not(.mal-locations--has-map) .mal-locations__layout {
	grid-template-columns: 1fr;
}
.mal-locations__cards {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	min-width: 0;
}
.mal-locations__card {
	padding: 1.25rem 1.35rem 1.35rem;
	background: var(--mal-surface, #141418);
	border: 1px solid var(--mal-border, #2a2a32);
	border-radius: 4px;
	outline: none;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.mal-locations__card:hover,
.mal-locations__card:focus-visible,
.mal-locations__card.is-active {
	border-color: var(--mal-brand, #0085ca);
}
.mal-locations__card.is-active {
	box-shadow: 0 0 0 1px rgba(0, 133, 202, .35);
}
.mal-locations__card-top {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	margin-bottom: .75rem;
}
.mal-locations__logo {
	flex: 0 0 auto;
	width: 4.5rem;
	height: 4.5rem;
	object-fit: contain;
	background: var(--mal-surface-2, #1c1c22);
	border-radius: 4px;
}
.mal-locations__card-head {
	min-width: 0;
	flex: 1;
}
.mal-locations__name {
	margin: 0 0 .35rem;
	font-family: var(--mal-font-display, "Bodoni Moda", Georgia, serif);
	font-weight: 600;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	line-height: 1.2;
}
.mal-locations__name a {
	color: var(--mal-text, #f3f3f5);
	text-decoration: none;
}
.mal-locations__name a:hover {
	color: var(--mal-neon, #ff2d95);
}
.mal-locations__city {
	margin: 0;
	font-family: var(--mal-font-ui, Syne, sans-serif);
	font-weight: 600;
	font-size: .8rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--mal-text-muted, #a0a0ab);
}
.mal-locations__address {
	margin: 0 0 .4rem;
	font-family: var(--mal-font-body, Figtree, sans-serif);
	font-size: .95rem;
	line-height: 1.45;
	color: var(--mal-text, #f3f3f5);
}
.mal-locations__address-line {
	display: block;
}
.mal-locations__phone {
	margin: 0 0 .75rem;
	font-family: var(--mal-font-body, Figtree, sans-serif);
	font-size: .95rem;
}
.mal-locations__phone a {
	color: var(--mal-brand, #0085ca);
	text-decoration: underline;
	text-underline-offset: 2px;
}
.mal-locations__blurb {
	margin: 0 0 .85rem;
	font-family: var(--mal-font-body, Figtree, sans-serif);
	font-size: .92rem;
	line-height: 1.55;
	color: var(--mal-text-muted, #a0a0ab);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.mal-locations__badges {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
}
.mal-locations__badges li {
	display: inline-block;
	padding: .35rem .7rem;
	background: var(--mal-surface-2, #1c1c22);
	border: 1px solid var(--mal-border, #2a2a32);
	border-radius: 4px;
	font-family: var(--mal-font-body, Figtree, sans-serif);
	font-size: .75rem;
	color: var(--mal-text, #f3f3f5);
}
.mal-locations__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
}
.mal-locations .mal-club-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	padding: .6rem 1.15rem;
	font-family: var(--mal-font-ui, Syne, sans-serif);
	font-weight: 600;
	font-size: .8rem;
	letter-spacing: .04em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
	border: 1px solid transparent;
	transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.mal-locations .mal-club-btn--primary {
	background: var(--mal-neon, #ff2d95);
	color: #0b0b0d;
}
.mal-locations .mal-club-btn--primary:hover {
	background: #ff4da6;
	color: #0b0b0d;
}
.mal-locations .mal-club-btn--secondary {
	background: transparent;
	color: var(--mal-text, #f3f3f5);
	border-color: var(--mal-brand, #0085ca);
}
.mal-locations .mal-club-btn--secondary:hover {
	background: rgba(0, 133, 202, .15);
	color: var(--mal-text, #f3f3f5);
}
.mal-locations__map-col {
	min-width: 0;
	align-self: stretch;
}
.mal-locations__map-sticky {
	position: sticky;
	top: 6.5rem;
	/* Keep map in view while the card list scrolls */
	z-index: 1;
}
.admin-bar .mal-locations__map-sticky {
	top: 8.5rem;
}
.mal-locations__canvas {
	width: 100%;
	height: min(70vh, 32rem);
	border: 1px solid var(--mal-border, #2a2a32);
	border-radius: 4px;
	overflow: hidden;
	background: var(--mal-bg, #0b0b0d);
}
.mal-locations .gm-style .gm-style-iw-c {
	background: #141418;
	color: #f3f3f5;
	border-radius: 4px;
	padding: 10px 12px !important;
}
.mal-locations .gm-style .gm-style-iw-d {
	overflow: auto !important;
}
.mal-locations .gm-style .gm-style-iw-t::after {
	background: #141418;
}
.mal-locations .mal-locations__info {
	font-family: Figtree, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #f3f3f5;
	max-width: 14rem;
}
.mal-locations .mal-locations__info strong {
	display: block;
	margin-bottom: .35rem;
	font-family: Syne, sans-serif;
	font-size: 14px;
}
.mal-locations .mal-locations__info p {
	margin: 0 0 .25rem;
}
.mal-locations .mal-locations__info a {
	color: #0085ca;
}

@media (max-width: 900px) {
	.mal-locations__layout {
		grid-template-columns: 1fr;
	}
	/* Cards-only on small screens — map stays desktop */
	.mal-locations__map-col {
		display: none !important;
	}
	.mal-locations__ctas .mal-club-btn {
		flex: 1 1 auto;
	}
}

@media (max-width: 480px) {
	.mal-locations__ctas .mal-club-btn {
		width: 100%;
	}
}
