/*
Theme Name: Xtrm (Child Theme)
Theme URI: https://utazatvclub.org
Author: Utah Arizona ATV Club
Author URI: https://utazatvclub.org
Version: 1.7.23
Description: Child theme for Utah Arizona ATV Club — desert red-rock branding on FoxThemes XTRM.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xtrm-child
Template: xtrm
*/

/* Brand tokens */
:root {
	--utaz-brand: #c04e1c;
	--utaz-brand-dark: #2c1810;
	--utaz-sand: #faf6f2;
	--utaz-accent: #e8752a;
}

/* Sync XTRM runtime variables (custom.css.php reads _cs_options too) */
body {
	--main-color: var(--utaz-brand);
	--dark-color: var(--utaz-brand-dark);
	--light-color: #ffffff;
	--grey-color: #888888;
	background: var(--light-color);
}

body.utaz-elementor-page .post-paper.no-vc {
	padding-top: 2rem;
}

/* Top bar */
.utaz-top-bar {
	background: var(--utaz-brand);
	color: #fff;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0.45rem 1rem;
}

.utaz-top-bar p {
	margin: 0;
	color: #fff;
}

/* --- Buttons: fix orange bg + red text (Elementor primary leaked onto .a-btn) --- */

/* Filled primary CTAs */
body .a-btn,
body .a-btn:focus,
body .xtrm-headings .a-btn,
body .xtrm-headings .a-btn:focus {
	background-color: var(--utaz-brand) !important;
	border-color: var(--utaz-brand) !important;
	color: #fff !important;
}

body .a-btn:hover,
body .a-btn:focus:hover,
body .xtrm-headings .a-btn:hover {
	background-color: var(--utaz-brand-dark) !important;
	border-color: var(--utaz-brand-dark) !important;
	color: #fff !important;
}

/* Hero / overlay transparent buttons — white text, no fill until hover */
body .xtrm-banner .a-btn-5,
body .xtrm-banner .a-btn-5:focus,
body .hero .a-btn-5,
body .hero .a-btn-5:focus {
	background-color: transparent !important;
	border-color: #fff !important;
	color: #fff !important;
}

body .xtrm-banner .a-btn-5:hover,
body .hero .a-btn-5:hover {
	background-color: #fff !important;
	border-color: #fff !important;
	color: var(--utaz-brand-dark) !important;
}

/* Dark filled buttons */
body .a-btn-2,
body .a-btn-2:focus {
	background-color: var(--utaz-brand-dark) !important;
	border-color: var(--utaz-brand-dark) !important;
	color: #fff !important;
}

body .a-btn-2:hover {
	color: #fff !important;
}

/* White-on-dark contact form buttons */
body .a-btn-style-4,
body .a-btn-style-4:focus {
	color: var(--utaz-brand-dark) !important;
}

/* Elementor buttons site-wide */
body .elementor-button,
body .elementor-button-link,
body .elementor-button:visited {
	background-color: var(--utaz-brand) !important;
	color: #fff !important;
	border-color: var(--utaz-brand) !important;
}

body .elementor-button:hover,
body .elementor-button-link:hover {
	background-color: var(--utaz-brand-dark) !important;
	color: #fff !important;
	border-color: var(--utaz-brand-dark) !important;
}

/* Nav Memberships CTA */
#topmenu a.utaz-nav-cta,
#topmenu li.utaz-menu-cta > a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.55rem 1.25rem !important;
	margin-left: 0.75rem;
	background: var(--utaz-brand) !important;
	color: #fff !important;
	border-radius: 4px;
	font-weight: 700;
	line-height: 1.2;
}

#topmenu a.utaz-nav-cta:hover,
#topmenu li.utaz-menu-cta > a:hover {
	background: var(--utaz-brand-dark) !important;
	color: #fff !important;
}

/* Facebook icon in primary nav */
#topmenu li.utaz-menu-facebook > a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0.45rem 0.5rem !important;
	font-size: 1.35rem;
	line-height: 1;
	color: var(--utaz-brand) !important;
}

#topmenu li.utaz-menu-facebook > a:hover {
	color: var(--utaz-brand-dark) !important;
}

#topmenu li.utaz-menu-facebook .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Keep desktop nav on one row without overlapping the logo */
@media (min-width: 992px) {
	header.classic.right-menu {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		align-items: center;
		column-gap: 1rem;
	}

	header.classic.right-menu .logo {
		grid-column: 1;
	}

	header.classic.right-menu #topmenu {
		grid-column: 2;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-width: 0;
		width: 100%;
		padding-left: 0;
		position: relative;
		z-index: 2;
	}

	.header_top_bg .right-menu #topmenu > ul.menu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
		flex: 1 1 auto;
		min-width: 0;
		width: auto;
		max-width: 100%;
		margin: 0;
		float: none;
		letter-spacing: 1px;
	}

	.header_top_bg .right-menu #topmenu > ul.menu > li {
		flex: 0 0 auto;
		float: none;
		display: block;
	}

	.header_top_bg .right-menu #topmenu > ul.menu > li > a {
		padding: 0 8px !important;
		white-space: nowrap;
		letter-spacing: 0.5px !important;
	}

	.classic #topmenu .menu li a {
		letter-spacing: 0.5px !important;
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	.classic #topmenu .menu {
		width: auto;
	}

	#topmenu a.utaz-nav-cta,
	#topmenu li.utaz-menu-cta > a {
		margin-left: 0.5rem;
		padding: 0.55rem 1rem !important;
	}
}

/* Medium desktop (992–1680px): reclaim theme 85px header padding — keep full 18px menu type */
@media (min-width: 992px) and (max-width: 1680px) {
	.container-fluid header.classic,
	header.classic.right-menu {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	header.classic.right-menu {
		column-gap: 1rem;
	}

	header.classic.right-menu .logo {
		padding-right: 0.35rem;
	}

	header.classic.right-menu #topmenu {
		padding-left: 0 !important;
		margin-left: auto;
	}

	.header_top_bg .right-menu #topmenu > ul.menu > li > a,
	.classic #topmenu .menu li a {
		font-size: 18px !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
		padding: 0 6px !important;
	}

	#topmenu a.utaz-nav-cta,
	#topmenu li.utaz-menu-cta > a {
		padding: 0.45rem 0.75rem !important;
		margin-left: 0.25rem;
		font-size: 18px !important;
	}
}

