.single-club .entry-header,
.single-club .ast-single-entry-banner,
.single-club header.entry-header {
	display: none !important;
}
.single-club .post-navigation {
	display: none !important;
}
.single-club .ast-post-social-sharing .social-item-label {
	color: #ffffff !important;
}
/* Kill Astra content chrome that leaves a black band above the hero */
.single-club #primary.content-area,
.single-club #primary {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.single-club .ast-article-single,
.single-club article.type-club {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.single-club .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
/* Full-bleed past Astra/Elementor content column */
.single-club .site-content > .ast-container,
.single-club .site-content .ast-container {
	overflow: visible;
}
.single-club .entry-content > .elementor,
.single-club .elementor-555 {
	overflow: visible;
}
.mal-club-hero {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: min(62vh, 40rem);
	display: flex;
	align-items: center;
	color: var(--mal-text, #f3f3f5);
	background-color: var(--mal-bg, #0b0b0d);
	background-size: cover;
	background-position: center;
	isolation: isolate;
}
.mal-club-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(180deg, rgba(11,11,13,.35) 0%, rgba(11,11,13,.72) 48%, rgba(11,11,13,.94) 100%),
		linear-gradient(90deg, rgba(11,11,13,.55) 0%, rgba(11,11,13,.15) 55%, rgba(11,11,13,.4) 100%);
}
.mal-club-hero__inner {
	position: relative;
	z-index: 1;
	width: min(72rem, calc(100% - 2.5rem));
	margin: 0 auto;
	padding: 4.5rem 0 3.25rem;
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 2rem;
	align-items: center;
}
.mal-club-hero__logo-col {
	display: flex;
	align-items: center;
	justify-content: center;
}
.mal-club-hero__logo {
	display: block;
	width: auto;
	max-width: 100%;
	height: clamp(4rem, 10vw, 8rem);
	object-fit: contain;
}
.mal-club-hero__content-col {
	min-width: 0;
}
@media (max-width: 600px) {
	.mal-club-hero__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.mal-club-hero__logo-col {
		justify-content: center;
	}
	.mal-club-hero__ctas {
		justify-content: center;
	}
}
.mal-club-hero__title {
	margin: 0 0 .4rem;
	font-family: var(--mal-font-display, "Bodoni Moda", Georgia, serif);
	font-weight: 600;
	font-size: clamp(2.25rem, 5vw, 3.5rem);
	line-height: 1.1;
	color: var(--mal-text, #f3f3f5);
}
.mal-club-hero__city {
	margin: 0 0 1rem;
	font-family: var(--mal-font-ui, Syne, sans-serif);
	font-weight: 600;
	font-size: .95rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--mal-text-muted, #a0a0ab);
}
.mal-club-hero .mal-address {
	margin: 0 0 1.35rem;
}
.mal-club-hero .mal-address-line {
	margin: 0 0 .25rem;
	font-size: .95rem;
	color: var(--mal-text, #f3f3f5);
}
.mal-club-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
}
.mal-club-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: .7rem 1.35rem;
	font-family: var(--mal-font-ui, Syne, sans-serif);
	font-weight: 600;
	font-size: .9rem;
	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-club-btn--primary {
	background: #bf2270;
	color: #ffffff !important;
}
.mal-club-btn--primary:hover,
.mal-club-btn--primary:focus-visible {
	background: var(--mal-neon, #ff2d95);
	color: #d4d4d4 !important;
}
.mal-club-btn--secondary {
	background: transparent;
	color: var(--mal-text, #f3f3f5);
	border-color: var(--mal-border, #2a2a32);
}
.mal-club-btn--secondary:hover,
.mal-club-btn--secondary:focus-visible {
	background: rgba(0,133,202,.15);
	color: var(--mal-text, #f3f3f5);
	border-color: var(--mal-brand, #0085ca);
}
.mal-club-section {
	width: min(72rem, calc(100% - 2.5rem));
	margin: 0 auto;
	padding: 3rem 0 0;
}
.mal-club-section__title {
	margin: 0 0 1rem;
	font-family: var(--mal-font-body, Figtree, system-ui, sans-serif);
	font-weight: 600;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	color: var(--mal-text, #f3f3f5);
}
.mal-club-loc {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
	gap: 1.5rem 2rem;
	align-items: stretch;
}
.mal-club-map {
	min-height: 18rem;
	border: 1px solid var(--mal-border, #2a2a32);
	border-radius: 4px;
	overflow: hidden;
	background: var(--mal-surface, #141418);
}
.mal-club-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 18rem;
	border: 0;
}
.mal-club-current-flyers {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.75rem;
}
.mal-club-current-flyers__item {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border: 1px solid var(--mal-border, #2a2a32);
	border-radius: 4px;
	background: var(--mal-bg, #0b0b0d);
}
.mal-club-current-flyers__item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	display: block;
}
.elementor-555 .elementor-element-flyers-sec:not(:has(.mal-club-current-flyers)) {
	display: none;
}
@media (max-width: 1100px) {
	.mal-club-current-flyers {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 767px) {
	.mal-club-current-flyers {
		grid-template-columns: repeat(2, 1fr);
	}
}
.single-club .ast-post-social-sharing {
	padding-bottom: 3rem;
}
.mal-club-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: .75rem;
}
.mal-club-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border: 1px solid var(--mal-border, #2a2a32);
	border-radius: 4px;
	color: var(--mal-text, #f3f3f5);
	background: var(--mal-surface-2, #1c1c22);
	text-decoration: none;
	font-size: 1.05rem;
	line-height: 1;
}
.mal-club-social a svg {
	display: block;
	fill: currentColor;
}
.mal-club-social a:hover {
	border-color: var(--mal-neon, #ff2d95);
	color: var(--mal-neon, #ff2d95);
}
/* Section headings: body-adjacent face + hover over/underline */
.elementor-555 .elementor-heading-title {
	font-family: var(--mal-font-body, Figtree, system-ui, sans-serif) !important;
	font-weight: 600 !important;
	display: inline-block;
	position: relative;
	padding-block: 0.12em;
	background-image:
		linear-gradient(var(--mal-brand, #0085ca), var(--mal-brand, #0085ca)),
		linear-gradient(var(--mal-brand, #0085ca), var(--mal-brand, #0085ca));
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1.5px, 0 1.5px;
	transition: background-size 0.35s ease;
}
.elementor-555 .elementor-heading-title:hover,
.elementor-555 .elementor-heading-title:focus-visible {
	background-size: 100% 1.5px, 100% 1.5px;
}
@media (prefers-reduced-motion: reduce) {
	.elementor-555 .elementor-heading-title {
		transition: none;
	}
}/* Features column: divider above Follow this location */
.elementor-555 .elementor-element-feat-sec .elementor-element-soc-h {
	margin-top: 1.75rem !important;
	padding-top: 1.5rem !important;
	border-top: 1px solid rgba(243, 243, 245, 0.22);
}
.elementor-555 .elementor-element-feat-sec .elementor-element-soc-h .elementor-heading-title {
	text-align: left !important;
}
.mal-club-reviews__cta {
	display: flex;
	justify-content: center;
	margin-top: 1.75rem;
}
.single-club .socialfeeds-google-review-name {
	color: #14141a !important;
}
.mal-club-crosslink {
	padding: 3rem 0 4rem;
	text-align: center;
}
@media (max-width: 767px) {
	.mal-club-hero {
		min-height: min(58vh, 32rem);
	}
	.mal-club-hero__inner {
		padding: 3.5rem 0 2.5rem;
	}
	.mal-club-loc {
		grid-template-columns: 1fr;
	}
	.mal-club-btn {
		width: 100%;
	}
}