/* Narrowest desktop band (992–1175px): tighter spacing + compact logo — keep 18px menu type */
@media (min-width: 992px) and (max-width: 1175px) {
	.container-fluid header.classic,
	header.classic.right-menu {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	header.classic.right-menu {
		column-gap: 0.15rem;
	}

	header.classic .logo img,
	.header_top_bg .logo img {
		max-width: 115px !important;
		max-height: 50px !important;
	}

	.header_top_bg .right-menu #topmenu > ul.menu > li > a,
	.classic #topmenu .menu li a {
		padding: 0 1px !important;
	}

	#topmenu li.utaz-menu-facebook > a {
		min-width: 30px;
		min-height: 30px;
		padding: 0.2rem !important;
		font-size: 1.15rem;
	}

	#topmenu a.utaz-nav-cta,
	#topmenu li.utaz-menu-cta > a {
		padding: 0.3rem 0.35rem !important;
		margin-left: 0.05rem;
	}
}

/* Bottom of narrow desktop band (~992–1040px) */
@media (min-width: 992px) and (max-width: 1040px) {
	header.classic .logo img,
	.header_top_bg .logo img {
		max-width: 100px !important;
		max-height: 44px !important;
	}
}

/* Bridge band (1176–1200px): step up from compact nav without jumping to full logo */
@media (min-width: 1176px) and (max-width: 1200px) {
	.container-fluid header.classic,
	header.classic.right-menu {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	header.classic .logo img,
	.header_top_bg .logo img {
		max-width: 165px !important;
		max-height: 72px !important;
	}

	.header_top_bg .right-menu #topmenu > ul.menu > li > a,
	.classic #topmenu .menu li a {
		padding: 0 3px !important;
	}

	#topmenu a.utaz-nav-cta,
	#topmenu li.utaz-menu-cta > a {
		padding: 0.4rem 0.55rem !important;
		margin-left: 0.15rem;
	}
}

/* Header / nav on solid pages */
.header_top_bg:not(.menu_light_text) .right-menu #topmenu > ul > li > a {
	color: var(--utaz-brand-dark);
	font-weight: 600;
}

.header_top_bg:not(.menu_light_text) .right-menu #topmenu > ul > li > a:hover,
.header_top_bg:not(.menu_light_text) .right-menu #topmenu > ul > li.current-menu-item > a {
	color: var(--utaz-brand);
}

/* Transparent hero header — light menu text */
.header_top_bg.menu_light_text .right-menu #topmenu > ul > li > a {
	color: #fff;
}

.header_top_bg.menu_light_text .right-menu #topmenu > ul > li > a:hover {
	color: var(--utaz-accent);
}

/* Logo sizing — prevent full-size upload dimensions in header */
header.classic .logo img,
.header_top_bg .logo img,
header.classic .logo-mobile img {
	max-width: 220px;
	max-height: 96px;
	width: auto;
	height: auto;
	object-fit: contain;
}

header.classic .logo {
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}
.xtrm-banner.simple .xtrm-banner-content,
.xtrm-banner.elementary .xtrm-banner-content {
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

body mark {
	color: var(--utaz-brand);
}

/* Inner pages: Elementor body without duplicate XTRM title band */
body.utaz-elementor-page .post-little-banner.wo-bg {
	display: none;
}

body.utaz-elementor-page .post-paper.no-vc {
	padding-top: 2rem;
}

/* Inner page title band (non-Elementor pages) */
.post-little-banner.wo-bg {
	background: var(--light-color);
}

.post-little-banner .page-title-blog {
	color: var(--utaz-brand-dark);
}

/* What We Do / service cards (XTRM xtrm_services → .services.image) */
.services.image {
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, box-shadow 0.2s ease-out;
	cursor: pointer;
	position: relative;
}

body.page-id-10 .services.image:hover,
body.home .services.image:hover,
.services.image:hover {
	border: 10px solid var(--utaz-brand) !important;
	border-color: var(--utaz-brand) !important;
	background-color: var(--utaz-brand) !important;
}

.services.image:hover .content {
	color: var(--light-color);
}

.services.image:hover .content .title,
.services.image:hover .content .title a {
	color: var(--light-color) !important;
}

.services.image:hover .content .img-hover {
	display: inline-block;
}

.services.image:hover .content .img-wrap:not(.img-hover) {
	display: none;
}

.services.services--active-block {
	border: 10px solid var(--utaz-brand);
}

.services.image .content .title a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

.services.image .content .title a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

.xtrm-line-of-images.logos {
	padding-inline: 1rem;
}

/* Footer */
footer.main-footer,
.main-footer.classic {
	background-color: var(--utaz-brand-dark);
}

footer.main-footer a:hover {
	color: var(--utaz-accent);
}

footer.main-footer .footer-logo img,
.footer-bottom-wrap .footer-logo img {
	max-width: 160px;
	width: auto;
	height: auto;
}

/* Elementor content area — soften harsh red links inside page body only */
body.utaz-elementor-page .elementor a:not(.elementor-button-link):not(.a-btn):not(.a-btn-5) {
	color: var(--utaz-brand);
}

body.utaz-elementor-page .elementor a:not(.elementor-button-link):not(.a-btn):not(.a-btn-5):hover {
	color: var(--utaz-brand-dark);
}

/* Responsive */
@media (max-width: 991px) {
	.main-header .logo img,
	.main-header .logo-mobile img,
	header.classic .logo img {
		max-width: 190px;
		height: auto;
	}

	#topmenu a.utaz-nav-cta,
	#topmenu li.utaz-menu-cta > a {
		margin: 0.75rem 0 0;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.xtrm-headings .title {
		font-size: clamp(1.5rem, 6vw, 2rem);
		line-height: 1.2;
	}

	.main-header .navigation .menu > li > a,
	.right-menu #topmenu > ul > li > a {
		min-height: 44px;
		display: flex;
		align-items: center;
	}

	.vc_row[data-vc-full-width="true"] {
		overflow: hidden;
	}

	.utaz-top-bar {
		font-size: 0.8125rem;
		padding: 0.35rem 0.75rem;
	}
}

@media (max-width: 390px) {
	.main-header .logo img,
	header.classic .logo img {
		max-width: 150px;
	}
}

/* --- Scroll animations: match XTRM reference (do not disable motion) --- */
body .js-animation .js-animation-item:not(.animation) {
	opacity: 0;
}

body .js-animation .js-animation-item.animation {
	opacity: 1;
}

/* --- Homepage contact band --- */
.vc_custom_utazatvclub_cta {
	position: relative;
	z-index: 2;
}

.contacts-info-wrap.simple_form {
	padding: 0 2rem;
}

.contacts-info-wrap.simple_form .subtitle {
	color: rgba(255, 255, 255, 0.85);
}

.contacts-info-wrap.simple_form .title {
	color: #fff;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	line-height: 1.15;
}

.contacts-info-wrap.simple_form.without_padding {
	padding-left: clamp(1rem, 4vw, 5rem);
	padding-right: clamp(1rem, 4vw, 2rem);
}

.contacts-info-wrap.simple_form .wpcf7-form label {
	display: none;
}

.contacts-info-wrap.simple_form .wpcf7-form p {
	margin-bottom: 0;
}

.contacts-info-wrap.simple_form .wpcf7-form input:not([type="submit"]),
.contacts-info-wrap.simple_form .wpcf7-form textarea {
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border-radius: 0;
}

.contacts-info-wrap.simple_form .wpcf7-form input:not([type="submit"]):focus,
.contacts-info-wrap.simple_form .wpcf7-form textarea:focus {
	background: #fff;
	color: var(--utaz-brand-dark);
	border-color: #fff;
}

.contacts-info-wrap.simple_form .wpcf7-form input::placeholder,
.contacts-info-wrap.simple_form .wpcf7-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.contacts-info-wrap.simple_form .form.a-btn-style-4 .form-button {
	display: inline-block;
	margin-top: 1rem;
	border-color: #fff !important;
	background-color: #fff !important;
}

.contacts-info-wrap.simple_form .form.a-btn-style-4 .form-button::before,
.contacts-info-wrap.simple_form .form.a-btn-style-4 .form-button::after {
	border-right-color: var(--utaz-brand-dark) !important;
	border-bottom-color: var(--utaz-brand-dark) !important;
}

.contacts-info-wrap.simple_form .form.a-btn-style-4 .form-button input[type="submit"] {
	background: transparent !important;
	color: var(--utaz-brand-dark) !important;
	font-family: 'Teko', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	cursor: pointer;
	min-width: 200px;
	padding: 9px 34px 5px;
}

.contacts-info-wrap.simple_form .form.a-btn-style-4 .form-button:hover input[type="submit"] {
	color: #fff !important;
}

.contacts-info-wrap.simple_form .form.a-btn-style-4 .form-button .wpcf7-spinner {
	display: none !important;
}

.contacts-info-wrap.simple_form .wpcf7-response-output,
.contacts-info-wrap.simple_form span.wpcf7-not-valid-tip {
	color: #fff;
}

@media (max-width: 767px) {
	.contacts-info-wrap.simple_form .wpcf7-form p > .wpcf7-form-control-wrap {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.contacts-info-wrap.simple_form.without_padding {
		padding-inline: 1rem;
	}

	.contacts-info-wrap.simple_form .form.a-btn-style-4 .form-button {
		width: 100%;
		text-align: center;
	}

	.contacts-info-wrap.simple_form .form.a-btn-style-4 .form-button input[type="submit"] {
		width: 100%;
	}
}

/* --- Contact page details above form band --- */
.utaz-contact-details {
	max-width: 420px;
	color: var(--dark-color);
	font-size: 1.05rem;
	line-height: 1.7;
}

.utaz-contact-details p {
	margin: 0 0 0.75rem;
}

.utaz-contact-details a {
	color: var(--main-color);
	text-decoration: none;
}

.utaz-contact-details a:hover {
	color: var(--dark-color);
	text-decoration: underline;
}

body.page-id-1655 .hero {
	padding-bottom: 0;
}

@media (max-width: 767px) {
	footer#footer.simple .widg {
		gap: 1.5rem;
	}

	footer#footer.simple .footer-bottom-col,
	footer#footer.simple .footer-bottom-col:first-child,
	footer#footer.simple .footer-bottom-col:last-child {
		text-align: center;
		width: 100%;
	}

	footer#footer.simple .footer-bottom-col:not(:last-child) {
		margin-bottom: 1rem;
	}

	footer#footer.simple .footer-bottom-wrap {
		padding: 1rem 1.25rem;
	}

	footer#footer.simple .footer-bottom-wrap .container {
		padding-left: 0;
		padding-right: 0;
	}
}

/* --- Sticky footer: pin #footer to viewport bottom on short pages (/links/, /state-federal/, etc.) --- */
html {
	height: 100%;
}

body {
	min-height: 100%;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
}

body .main-wrapper {
	flex: 1 1 auto;
	display: flex !important;
	flex-direction: column !important;
	width: 100%;
	min-height: 100%;
	min-height: 100dvh;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

/* XTRM calcPaddingMainWrapper() adds padding when footer lives inside .main-wrapper — block it */
body .main-wrapper.animsition,
body .main-wrapper.unit {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

body .main-wrapper > .single-post {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

body.page .single-post > .post-paper.no-vc,
body.page .single-post > .post-paper.padding-both {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

body.utaz-elementor-page .single-post > .post-paper.padding-both {
	flex: 1 1 auto;
}

body .main-wrapper > footer#footer {
	margin-top: auto !important;
	flex-shrink: 0;
	align-self: stretch;
}

footer#footer {
	position: relative !important;
	bottom: auto !important;
	width: 100%;
	max-width: 100%;
}

/* If classic footer ever renders, match simple footer container width. */
footer#footer.classic .footer-bottom-wrap .container-fluid {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* XTRM simple footer: inherit parent theme layout; fix club-specific drift only */
footer#footer.simple {
	background: var(--dark-color);
}

footer#footer.simple > .container {
	padding-top: 0;
	padding-bottom: 0;
}

/* Hide empty footer widget row — copyright bar only needs the bottom wrap */
footer#footer.simple > .container:has(.widg:empty) {
	display: none !important;
}

footer#footer.simple > .container .footer-info:empty,
footer#footer.simple > .container .footer-logo:empty {
	display: none;
}

footer#footer.simple .footer-logo img {
	max-width: 120px;
	height: auto;
}

/* Footer text logo (brown footer — avoid black-background PNG) */
footer#footer.simple .footer-logo:not(:has(img)),
footer.main-footer .footer-logo:not(:has(img)),
.footer-bottom-wrap .footer-logo:not(:has(img)) {
	font-family: 'Teko', sans-serif;
	font-size: 1.75rem;
	font-weight: 600;
	color: var(--utaz-accent, #e8752a);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.1;
}

/* Replace isotope absolute columns with inline flex (matches XTRM responsive intent) */
footer#footer.simple .widg {
	display: flex !important;
	flex-wrap: wrap;
	width: 100%;
	height: auto !important;
	position: static !important;
	gap: 0 2rem;
}

footer#footer.simple .widg .sidebar-item {
	position: static !important;
	left: auto !important;
	top: auto !important;
	float: none !important;
	flex: 1 1 200px;
	margin-bottom: 2rem;
}

footer#footer.simple .sidebar-item .item-wrap h5 {
	font-family: 'Teko', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: var(--light-color);
	margin-bottom: 45px;
	text-transform: none;
	letter-spacing: normal;
}

footer#footer.simple .sidebar-item[class*='widget_'] a,
footer#footer.simple .widget_text .textwidget p,
footer#footer.simple .footer-info-text,
footer#footer.simple .footer-info-text p {
	color: var(--grey-color);
	transition: color 0.35s ease;
}

footer#footer.simple .sidebar-item[class*='widget_'] a:hover,
footer#footer.simple .widget_text .textwidget a:hover,
footer#footer.simple .footer-info-text a:hover {
	color: var(--light-color) !important;
	opacity: 1 !important;
	text-decoration: none;
}

footer#footer.simple .utaz-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer#footer.simple .utaz-footer-links li {
	margin-bottom: 0.35rem;
}

footer#footer.simple .footer-bottom-wrap {
	padding: 24px 0;
	margin-top: 0;
	border-top: 0;
	background: transparent;
}

footer#footer.simple:has(> .container .widg:empty) .footer-bottom-wrap {
	padding: 20px 0;
}

footer#footer.simple .footer-bottom-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}

footer#footer.simple .footer-bottom-col:first-child,
footer#footer.simple .footer-bottom-col:last-child {
	text-align: center;
	flex: 1 1 100%;
	width: 100%;
}

footer#footer.simple .copyright,
footer#footer.simple .copyright p {
	color: var(--grey-color);
	font-size: clamp(0.6875rem, 2.2vw + 0.55rem, 0.875rem);
	line-height: 1.45;
	margin: 0;
	text-align: center;
	text-wrap: balance;
	width: 100%;
}

footer#footer.simple .utaz-footer-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.2rem;
	width: 100%;
	max-width: 22rem;
	margin-inline: auto;
	text-align: center;
}

footer#footer.simple .utaz-footer-copy__brand,
footer#footer.simple .utaz-footer-copy__tagline {
	display: block;
	width: 100%;
	text-align: center;
	text-wrap: balance;
}

footer#footer.simple .utaz-footer-copy__tagline {
	font-size: 0.93em;
	line-height: 1.4;
	opacity: 0.95;
}

/* Tablet/desktop: single-line copyright (standard site footer pattern) */
@media (min-width: 768px) {
	footer#footer.simple .footer-bottom-wrap {
		padding: 1.125rem 1.5rem;
	}

	footer#footer.simple .footer-bottom-col:first-child,
	footer#footer.simple .footer-bottom-col:last-child {
		text-align: center;
	}

	footer#footer.simple .copyright,
	footer#footer.simple .copyright p {
		text-align: center;
	}

	footer#footer.simple .utaz-footer-copy {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: baseline;
		gap: 0;
		max-width: none;
		width: auto;
	}

	footer#footer.simple .utaz-footer-copy__brand,
	footer#footer.simple .utaz-footer-copy__tagline {
		display: inline;
		width: auto;
	}

	footer#footer.simple .utaz-footer-copy__brand::after {
		content: ' · ';
	}

	footer#footer.simple .utaz-footer-copy__tagline {
		font-size: 1em;
		opacity: 1;
	}
}

footer#footer.simple .copyright a {
	color: var(--main-color);
	font-weight: 700;
}

footer#footer.simple .copyright a:hover {
	color: var(--light-color);
}

footer#footer.simple .socials a {
	color: var(--light-color) !important;
	font-size: 18px;
	text-decoration: none;
	transition: color 0.3s ease;
}

footer#footer.simple .socials a + a {
	margin-left: 14px;
}

footer#footer.simple .socials a:hover {
	color: var(--main-color);
}

/* XTRM right-click copyright modal — disabled; footer bar holds site copy instead */
.xtrm_copyright_overlay {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* --- Events Manager on /events/ --- */
body.page-id-160 .elementor-section-wrap,
body.post-type-archive-event .main-wrapper {
	background: var(--light-color);
}

body.page-id-160 .em-events-search,
body.page-id-160 .css-events-list,
body.page-id-160 .em-event-list {
	max-width: 1140px;
	margin-inline: auto;
}

body.page-id-160 .em-events-search input[type="submit"],
body.page-id-160 .em-events-search button,
body.page-id-160 .css-events-list .event a.em-event-read-more {
	background-color: var(--main-color) !important;
	border-color: var(--main-color) !important;
	color: var(--light-color) !important;
}

body.page-id-160 .em-events-search input[type="submit"]:hover,
body.page-id-160 .css-events-list .event a.em-event-read-more:hover {
	background-color: var(--dark-color) !important;
	border-color: var(--dark-color) !important;
	color: var(--light-color) !important;
}

body.page-id-160 .em-events-search {
	background: #fff;
	border: 1px solid rgba(44, 24, 16, 0.08);
	border-radius: 8px;
	padding: 1.25rem;
	margin-bottom: 1.5rem;
}

body.page-id-160 .utaz-events-year-field {
	margin-bottom: 1rem;
}

body.page-id-160 .utaz-events-year-field label {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--utaz-brand-dark);
	font-weight: 700;
}

body.page-id-160 .utaz-events-year-select {
	width: 100%;
	max-width: 280px;
	min-height: 44px;
	padding: 0.55rem 0.85rem;
	border: 1px solid rgba(44, 24, 16, 0.15);
	border-radius: 6px;
	background: #fff;
	color: var(--utaz-brand-dark);
	font-weight: 600;
}

body.page-id-160 .utaz-events-year-select:focus {
	border-color: var(--utaz-brand);
	outline: 2px solid rgba(192, 78, 28, 0.2);
	outline-offset: 1px;
}

body.page-id-160 .css-events-list .event,
body.page-id-160 .em-event-list .event {
	background: #fff;
	border: 1px solid rgba(44, 24, 16, 0.08);
	border-radius: 8px;
	padding: 1.25rem 1.5rem;
	margin-bottom: 1rem;
}

/* --- Sponsors page --- */
body.page-id-32 .elementor-button-link {
	background-color: var(--utaz-brand) !important;
	border-color: var(--utaz-brand) !important;
	color: #fff !important;
	font-weight: 600;
}

body.page-id-32 .elementor-gallery__container,
body.page-id-723 .elementor-gallery__container {
	gap: 1.5rem;
}

body.page-id-32 .elementor-gallery-item img,
body.page-id-723 .elementor-gallery-item img {
	max-height: 90px;
	width: auto;
	object-fit: contain;
}

/* --- News & Projects archive (Elementor posts page) --- */
body.blog .elementor-location-archive,
body.blog.elementor-page-180 .elementor-section-wrap {
	background: var(--light-color);
}

body.blog .elementor-posts-container {
	gap: 1.25rem;
}

body.blog .elementor-post__card,
body.blog .elementor-post {
	background: #fff;
	border: 1px solid rgba(44, 24, 16, 0.08);
	border-radius: 8px;
	padding: 1.5rem;
	margin-bottom: 0;
}

body.blog .elementor-post__badge,
body.blog .elementor-post__badge a {
	display: none !important;
	pointer-events: none !important;
}

body.blog .elementor-post__title a {
	color: var(--utaz-brand-dark);
	font-weight: 700;
	text-decoration: none;
}

body.blog .elementor-post__title a:hover {
	color: var(--utaz-brand);
}

body.blog .elementor-post__read-more {
	display: inline-block;
	margin-top: 0.75rem;
	color: var(--utaz-brand) !important;
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	font-weight: 600;
	text-decoration: none;
}

body.blog .elementor-post__read-more:hover {
	color: var(--utaz-brand-dark) !important;
	text-decoration: underline;
}

body.blog .elementor-post__meta-data {
	margin-top: 0.75rem;
	font-size: 0.875rem;
	color: rgba(44, 24, 16, 0.55);
}

body.blog .elementor-widget-wp-widget-categories .cat-item a {
	display: inline-block;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: rgba(192, 78, 28, 0.12);
	color: var(--utaz-brand-dark);
	text-decoration: none;
}

body.blog .elementor-widget-wp-widget-categories .cat-item a:hover {
	background: var(--utaz-brand);
	color: #fff;
}

body.blog .elementor-widget-posts .elementor-post__title a {
	color: var(--utaz-brand-dark);
}

body.blog .elementor-post__thumbnail,
body.blog .elementor-post__thumbnail__link,
body.blog .elementor-posts-container .elementor-post__thumbnail {
	display: block;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 1rem;
	padding-bottom: 0 !important;
	min-height: 0 !important;
	height: auto !important;
}

body.blog .elementor-posts--thumbnail-left .elementor-posts-container .elementor-post__thumbnail::after,
body.blog .elementor-posts--thumbnail-left .elementor-post__thumbnail::after {
	content: none !important;
	display: none !important;
}

body.blog .elementor-posts--thumbnail-left .elementor-post__thumbnail,
body.blog .elementor-posts--thumbnail-left .elementor-post__thumbnail__link {
	width: 35%;
	flex-shrink: 0;
}

body.blog .elementor-post__thumbnail img {
	display: block !important;
	width: 100%;
	height: auto;
	min-height: 120px;
	max-height: 280px;
	object-fit: cover;
	object-position: center;
}

body.blog .elementor-widget-share-buttons {
	display: none !important;
}

/* Single post: hide broken share widgets */
body.single-post .elementor-widget-share-buttons,
body.single-post .elementor-element-11371bb,
body.single-post .elementor-element-b013571 {
	display: none !important;
}

/* Homepage Jamboree Facebook line */
.vc_custom_utaz_jamboree_fb,
.utaz-jamboree-facebook,
.wpb_content_element.vc_custom_utaz_jamboree_fb {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}

.vc_custom_utaz_jamboree_fb a,
.utaz-jamboree-facebook a,
.wpb_content_element.vc_custom_utaz_jamboree_fb a {
	color: var(--utaz-brand) !important;
	text-decoration: none;
}

.vc_custom_utaz_jamboree_fb a:hover,
.utaz-jamboree-facebook a:hover,
.wpb_content_element.vc_custom_utaz_jamboree_fb a:hover {
	color: var(--utaz-brand-dark) !important;
}

/* --- Business sponsorship + membership ARMember surfaces --- */
body.page-id-342 .utaz-sponsorship-form,
body.page-id-342 .utaz-armember-surface,
body.page-id-342 .arm_setup_form_container,
body.page-id-340 .arm_setup_form_container,
body.page-id-945 .arm_setup_form_container {
	max-width: 860px;
	margin-inline: auto;
}

body.page-id-342 .arm_setup_form_container,
body.page-id-342 .arm_module_forms,
body.page-id-340 .arm_module_forms,
body.page-id-340 .arm_setup_form_container,
body.page-id-945 .arm_setup_form_container,
body.page-id-945 .arm_module_forms {
	background: #fff;
	border: 1px solid rgba(44, 24, 16, 0.08);
	border-radius: 8px;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

body.page-id-342 .post-paper,
body.page-id-340 .post-paper,
body.page-id-945 .post-paper {
	background: var(--utaz-sand);
}

body.page-id-342 .arm_module_forms_main_container > div.arm_editor_css_leak {
	display: none !important;
}

body.page-id-342 .arm_module_plans_main_container,
body.page-id-342 .arm_module_forms_main_container,
body.page-id-342 .arm_module_forms_container {
	display: block !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
}

body.page-id-342 .arm_setup_form_container .arm_setup_form_title,
body.page-id-342 .arm_setup_form_container .arm_setup_section_title_wrapper,
body.page-id-342 .arm-df__heading {
	color: var(--utaz-brand-dark);
	font-weight: 700;
}

body.page-id-342 .arm_setup_form_container .arm_module_plan_option,
body.page-id-342 .arm_setup_form_container .arm_setup_column_item {
	border-color: rgba(44, 24, 16, 0.12);
}

body.page-id-342 .arm_setup_form_container .arm_setup_column_item.arm_active .arm_module_plan_option {
	background: var(--utaz-brand) !important;
	border-color: var(--utaz-brand) !important;
}

body.page-id-342 .arm_setup_form_container .arm_setup_column_item.arm_active .arm_module_plan_name,
body.page-id-342 .arm_setup_form_container .arm_setup_column_item.arm_active .arm_module_plan_price,
body.page-id-342 .arm_setup_form_container .arm_setup_column_item.arm_active .arm_module_plan_price span,
body.page-id-342 .arm_setup_form_container .arm_setup_column_item.arm_active .arm_module_plan_description {
	color: #fff !important;
}

body.page-id-342 .arm_payment_summary,
body.page-id-342 .arm_setup_summary_text_main_container {
	background: rgba(192, 78, 28, 0.06);
	border: 1px solid rgba(44, 24, 16, 0.08);
	border-radius: 8px;
	padding: 1rem 1.25rem;
	margin: 1rem 0;
}

/* --- Membership pages (Elementor + ARMember) --- */
body.page-id-340 form.arm_form_102,
body.page-id-340 .arm_form_102,
body.page-id-340 .arm-form-container:has(.arm_form_102) {
	display: none !important;
}

body.page-id-945.utaz-member-logged-out form[id^="arm_setup_form"],
body.page-id-945.utaz-member-logged-out .arm_setup_form_container,
body.page-id-945.utaz-member-logged-out .arm_membership_setup_form {
	display: none !important;
}

body.page-id-945.utaz-member-logged-in form.arm_form_102,
body.page-id-945.utaz-member-logged-in .arm_form_102,
body.page-id-945.utaz-member-logged-in .arm-form-container:has(.arm_form_102),
body.page-id-945.utaz-member-logged-in .arm_already_logged_in_message,
body.page-id-945.utaz-member-logged-in .arm_already_logged_in_message_popup {
	display: none !important;
}

body.page-id-305.utaz-member-logged-out .arm_profile_editor_form,
body.page-id-305.utaz-member-logged-out form[id*="armform101"] {
	display: none !important;
}

body.page-id-305.utaz-member-logged-in form.arm_form_102,
body.page-id-305.utaz-member-logged-in .arm_form_102,
body.page-id-305.utaz-member-logged-in .arm-form-container:has(.arm_form_102) {
	display: none !important;
}

body.page-id-37 .utaz-membership-flow,
body.page-id-340 .utaz-membership-flow,
body.page-id-305 .utaz-membership-flow,
body.page-id-340 #login,
body.page-id-945 .utaz-membership-flow,
body.page-id-945 #register {
	display: none !important;
}

.utaz-membership-intro {
	max-width: 720px;
	margin: 0 auto 2rem;
	padding: 1.5rem 1.25rem 0;
	text-align: center;
}

.utaz-membership-intro h2 {
	color: var(--utaz-brand-dark);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	margin: 0 0 0.75rem;
}

.utaz-membership-intro p {
	color: var(--utaz-brand-dark);
	font-size: 1.05rem;
	line-height: 1.6;
	margin: 0;
}

.utaz-membership-intro a {
	color: var(--utaz-brand);
	font-weight: 700;
	text-decoration: none;
}

.utaz-membership-intro a:hover {
	color: var(--utaz-brand-dark);
	text-decoration: underline;
}

body.page-id-340 .elementor-widget-heading .elementor-heading-title,
body.page-id-945 .elementor-widget-heading .elementor-heading-title,
body.page-id-305 .elementor-widget-heading .elementor-heading-title {
	color: var(--utaz-brand-dark);
}

body.page-id-37 .elementor-button-link,
body.page-id-340 .arm_form .arm_form_submit_btn,
body.page-id-340 .arm_setup_submit_btn,
body.page-id-945 .arm_form .arm_form_submit_btn {
	background-color: var(--utaz-brand) !important;
	border-color: var(--utaz-brand) !important;
	color: #fff !important;
}

body.page-id-37 .elementor-button-link:hover,
body.page-id-340 .arm_form .arm_form_submit_btn:hover,
body.page-id-340 .arm_setup_submit_btn:hover,
body.page-id-945 .arm_form .arm_form_submit_btn:hover {
	background-color: var(--utaz-brand-dark) !important;
	border-color: var(--utaz-brand-dark) !important;
	color: #fff !important;
}

body.page-id-340 .arm_form_wrapper,
body.page-id-340 .arm_setup_form_container,
body.page-id-945 .arm_form_wrapper {
	max-width: 800px;
	margin-inline: auto;
}

body.page-id-340 .arm_module_forms,
body.page-id-340 .arm_setup_form_container,
body.page-id-945 .arm_setup_form_container,
body.page-id-945 .arm_module_forms {
	background: #fff;
	border: 1px solid rgba(44, 24, 16, 0.08);
	border-radius: 8px;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

/* Join / renew pages use XTRM page template + ARMember shortcodes */
body.page-id-340 .post-paper,
body.page-id-945 .post-paper {
	background: var(--utaz-sand);
}

body.page-id-340 .post-paper .container,
body.page-id-945 .post-paper .container {
	max-width: 860px;
}

body.page-id-340 .post-paper h2,
body.page-id-945 .post-paper h2 {
	color: var(--utaz-brand-dark);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	text-align: center;
	margin-bottom: 1.5rem;
}

body.page-id-340 .arm_form_wrapper,
body.page-id-945 .arm_setup_form_container,
body.page-id-945 .arm_setup_form_container .arm_module_forms {
	width: 100%;
}

/* ARMember default blue → club brand (site-wide; LOGIN uses arm-df__form-control-submit-btn) */
body .arm_form .arm_form_submit_btn,
body .arm_setup_submit_btn,
body .arm-df__form-control-submit-btn,
body .arm_logout_btn.arm_logout_button,
body .arm_module_forms input[type="submit"],
body .arm_setup_form_container button:not(.arm_img_setting):not(.arm_avtr_done_front),
body .arm_setup_form_container .arm_payment_gateway_form input[type="submit"],
body .arm_profile_editor_form button.arm-df__form-control-submit-btn {
	background-color: var(--utaz-brand) !important;
	border-color: var(--utaz-brand) !important;
	color: #fff !important;
	border-radius: 6px !important;
	font-weight: 600 !important;
	min-height: 44px;
}

body .arm_form .arm_form_submit_btn:hover,
body .arm_setup_submit_btn:hover,
body .arm-df__form-control-submit-btn:hover,
body .arm_logout_btn.arm_logout_button:hover,
body .arm_module_forms input[type="submit"]:hover,
body .arm_setup_form_container button:not(.arm_img_setting):not(.arm_avtr_done_front):hover,
body .arm_profile_editor_form button.arm-df__form-control-submit-btn:hover {
	background-color: var(--utaz-brand-dark) !important;
	border-color: var(--utaz-brand-dark) !important;
	color: #fff !important;
}

body.page-id-340 .arm_form a,
body.page-id-340 .arm_setup_form_container a,
body.page-id-945 .arm_setup_form_container a {
	color: var(--utaz-brand) !important;
}

body.page-id-340 .arm_form a:hover,
body.page-id-340 .arm_setup_form_container a:hover,
body.page-id-945 .arm_setup_form_container a:hover {
	color: var(--utaz-brand-dark) !important;
}

body.page-id-340 .arm_form_heading,
body.page-id-340 .arm_setup_form_container .arm_setup_form_title,
body.page-id-342 .arm_setup_form_container .arm_setup_form_title,
body.page-id-945 .arm_setup_form_container .arm_setup_form_title {
	color: var(--utaz-brand-dark) !important;
	font-weight: 700;
}

body.page-id-340 .arm_module_forms .arm_form_label_wrapper label,
body.page-id-340 .arm_setup_form_container label,
body.page-id-342 .arm_module_forms .arm_form_label_wrapper label,
body.page-id-342 .arm_setup_form_container label,
body.page-id-945 .arm_setup_form_container label {
	color: var(--utaz-brand-dark);
	font-weight: 600;
}

/* Material-outline ARMember fields (join, login, sponsorship) — keep notch labels visible */
body.page-id-340 .arm--material-outline-style .arm-df__label-text,
body.page-id-342 .arm--material-outline-style .arm-df__label-text,
body.page-id-945 .arm--material-outline-style .arm-df__label-text {
	color: var(--utaz-brand-dark) !important;
	font-weight: 600;
	opacity: 1 !important;
	visibility: visible !important;
}

body.page-id-340 .arm--material-outline-style .arm-notched-outline,
body.page-id-342 .arm--material-outline-style .arm-notched-outline,
body.page-id-945 .arm--material-outline-style .arm-notched-outline {
	border-color: rgba(44, 24, 16, 0.22);
}

body.page-id-340 .arm--material-outline-style .arm-df__form-field-wrap:focus-within .arm-notched-outline,
body.page-id-342 .arm--material-outline-style .arm-df__form-field-wrap:focus-within .arm-notched-outline,
body.page-id-945 .arm--material-outline-style .arm-df__form-field-wrap:focus-within .arm-notched-outline {
	border-color: var(--utaz-brand);
}

body.page-id-340 .arm--material-outline-style .arm-df__form-control,
body.page-id-342 .arm--material-outline-style .arm-df__form-control,
body.page-id-945 .arm--material-outline-style .arm-df__form-control {
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

body.page-id-340 .arm_module_forms input:not([type="checkbox"]):not([type="radio"]),
body.page-id-340 .arm_module_forms textarea,
body.page-id-340 .arm_module_forms select,
body.page-id-342 .arm_module_forms input:not([type="checkbox"]):not([type="radio"]):not(.arm-df__form-control),
body.page-id-342 .arm_module_forms textarea,
body.page-id-342 .arm_module_forms select,
body.page-id-945 .arm_setup_form_container input:not([type="checkbox"]):not([type="radio"]),
body.page-id-945 .arm_setup_form_container textarea,
body.page-id-945 .arm_setup_form_container select {
	border: 1px solid rgba(44, 24, 16, 0.15) !important;
	border-radius: 6px !important;
}

body.page-id-340 .arm_payment_summary,
body.page-id-945 .arm_payment_summary,
body.page-id-340 .arm_setup_summary_text_main_container,
body.page-id-945 .arm_setup_summary_text_main_container {
	background: rgba(192, 78, 28, 0.06);
	border: 1px solid rgba(44, 24, 16, 0.08);
	border-radius: 8px;
	padding: 1rem 1.25rem;
	margin: 1rem 0;
}

/* Hide ARMember promo footer on public pages */
body .arm_form_footer_text,
body .arm_powered_by,
body .arm_ref_link_logo,
body .arm_form_popup_container,
body .arm_form_message_container:has(a[href*="armemberplugin"]) {
	display: none !important;
}

/* ARMember edit-profile / form branding footers (empty class divs) */
body .arm-form-container > div[class=""],
body .arm-form-container > div:not([class]) {
	display: none !important;
}

/* ARMember profile / edit pages */
body .arm_profile_editor_form,
body .arm_module_forms {
	max-width: 720px;
	margin-inline: auto;
}

body .arm_profile_editor_form .arm_module_forms,
body .arm_profile_editor_form .arm_module_forms .arm_form_fields_wrapper {
	background: #fff;
	border: 1px solid rgba(44, 24, 16, 0.08);
	border-radius: 8px;
	padding: 1.5rem;
}

/* --- Header search popup (XTRM dynamic CSS is breakpoint-gated; enforce globally) --- */
/* Club site is not a shop — hide WooCommerce header cart */
#topmenu .mini-cart-wrapper {
	display: none !important;
}

#topmenu .search-icon-wrapper {
	display: none !important;
	margin-bottom: 0 !important;
	position: relative;
}

body > .site-search,
#topmenu .search-icon-wrapper .site-search {
	position: fixed !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 99999 !important;
	margin: 0 !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	background-color: rgba(255, 255, 255, 0.96) !important;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}

body > .site-search.open,
#topmenu .search-icon-wrapper .site-search.open {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

body > .site-search .form-container,
#topmenu .search-icon-wrapper .site-search .form-container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 720px;
	margin-inline: auto;
	padding-inline: 1.5rem;
}

body > .site-search .search-field,
#topmenu .search-icon-wrapper .site-search .search-field {
	width: 100%;
	border: 0;
	border-bottom: 2px solid var(--dark-color);
	background: transparent;
	font-size: clamp(1.125rem, 2.5vw, 1.75rem);
	padding: 0.75rem 0;
	color: var(--dark-color);
}

body > .site-search .search-field:focus,
#topmenu .search-icon-wrapper .site-search .search-field:focus {
	outline: none;
	border-bottom-color: var(--main-color);
}

body > .site-search .close-search,
#topmenu .search-icon-wrapper .site-search .close-search {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	cursor: pointer;
}

#topmenu .search-icon-wrapper .open-search {
	cursor: pointer;
}

/* --- Nav: parent items with dropdowns (no page redirect) --- */
#topmenu .menu-item-has-children > a.utaz-menu-parent {
	cursor: pointer;
}

@media (max-width: 1024px) {
	#topmenu .menu-item-has-children.utaz-submenu-open > .sub-menu {
		display: block !important;
	}

	#topmenu .menu-item-has-children.utaz-submenu-open > a.utaz-menu-parent {
		color: var(--main-color) !important;
	}
}

/* --- Membership pathfinder (modern join / renew UX) --- */
.utaz-membership-flow {
	max-width: 960px;
	margin: 0 auto 2rem;
	padding: 0 1rem;
}

.utaz-membership-flow__intro {
	text-align: center;
	margin-bottom: 1.5rem;
}

.utaz-membership-flow__intro h2 {
	color: var(--dark-color);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	margin: 0 0 0.5rem;
}

.utaz-membership-flow__intro p {
	color: var(--grey-color);
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.6;
}

.utaz-membership-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.utaz-membership-card {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1.25rem 1.5rem;
	border-radius: 10px;
	border: 1px solid rgba(44, 24, 16, 0.12);
	background: #fff;
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	min-height: 44px;
}

.utaz-membership-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(44, 24, 16, 0.12);
	border-color: rgba(192, 78, 28, 0.35);
	text-decoration: none;
	color: inherit;
}

.utaz-membership-card strong {
	color: var(--dark-color);
	font-size: 1.05rem;
}

.utaz-membership-card span {
	color: var(--grey-color);
	font-size: 0.925rem;
	line-height: 1.45;
}

.utaz-membership-card--primary {
	background: linear-gradient(135deg, var(--main-color) 0%, #e8752a 100%);
	border-color: transparent;
}

.utaz-membership-card--primary strong,
.utaz-membership-card--primary span {
	color: #fff;
}

.utaz-membership-section {
	scroll-margin-top: 120px;
	max-width: 860px;
	margin-inline: auto;
	padding-top: 0.5rem;
}

.utaz-membership-section__title {
	color: var(--dark-color);
	font-size: 1.35rem;
	font-weight: 800;
	margin: 2rem 0 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid rgba(192, 78, 28, 0.25);
}

body.page-id-340 .post-paper,
body.page-id-945 .post-paper {
	background: #f8f5f2;
}

@media (max-width: 767px) {
	.utaz-membership-cards {
		grid-template-columns: 1fr;
	}
}

/* Homepage Club Updates & Projects — consistent category badge placement */
.last-post-wrap.simple .post-item.modern .post-item__wrapper {
	position: relative;
}

.last-post-wrap.simple .post-item.modern .post-item__content > .post-categories {
	position: absolute !important;
	top: 15px !important;
	left: -10px !important;
	margin: 0 !important;
	z-index: 2;
}

.last-post-wrap.simple .post-item.modern .post-item__image .post-categories {
	top: 0;
	left: 0;
	margin: 15px 0 0 -10px;
}

.last-post-wrap.simple .post-item.modern .post-categories a {
	box-shadow: 0 0 10px 0 rgba(6, 150, 255, 0.19);
	color: var(--light-color);
	background: var(--main-color);
	display: inline-block;
	padding: 5px 10px 2px;
	font-size: 20px;
	font-family: 'Teko', sans-serif;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-transform: capitalize;
}

.last-post-wrap.simple .post-item.modern:not(:has(.post-item__image)) .post-item__content {
	padding-top: 265px !important;
	position: relative;
}

.last-post-wrap.simple .post-item.modern:not(:has(.post-item__image)) .post-item__content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 250px;
	background: linear-gradient(135deg, #e8e2dc 0%, #f5f1ec 100%);
}

@media (max-width: 767px) {
	.last-post-wrap.simple .post-item.modern .post-item__content > .post-categories,
	.last-post-wrap.simple .post-item.modern .post-item__image .post-categories {
		left: 0 !important;
		margin-left: 0 !important;
		top: 15px !important;
		position: absolute !important;
	}

	.last-post-wrap.simple .post-item.modern:not(:has(.post-item__image)) .post-item__content {
		padding-top: 270px !important;
	}
}
