header{
    background: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    padding-top: 15px;
    padding-bottom: 15px;
}
body{
    font-size: 16px;
}
header.single_tenant_header{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none;;
}
p{
    font-size: 18px;
}
:where(.wp-site-blocks) > *{
    margin-top: 0px;
}
.wp-block-site-logo.is-default-size img{
    width: auto;
    max-width: 110px;
}
.content_wrapper{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
/* ============================
   HERO SLIDER
============================ */

.mm-hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mm-hero-fullheight {
    height: 100vh;
    
    margin-top: 0;
}

.mm-hero-slider .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.mm-hero-slider .mm-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mm-hero-slide-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.mm-hero-slide-media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.mm-hero-slide-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.03);
    transition: transform 5.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.mm-hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.5;
    transition: opacity 900ms ease;
    pointer-events: none;
    z-index: 1;
}

.mm-hero-slide-copy {
    position: absolute;
    top: 50%;
    left: max(20px, calc((100vw - 1280px) / 2 + 20px));
    transform: translateY(-50%);
    z-index: 4;
    text-align: left;
    max-width: min(55rem, calc(100vw - 80px));
    padding-right: 20px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
}

.mm-hero-slide-copy::after {
    content: '';
    display: block;
    width: 52px;
    height: 3px;
    background: #B59255;
    margin-top: 24px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: opacity 600ms ease 300ms, transform 700ms cubic-bezier(0.22, 1, 0.36, 1) 300ms;
}

.mm-hero-slider .swiper-slide-active .mm-hero-slide-copy::after {
    opacity: 1;
    transform: scaleX(1);
}

.mm-hero-slide-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #ffffff;
}

.mm-hero-slide-kicker::before {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: #D8B06A;
    flex-shrink: 0;
}
.mm-hero-slide-heading {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
	font-size: clamp(2rem, 3vw, 3.2rem);
    font-weight: 300;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 0 2px 32px rgba(0, 0, 0, 0.8), 0 1px 6px rgba(0, 0, 0, 0.95);
}

/* Subtle text reveal and image motion on active slide */
.mm-hero-slide-kicker,
.mm-hero-slide-heading {
    opacity: 0;
    transform: translateY(18px);
}

.mm-hero-slide-kicker {
    transition: opacity 650ms ease, transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mm-hero-slide-heading {
    transition: opacity 760ms ease 120ms, transform 980ms cubic-bezier(0.22, 1, 0.36, 1) 120ms;
}

.mm-hero-slider .swiper-slide-active .mm-hero-slide-kicker,
.mm-hero-slider .swiper-slide-active .mm-hero-slide-heading {
    opacity: 1;
    transform: translateY(0);
}

.mm-hero-slider .swiper-slide-active .mm-hero-slide-img {
    transform: scale(1.1);
}

.mm-hero-slider .swiper-slide-active .mm-hero-slide-overlay {
    opacity: 0.44;
}

.mm-hero-static-overlay {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.38;
    z-index: 2;
    pointer-events: none;
}

.mm-hero-static-title-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
    z-index: 3;
}

.mm-hero-static-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.6rem, 3.8vw, 2.8rem);
    font-weight: 700;
    line-height: 1.12;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.65), 0 1px 4px rgba(0, 0, 0, 0.85);
}

/* Info box bottom-left, desktop only */
.mm-hero-info-box {
    position: absolute;
    left: 40px;
    bottom: 40px;
    max-width: 380px;
    background: rgba(34, 15, 35, 0.85); /* tweak to match Figma */
    color: #fff;
    padding: 15px 30px;
    display: flex;
    gap: 24px;
    z-index: 5;
    border-left: 4px solid #FFFFFF;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.mm-hero-info-item {
    min-width: 0;
}
.mm-hero-info-item:first-child {
    border-right: 2px solid #FFFFFF33;
    padding-right: 20px;
}

.mm-hero-info-label {
    display: flex;
    
    gap: 8px;
    
    margin-bottom: 8px;
        flex-direction: column;
}

.mm-hero-info-icon {
    font-size: 18px; /* will be replaced by SVG later */
}

.mm-hero-info-title {
    text-transform: none;
    letter-spacing: 0.04em;
    font-size: 16px;
}

.mm-hero-info-text {
    font-size: 13px;
    line-height: 1.4;
    opacity: 0.9;
}

.mm-hero-info-link {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid currentColor;
}
.mm-hero-info-icon img {
    max-width: 32px;
}
/* Swiper controls – you will replace arrows with your SVGs via CSS later */
.mm-hero-slider .swiper-button-prev,
.mm-hero-slider .swiper-button-next {
    color: #fff;
}

.mm-hero-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.4);
    opacity: 1;
}

.mm-hero-slider .swiper-pagination-bullet-active {
    background: #fff;
    width: 18px;
}
.mm-hero-mediumheight {
  max-height: 500px;
  overflow: hidden;
}

.mm-hero-mediumheight .swiper,
.mm-hero-mediumheight .swiper-slide {
  height: 380px;
}
.mm-hero-mediumheight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-shop-page-custom main{
    margin-top: 0px !important;
}
.page-template-shop-page-custom main > div{
    padding-top: 0px !important;
}

/* Hide info box on mobile as requested */
@media (max-width: 768px) {
    .mm-hero-info-box {
        display: none;
    }

    .mm-hero-slide-copy {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        max-width: 100%;
        padding-left: max(52px, env(safe-area-inset-left, 0px));
        padding-right: max(52px, env(safe-area-inset-right, 0px));
        box-sizing: border-box;
		align-items: center;   /* centers kicker + divider on mobile */
    }

    /* Bigger heading, encouraged to wrap to ~2 lines on small screens */
    .mm-hero-slide-heading {
        font-size: clamp(2.35rem, 8.5vw, 3rem);
        line-height: 1.12;
        max-width: 20ch;
        margin-left: auto;
        margin-right: auto;
        text-wrap: balance;
    }

    /* Keep arrows slightly inset so they sit outside the padded headline band */
    .mm-hero-slider .swiper-button-prev {
        left: 6px;
    }

    .mm-hero-slider .swiper-button-next {
        right: 6px;
    }

    .mm-hero-slide-overlay {
        opacity: 0.56;
    }

    .mm-hero-static-overlay {
        opacity: 0.45;
    }

    .mm-hero-static-title-wrap {
        bottom: 24px;
    }

    .mm-hero-static-title {
        font-size: clamp(1.25rem, 7vw, 2rem);
    }
}

/* Tablet: centered copy, larger hero heading wrapping to ~2 lines,
   kept clear of the prev/next arrows */
@media (min-width: 769px) and (max-width: 1279px) {
    .mm-hero-slide-copy {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        text-align: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
        padding-left: 72px;
        padding-right: 72px;
        box-sizing: border-box;
    }

    .mm-hero-slide-heading {
        font-size: clamp(3rem, 6vw, 4.2rem);
        line-height: 1.12;
        max-width: 22ch;
        margin-left: auto;
        margin-right: auto;
        text-wrap: balance;
    }

    .mm-hero-slider .swiper-button-prev { left: 10px; }
    .mm-hero-slider .swiper-button-next { right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    .mm-hero-slide-img,
    .mm-hero-slide-kicker,
    .mm-hero-slide-heading,
    .mm-hero-slide-overlay {
        transition: none !important;
        transform: none !important;
    }

    .mm-hero-slide-kicker,
    .mm-hero-slide-heading {
        opacity: 1;
    }
}


/* TENATNS PAGE GRID */

.mm-tenants-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.mm-tenant-card {
  text-decoration: none;
  color: inherit;
}

.mm-tenant-name {
  margin-top: 10px;
  text-align: center;
}
.mm-tenants-grid .mm-tenant-card .mm-tenant-title{
    font-size: 18px;
}
.mm-tenants-grid .mm-tenant-card a{
    text-decoration: none;;
}
/* HEADER BASE */
.mm-header {
    
    background:transparent;
}

.mm-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}
header.single_tenant_header .mm-header-inner{
    padding: 0px 20px;
}
/* LOGO */
.mm-header-logo {
    flex: 0 0 auto;
}

/* NAV */
.mm-header-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.mm-menu {
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.mm-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
header.single_tenant_header .mm-menu li a {
    color: #842260;
    font-weight: 600;
}

/* LANGUAGE SWITCHER */
.mm-lang-switcher {
    list-style: none;
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
}

.mm-lang-switcher li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.75;
}

.mm-lang-switcher li.current-lang a {
    opacity: 1;
    border-bottom: 2px solid currentColor;
}

header.single_tenant_header .mm-lang-switcher li a {
    color: #842260;
}
/* SEARCH */
.mm-header-search {
    flex: 0 0 auto;
    position: relative;
}

.mm-header-search-form {
    position: relative;
}

.mm-header-search-toggle {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mm-header-search-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 280px;
    padding: 10px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 1001;
}

.mm-header-search-panel[hidden] {
    display: none !important;
}

.mm-header-search-panel.is-open {
    display: flex;
}

.mm-header-search-input {
    flex: 1;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 9px 10px;
    border-radius: 4px;
    font-size: 14px;
}

.mm-header-search-input::placeholder {
    color: rgba(255, 255, 255, 0.82);
}

.mm-header-search-submit {
    border: none;
    background: #c9a962;
    color: #fff;
    border-radius: 4px;
    padding: 9px 12px;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

header.single_tenant_header .mm-header-search-panel {
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

header.single_tenant_header .mm-header-search-input {
    border-color: #d1d5db;
    background: #ffffff;
    color: #1f2937;
}

header.single_tenant_header .mm-header-search-input::placeholder {
    color: #6b7280;
}

/* MOBILE TOGGLE (hidden desktop) */
.mm-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}
.single_tenant_row{
    display: flex;
    flex-wrap: nowrap;
    gap: 80px;
}
.single_tenant_row .left_column {
    flex: 1;
}
.single_tenant_row .right_column {
    flex: 1;
    max-width: 50%;
}
/* --------------------
   MOBILE STYLES
-------------------- */
@media (max-width: 768px) {

    .mm-header-inner {
        justify-content: space-between;
    }

    /* Hide desktop items */
    .mm-header-search {
        display: none;
    }

    .mm-header-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        display: none;
        justify-content: flex-start;
        border-top: 1px solid #eee;
    }

    .mm-header-nav.active {
        display: block;
    }
    .mm-header-nav.active .mm-menu li a{
        color: #000;
    }

    .mm-menu {
        flex-direction: column;
        gap: 0;
    }

    .mm-menu li {
        border-bottom: 1px solid #eee;
    }

    .mm-menu li a {
        display: block;
        padding: 15px 20px;
    }

    .mm-lang-switcher {
        padding: 15px 20px;
        gap: 20px;
    }

    .mm-header-nav.active .mm-lang-switcher li a {
        color: #000;
    }

    .mm-menu-toggle {
        display: block;
        color: #fff;
    }
    .mm-header-logo img{
        max-width: 80px;
    }

    .single_tenant_row {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 32px;
    }

    .single_tenant_row .left_column,
    .single_tenant_row .right_column {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }
}


/* FOOTER */
/* FOOTER BASE */
.mm-footer {
    background: #1b1618;
    color: #fff;
    padding: 60px 40px 30px;
    font-size: 14px;
}

.mm-footer a {
    color: #fff;
    text-decoration: none;
}
.mm-footer a, .mm-footer p{
    font-size: 14px;
}
/* MAIN GRID */
.mm-footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
}

/* BRAND */
.mm-footer-logo img {
    
    margin-bottom: 16px;
}

.mm-footer-description {
    line-height: 1.6;
    color: #cfcfcf;
}

/* HEADINGS */
.mm-footer-heading {
    color: #caa35c;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
}

/* LINKS */
.mm-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mm-footer-links li {
    margin-bottom: 10px;
}

.mm-footer-links a {
    color: #cfcfcf;
}

.mm-footer-links a:hover {
    color: #fff;
}

/* CONTACT */
.mm-footer-contact p {
    margin-bottom: 10px;
    color: #cfcfcf;
}

/* BOTTOM BAR */
.mm-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.mm-footer-copy {
    color: #cfcfcf;
    margin: 0;
}

/* LEGAL LINKS */
.mm-footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mm-footer-legal-links a {
    color: #cfcfcf;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mm-footer-legal-links a:hover {
    color: #caa35c;
}

/* SOCIAL */
.mm-footer-social {
    display: flex;
    gap: 12px;
}

.mm-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(202, 163, 92, 0.45);
    color: #caa35c;
    transition: all 0.2s ease;
}

.mm-footer-social a:hover {
    background: rgba(202, 163, 92, 0.12);
    border-color: #caa35c;
}

.mm-footer-social-icon {
    width: 17px;
    height: 17px;
    display: block;
    fill: currentColor;
}

/* MOBILE */
@media (max-width: 900px) {
    .mm-footer-main {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mm-footer-bottom {
        flex-direction: column;
        gap: 12px;
    }

    .mm-footer-legal-links {
        justify-content: center;
    }
}


.mm-tenants-section {
    padding: 30px 0;
}

.mm-section-title {
    font-size: 40px;
    margin-bottom: 8px;
    font-weight: bold;
    text-transform: uppercase;
}

.mm-section-desc {
    margin-bottom: 32px;
    color: #666;
}

.mm-tenant-filters {
    display: grid;
    grid-template-columns: 1fr 1fr 200px;
    gap: 16px;
    margin-bottom: 40px;
}

.mm-tenant-filters input,
.mm-tenant-filters select {
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

/* Replace the edge-hugging native caret with a custom one that sits
   inset from the right, and leave room so long labels don't collide */
.mm-tenant-filters select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px 8px;
}

.mm-tenants-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* Fixed aspect ratio so cards keep the same proportions at every column
   count / screen size instead of the image squashing as the card widens. */
.mm-tenant-image {
    width: 100%;
    aspect-ratio: 6 / 5;
    border-radius: 6px;
    overflow: hidden;
}

.mm-tenant-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.mm-tenant-title {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 36px;
    font-weight: 600;
}

/* Responsive column steps: 4 → 3 → 2 → 1 */
@media (max-width: 1200px) {
    .mm-tenants-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .mm-tenant-filters {
        grid-template-columns: 1fr;
    }

    .mm-tenants-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .mm-tenants-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Tenants pagination */
.mm-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.mm-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 6px;
    color: #6b7280;
    font-size: 14px;
    text-decoration: none;
}

.mm-pagination .page-numbers.dots {
    color: #9ca3af;
}

.mm-pagination a.page-numbers:hover {
    color: #B59255;
}

.mm-pagination .page-numbers.current {
    color: #B59255;
    font-weight: 700;
}

.mm-pagination .page-numbers.prev {
    margin-right: 12px;
}

.mm-pagination .page-numbers.next {
    margin-left: 12px;
}

.mm-pagination__arrow {
    display: inline-block;
    margin-right: 6px;
    flex: 0 0 auto;
}

.mm-pagination .page-numbers.prev {
    flex-direction: row;
}

.mm-pagination .page-numbers.next {
    flex-direction: row;
}

.mm-pagination .page-numbers.next .mm-pagination__arrow {
    margin-right: 0;
    margin-left: 6px;
}

html[dir="rtl"] .mm-pagination .page-numbers .mm-pagination__label {
    direction: rtl;
    unicode-bidi: isolate;
}

.mm-tenant-categories {
    padding: 40px 0;
}

/* Compact "index" treatment: a hairline-ruled header + a single wrapping
   row of link chips. No grid tracks, no per-card border math, no phantom
   cells for an incomplete last row — the chips just wrap. */
.mm-categories-head {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.mm-categories-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.mm-categories-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.mm-category-chip {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #B59255;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #B59255;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.mm-category-chip:hover,
.mm-category-chip:focus-visible {
    background-color: #B59255;
    border-color: #B59255;
    color: #fff;
}

.mm-category-chip--active {
    background-color: #B59255;
    border-color: #B59255;
    color: #fff;
    font-weight: 600;
}

/* Chip rendered as a <button> for the Tenants page AJAX filter */
button.mm-category-chip--filter {
    font-family: inherit;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

button.mm-category-chip--filter.mm-category-chip--active {
    background-color: #B59255;
}
.mm-tenant-offers{
    padding-bottom: 50px;
}
.mm-home-shop-nav{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    direction: ltr; /* keep prev/next in a fixed left/right position and pointing the same way in both languages */
}
.flex_btns_link{
    display: flex;
    justify-content: space-between;
}
.next_prev_btns{
    background: #B59255;
    border-radius: 100%;
    /* padding: 10px; */
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.next_prev_btns.swiper-button-disabled{
        background: #D0D5DD;
}
/* Swiper adds this class (via watchOverflow) when the slides don't overflow
   the container at the current breakpoint, i.e. there's nothing to scroll to
   — so the prev/next arrows have no reason to be shown. */
.next_prev_btns.swiper-button-lock{
    display: none;
}
@media (max-width: 900px) {
    .mm-tenant-categories {
        padding: 28px 0;
    }

    .mm-categories-list {
        margin-top: 16px;
        gap: 6px;
    }

    .mm-category-chip {
        padding: 7px 13px;
        font-size: 13px;
    }
}
.mm-single-tenant{
    background-color: #f1f1f1;
    padding-bottom: 50px;
}
.mm-breadcrumbs {
    padding: 16px 0;
    font-size: 14px;
    
    text-transform: uppercase;
}
.breadcrumb-links {
    display: flex;
    gap: 12px;
    align-items: center;
}
.breadcrumb-links a {
    text-decoration: none;
    color: #475467;
}
.mm-tenant-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
        align-items: center;
    background-repeat: no-repeat;
    background-position: right center;
}

.mm-tenant-sidebar {
    /* border-left: 1px solid #eee;
    padding-left: 24px; */
}
.mm-tenant-sidebar h3 {
    font-size: 18px;
    margin-bottom: 16px;
}
.mm-tenant-contact{
    font-size: 16px;
    list-style: none;
    padding: 0;
    margin: 0;

        display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
}
.mm-tenant-contact li{
    display: flex;
    align-items: center;
    gap: 13px;
}
.mm-tenant-contact img{
    border: 1px solid #D0D5DD;
    padding: 5px;
    border-radius: 50%;
}
.mm-offers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.mm-offer-date{
    font-size: 14px;
    
}
.mm-offer-date > span{
    background: #A42E80;
    color: #fff;
    border-radius: 10px;
    padding: 3px 10px;
}
.mm-offer-card a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.mm-offer-card a h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}
.mm-section-label{
    font-size: 16px;
    color: #B59255;
    display: block;
    font-weight: 500;
    line-height: normal;
    display: none !important;
}
.mm-home-shop-text .mm-section-title{
    margin: 0;
}
.mm-home-shop-text{
    padding-top: 100px;
}
.mm-section-description{
    max-width: 800px;
}
.mm-home-shop-text a.mm-btn{
    background: #B59255;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    line-height: normal;
    align-items: center;
}
.mm-shop-swiper{
    margin-top: 40px;
}
.mm-shop-name{
    text-transform: uppercase;
    margin-top: 15px;
}
.mm-shop-image{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.mm-shop-image--landscape{
    aspect-ratio: 7 / 6;
}
.dine_wrapper .mm-shop-image{
    height: 256px;
}
.mm-shop-image--landscape,
.mm-shop-image--landscape img{
    width: 100%;
    height: auto;
}
.mm-shop-image--landscape img{
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.mm-shop-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;       
    object-position: center;
    display: block;
}
.mm-note {
    font-size: 14px;
    line-height: 1.7;
    background: #f8f8f8;
    padding: 18px 20px;
    border-left: 4px solid #111;
  }
  
  .mm-note ul {
    margin: 0;
    padding-left: 18px;
  }
@media (max-width: 900px) {
    .mm-home-shop-text {
        background-image: none !important;
        padding-top: 20px;
    }
    .mm-tenant-layout{
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .mm-tenant-sidebar{
        padding-left: 0;
    }
}
.full_width_image{
    margin-top: 80px;
}
.dine_full_width{
    width: 100%;
    padding: 50px 0;
    background: #EBDBC726;
}
.dine_wrapper .mm-home-shop-text{
    background-image: none;
    padding-top: 0px;
}
.swiper-button-lock{
    
}
.home-entertainment-wrapper{
    margin-top: 30px;
}
/* Entertainment carousel swiper */
.mm-entertainment-swiper{
    padding-bottom: 10px;
}
.mm-entertainment-swiper .swiper-slide{
    height: auto;
}
.mm-entertainment-swiper .swiper-slide .single-enter-item{
    height: 100%;
}
/* Consistent image size across all entertainment cards */
.home-entertainment-wrapper .image-column{
    flex-shrink: 0;
    width: 268px;
    align-self: stretch;
    overflow: hidden;
}
.home-entertainment-wrapper .image-column img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    min-width: unset;
}
@media (max-width: 768px) {
    .home-entertainment-wrapper .single-enter-item{
        flex-direction: column;
        justify-content: flex-start;
    }
    .home-entertainment-wrapper .image-column{
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
    }
    .single-enter-item .image-column img{
        min-width: 0;
    }
}
.entertainment_wrapper{
    padding: 50px 20px;
}
.entertainment_wrapper .mm-home-shop-text{
    padding: 0;
}
.single-column-wrapper{
    display: flex;
    gap: 30px;
}
.single-enter-item{
    display: flex;
    gap: 20px;
    background-color: #EBDBC726;
    flex-direction: column;
}
.home-entertainment-wrapper .single-enter-item{
    flex-direction: row;
}
.single-enter-item .text-column{
    padding: 20px;
}
.single-enter-item .text-column h3{
    font-size: 20px;
}
.single-enter-item .text-column a{
    background: #B59255;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    padding: 7px 15px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /* display: flex; */
    line-height: normal;
    align-items: center;
}
.single-enter-item .image-column img{
    min-width: 268px;
} 
.leasing_form_page .mm-tenant-layout{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-position: right center;
    flex-direction: column;
}
.single-form{
    background: #fff;
    padding: 50px;
    
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.leasing_form_page.mm-single-tenant{
    padding-bottom: 100px;
}
.leasing_form_page .mm-tenant-title{
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .single-column-wrapper{
        flex-direction: column;
    }
    .single-enter-item .image-column img{
        min-width: 160px;
    }
    .single-enter-item .text-column{
        padding: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .single-enter-item .text-column p{
        font-size: 15px;
    }
    .single-enter-item, .dine_full_width.dine_wrapper{
        background-image: none !important;
    }
    .entertainment_wrapper{
        padding: 40px 20px;
    }
    /* Stack the "View All Brands" button above its own row so it and the
       prev/next arrows stop fighting for width on narrow screens */
    .flex_btns_link{
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }
    .mm-home-shop-text a.mm-btn{
        font-size: 13px;
        padding: 11px 18px;
        justify-content: center;
    }
    /* Arrows sit opposite the heading: right in LTR, left in RTL */
    .mm-home-shop-nav{
        justify-content: flex-end;
    }
    [dir="rtl"] .mm-home-shop-nav{
        justify-content: flex-start;
    }
    .dine_full_width{
        padding: 30px 0 !important;
    }
    .full_width_image{
        margin-top: 30px;
    }
    .single-enter-item .text-column a{
        font-size: 13px;
    }
    .home-entertainment-wrapper .single-enter-item{
        flex-direction: column;
    }
}


/* Mega Mall Leasing Form */

.mm-row {
  display: flex;
  gap: 24px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.mm-field {
  flex: 1;
  min-width: 220px;
}

.mm-field.mm-full {
  flex: 100%;
}

.mm-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.mm-field label span {
  color: #c00;
  margin-left: 4px;
}

.mm-field input,
.mm-field select,
.mm-field textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #d1d1d1;
  padding: 12px 6px;
  font-size: 15px;
  background: transparent;
  outline: none;
  box-sizing: border-box;
}

.mm-field textarea {
  max-height: 120px;
  resize: vertical;
    border: 2px solid #d1d1d1;
    font-family: inherit;
}

.mm-field input:focus,
.mm-field select:focus,
.mm-field textarea:focus {
  border-bottom-color: #000;
}

.single-form h3 {
  font-size: 20px;
  margin: 40px 0 20px;
  font-weight: 600;
  color: #111;
}
.single-form h3:first-of-type {
  margin-top: 0;
}

.wpcf7-submit {
  background: #000 !important;
  color: #fff;
  padding: 14px 40px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wpcf7-submit:hover {
  background: #333;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #c00;
  margin-top: 6px;
}
.mm-field input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
}
.mm-field select{
        padding: 11px 6px;
}
/* Mobile */
@media (max-width: 768px) {
  .mm-row {
    flex-direction: column;
    gap: 18px;
  }
  .single-form{
    padding: 20px;
  }
}

/* =========================
   Mega Mall - Events Archive
   Namespaced: mm-events-*
   ========================= */

.mm-events-archive {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mm-events-hero {
  padding: 32px 0 18px;
}

.mm-events-hero__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mm-events-hero__title {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.1;
}

.mm-events-filter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  min-width: 220px;
}

.mm-events-filter__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.mm-events-filter__select {
  width: 260px;
  max-width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid rgba(0,0,0,0.25);
  background: #fff;
  border-radius: 4px;
  padding: 14px 44px 14px 16px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.6) 50%),
    linear-gradient(135deg, rgba(0,0,0,0.6) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}

.mm-events-filter__select:focus {
  outline: none;
  border-color: rgba(0,0,0,0.5);
}

/* Grid wrapper */
.mm-events-grid-wrap {
  padding: 18px 0 56px;
}

.mm-events-grid {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

/* Card */
.mm-event-card {
  background: transparent;
}

.mm-event-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.mm-event-card__media {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: rgba(0,0,0,0.06);
}

.mm-event-card__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.mm-event-card__img--placeholder {
  aspect-ratio: 16 / 9;
  background: rgba(0,0,0,0.08);
}

/* Meta row: badge + dates */
.mm-event-card__meta {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.mm-event-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

.mm-event-badge--ongoing {
  background: rgba(40, 130, 70, 0.85);
  color: #fff;
}

.mm-event-badge--past {
  background: rgba(120, 120, 120, 0.85);
  color: #fff;
}

.mm-event-card__dates {
  font-size: 13px;
  color: rgba(0,0,0,0.62);
}

/* Title */
.mm-event-card__title {
  margin: 12px 0 0;
  font-size: clamp(18px, 1.8vw, 28px);
  font-weight: 500;
  line-height: 1.15;

  /* 2-line clamp */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: uppercase;
}

/* Subtle hover */
.mm-event-card__link:hover .mm-event-card__media {
  filter: brightness(0.98);
}

.mm-event-card__link:hover .mm-event-card__title {
  text-decoration: underline;
}

/* Empty state */
.mm-events-empty {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0;
}

.mm-events-empty__text {
  margin: 0;
  color: rgba(0,0,0,0.65);
  font-size: 16px;
}

/* Pagination */
.mm-events-pagination {
  width: min(1280px, calc(100% - 48px));
  margin: 26px auto 0;
}

.mm-events-pagination .page-numbers {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.mm-events-pagination .page-numbers a,
.mm-events-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.18);
  text-decoration: none;
  color: inherit;
  font-size: 13px;
}

.mm-events-pagination .page-numbers .current {
  border-color: rgba(0,0,0,0.45);
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 1024px) {
  .mm-events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
  .mm-event-card__img,
  .mm-event-card__img--placeholder {
  }
}

@media (max-width: 768px) {
  .mm-events-hero__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .mm-events-filter {
    align-items: stretch;
    min-width: 0;
  }
  .mm-events-filter__select {
    width: 100%;
  }
  .mm-events-grid {
    width: min(1280px, calc(100% - 32px));
  }
}

@media (max-width: 640px) {
  .mm-events-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mm-event-card__img,
  .mm-event-card__img--placeholder {
  }
}

/* ==============================
   Single Event
   ============================== */
.mm-single-event-wrapper{
    background-color: #f3f3f3;
    padding-bottom: 100px;
}
.mm-single-event {
  
}

.mm-event-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  margin-top: 20px;
}

/* Header */
.mm-event-header {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mm-event-title {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
}

.mm-event-status {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  width: fit-content;
}

.mm-event-status.is-ongoing {
  background: #6aa874;
  color: #fff;
}

.mm-event-status.is-past {
  background: #888;
  color: #fff;
}

/* Meta */
.mm-event-meta {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.mm-event-meta-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #842260;
  margin-bottom: 6px;
}

.mm-event-meta-value {
  font-size: 16px;
  line-height: 1.5;
}

/* Image */
.mm-event-featured {
  margin-top: 40px;
}

.mm-event-featured img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Content */
.mm-event-content {
  margin-top: 36px;
  font-size: 16px;
  line-height: 1.7;
}

.mm-event-gallery {
  margin-top: 40px;
}

.mm-event-gallery__title {
  margin: 0 0 16px;
  font-size: 24px;
  color: #842260;
}

.mm-event-gallery__grid {
  column-width: 220px;
  column-gap: 14px;
  column-fill: balance;
}

.mm-event-gallery__item {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0 0 14px;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
  break-inside: avoid;
}

.mm-event-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.mm-event-gallery__item:hover img,
.mm-event-gallery__item:focus-visible img {
  transform: scale(1.03);
}

.mm-event-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.mm-event-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.mm-event-lightbox__dialog {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 70px;
}

.mm-event-lightbox__image {
  max-width: min(1100px, 92vw);
  max-height: 65vh;
  width: auto;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.mm-event-lightbox__close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.mm-event-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.mm-event-lightbox__nav--prev {
  left: 18px;
}

.mm-event-lightbox__nav--next {
  right: 18px;
}

.mm-event-lightbox__counter {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
}
/* Lightbox thumbnail strip */
.mm-event-lightbox__dialog {
    flex-direction: column;
    padding: 36px 70px 16px;
}

.mm-event-lightbox__thumbs {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 12px 8px 4px;
    max-width: min(1100px, 92vw);
    width: 100%;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
    flex-shrink: 0;
}

.mm-event-lightbox__thumbs::-webkit-scrollbar {
    height: 4px;
}

.mm-event-lightbox__thumbs::-webkit-scrollbar-track {
    background: transparent;
}

.mm-event-lightbox__thumbs::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 999px;
}

.mm-event-lightbox__thumb {
    flex: 0 0 auto;
    width: 68px;
    height: 68px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    background: none;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.mm-event-lightbox__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mm-event-lightbox__thumb:hover,
.mm-event-lightbox__thumb:focus-visible {
    opacity: 0.8;
    border-color: rgba(255, 255, 255, 0.55);
    outline: none;
}

.mm-event-lightbox__thumb.is-active {
    opacity: 1;
    border-color: #B59255;
    box-shadow: 0 0 0 1px #B59255;
}

/* Counter sits above thumbs now */
.mm-event-lightbox__counter {
    position: static;
    transform: none;
    left: auto;
    bottom: auto;
    order: -1;
    margin-bottom: 6px;
    align-self: center;
}

/* Adjust nav arrows to stay vertically centered on the image only */
.mm-event-lightbox__nav {
    top: calc(50% - 60px); /* account for thumb strip height */
}

/* Mobile */
@media (max-width: 768px) {
    .mm-event-lightbox__dialog {
        padding: 36px 16px 12px;
    }

    .mm-event-lightbox__thumb {
        width: 52px;
        height: 52px;
    }

    .mm-event-lightbox__nav {
        top: calc(50% - 48px);
    }
}
.mm-event-lightbox__nav {
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

@media (max-width: 768px) {
    .mm-event-lightbox__dialog {
        padding: 16px 16px 12px;
        justify-content: center;
    }

    .mm-event-lightbox__image {
        max-height: 55vh;
    }

    .mm-event-lightbox__thumb {
        width: 52px;
        height: 52px;
    }

    .mm-event-lightbox__nav {
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.4);
        width: 38px;
        height: 38px;
        font-size: 24px;
    }

    .mm-event-lightbox__nav--prev {
        left: 6px;
    }

    .mm-event-lightbox__nav--next {
        right: 6px;
    }
}

/* Sidebar */
.mm-event-sidebar {
  border-left: 1px solid rgba(0,0,0,0.1);
  padding: 24px;
  border-radius: 4px;
}

.mm-event-sidebar-title {
  font-size: 22px;
  color: #842260;
  margin-bottom: 20px;
}

/* Related events */
.mm-related-event {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  text-decoration: none;
  color: inherit;
}

.mm-related-thumb img {
  width: 150px;
  
  object-fit: cover;
  border-radius: 3px;
}

.mm-related-date {
  font-size: 13px;
  color: rgba(0,0,0,0.6);
}

.mm-related-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 4px;
  line-height: 1.3;
}

/* ==============================
   Responsive
   ============================== */

@media (max-width: 1024px) {
  .mm-event-layout {
    grid-template-columns: 1fr;
  }

  .mm-event-sidebar {
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .mm-event-meta {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mm-event-title {
    font-size: 32px;
  }

  .mm-event-gallery__grid {
    column-width: 180px;
  }

  .mm-event-lightbox__dialog {
    padding: 36px 16px;
  }

  .mm-event-lightbox__nav--prev {
    left: 8px;
  }

  .mm-event-lightbox__nav--next {
    right: 8px;
  }
}

@media (max-width: 480px) {
  .mm-event-gallery__grid {
    column-width: 100%;
  }
}
.offer_expiry_date{
    font-size: 14px;
    color: #667085;
    margin: 0;
        font-weight: 600;
}
.offer_expiry_date span{
    background: #A42E80;
    color: #fff;
    border-radius: 10px;
    padding: 3px 12px;
}
.offer_text{
    font-size: 16px;
    color: #A42E80;
    margin-top: 10px;
}
.offer_text p{
    margin: 0;
    font-weight: 500;
}
.offers_archive .mm-event-card__meta{
    justify-content: space-between;
}
.offer_brand_logo{
    max-width: 65px;
}
.offer_logooffer_brand_logo_single{
    max-width: 75px;
}
.single-offer-page .mm-event-meta{
    grid-template-columns: repeat(2, 1fr);
}
.single-offer-page .mm-event-meta .mm-event-meta-item:last-of-type{
    text-align: right;
}

/* ============================
   ABOUT US PAGE (static template)
============================ */

.mm-about-page {
    background: transparent;
    color: #ffffff;
}

.mm-about-page .content_wrapper {
    position: relative;
    z-index: 1;
}

.mm-about-hero,
.mm-contact-hero {
    position: relative;
    min-height: 420px;
    max-height: 560px;
    height: 52vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.mm-about-hero__bg,
.mm-contact-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mm-about-hero__scrim,
.mm-contact-hero__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.35) 45%,
        rgba(0, 0, 0, 0.2) 100%
    );
    pointer-events: none;
}

.mm-about-hero__inner,
.mm-contact-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-bottom: 48px;
    padding-top: 24px;
}

.mm-about-hero__title,
.mm-contact-hero__title {
    margin: 0;
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.02em;
    line-height: 1.1;
    max-width: 16ch;
}

.mm-about-intro {
    padding: 80px 0 56px;
}

.mm-about-kicker {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000;
}

.mm-about-lead {
    margin: 0;
    font-size: clamp(1rem, 2.2vw, 1.125rem);
    line-height: 1.65;
    color: #000;
}

.mm-about-split {
    padding: 24px 0 56px;
}

.mm-about-split__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: clamp(32px, 5vw, 64px);
    align-items: start;
}

.mm-about-split__media {
    margin: 0;
}

.mm-about-split__media img {
    display: block;
   max-width: 100%;
}

.mm-about-split__text p {
    margin: 0 0 1.25em;
    font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
    line-height: 1.7;
    color: #000;
}

.mm-about-split__text p:last-child {
    margin-bottom: 0;
}

.mm-about-quote {
    margin: 0 auto 64px;
    padding: 28px 32px 28px 28px;
    border: none;
    border-left: 4px solid #c9a962;
    background: rgba(0, 0, 0, 0.12);
    max-width: calc(1280px + 40px);
}

.mm-about-quote p {
    margin: 0;
    font-size: clamp(1.0625rem, 2vw, 1.25rem);
    line-height: 1.6;
    font-weight: 500;
    color: #c9a962;
}

.mm-about-newsletter {
    /* Slightly deeper than page grey; still clearly not black */
    background: #3a3a3a;
    padding: 48px 0;
    margin-top: 0;
}

.mm-about-newsletter__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.mm-about-newsletter__copy {
    flex: 1 1 280px;
    max-width: 420px;
}

.mm-about-newsletter__title {
    margin: 0 0 10px;
    font-size: clamp(1.375rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: #ffffff;
}

.mm-about-newsletter__sub {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
}

.mm-about-newsletter__form {
    flex: 1 1 320px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
    max-width: 520px;
    width: 100%;
}

.mm-about-newsletter__input {
    flex: 1 1 200px;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    background: #ffffff;
    color: #1a1a1a;
    font-size: 15px;
}

.mm-about-newsletter__input::placeholder {
    color: #6b7280;
}

.mm-about-newsletter__btn {
    flex: 0 0 auto;
    min-height: 48px;
    padding: 0 28px;
    border: none;
    border-radius: 2px;
    background: #c9a962;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.mm-about-newsletter__btn:hover,
.mm-about-newsletter__btn:focus-visible {
    background: #d4b872;
    color: #111111;
}

.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;
}

@media (max-width: 900px) {
    .mm-about-split__grid {
        grid-template-columns: 1fr;
    }

    .mm-about-split__media {
        text-align: center;
    }

    .mm-about-split__media img {
        max-height: 320px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .mm-about-hero,
    .mm-contact-hero {
        min-height: 320px;
        height: 44vh;
        max-height: 440px;
    }

    .mm-about-hero__inner,
    .mm-contact-hero__inner {
        padding-bottom: 32px;
    }

    .mm-about-intro {
        padding: 48px 0 36px;
    }

    .mm-about-quote {
        margin-bottom: 48px;
        padding: 22px 20px 22px 18px;
    }

    .mm-about-newsletter {
        padding: 40px 0;
    }

    .mm-about-newsletter__form {
        flex-direction: column;
    }

    .mm-about-newsletter__btn {
        width: 100%;
    }
}

/* ============================
   CONTACT US PAGE (scoped — no body/global p rules)
============================ */

.mm-contact-page {
    background: transparent;
}

.mm-contact-surface {
    background: #ffffff;
    padding: 72px 0 96px;
}

.mm-contact-surface__intro {
    margin: 0 0 48px;
    max-width: 56rem;
    font-size: 1rem;
    line-height: 1.65;
    color: #4b5563;
}

.mm-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    gap: 0 56px;
    align-items: start;
}

.mm-contact-layout__divider {
    width: 1px;
    align-self: stretch;
    min-height: 200px;
    background: #e5e7eb;
}

.mm-contact-layout__form {
    min-width: 0;
}

.mm-contact-layout__aside {
    min-width: 0;
}

.mm-contact-form__row {
    margin-bottom: 0;
}

.mm-contact-form__row--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.mm-contact-form__field {
    margin-bottom: 22px;
}

.mm-contact-form__label {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c9a962;
}

.mm-contact-form__input,
.mm-contact-form__textarea,
.mm-contact-form__select {
    width: 100%;
    max-width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 1.4;
    font-family: inherit;
    color: #1f2937;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    box-sizing: border-box;
}

.mm-contact-form__input::placeholder,
.mm-contact-form__textarea::placeholder {
    color: #9ca3af;
}

.mm-contact-form__textarea {
    min-height: 168px;
    resize: vertical;
}

.mm-contact-form__phone {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
}

.mm-contact-form__select--cc {
    flex: 0 0 auto;
    min-width: 7.5rem;
    max-width: 40%;
    cursor: pointer;
}

.mm-contact-form__input--phone {
    flex: 1 1 160px;
    min-width: 0;
}

.mm-contact-form__submit {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 16px 24px;
    border: none;
    border-radius: 8px;
    background: #c9a962;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.mm-contact-form__submit:hover,
.mm-contact-form__submit:focus-visible {
    background: #b8944f;
    color: #ffffff;
}

.mm-contact-info {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

.mm-contact-info__item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 28px;
}

.mm-contact-info__item:last-child {
    margin-bottom: 0;
}

.mm-contact-info__icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #c9a962;
    border-radius: 50%;
    background: #ffffff;
}

.mm-contact-info__icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.mm-contact-info__body {
    min-width: 0;
    padding-top: 4px;
}

.mm-contact-info__label {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c9a962;
}

.mm-contact-info__value {
    font-size: 16px;
    line-height: 1.45;
    color: #374151;
    text-decoration: none;
    word-break: break-word;
}

.mm-contact-info__value:hover,
.mm-contact-info__value:focus-visible {
    text-decoration: underline;
}

.mm-contact-map {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
}

.mm-contact-map__iframe {
    display: block;
    width: 100%;
    height: min(360px, 50vw);
    min-height: 260px;
    border: 0;
}

@media (max-width: 900px) {
    .mm-contact-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .mm-contact-layout__divider {
        display: none;
    }

    .mm-contact-layout__aside {
        margin-top: 48px;
        padding-top: 48px;
        border-top: 1px solid #e5e7eb;
    }

    .mm-contact-surface {
        padding: 56px 0 72px;
    }
}

@media (max-width: 600px) {
    .mm-contact-form__row--split {
        grid-template-columns: 1fr;
    }

    .mm-contact-form__select--cc {
        max-width: none;
        width: 100%;
    }

    .mm-contact-form__input--phone {
        flex: 1 1 100%;
    }
}

/* ============================
   SEARCH RESULTS PAGE
============================ */

.mm-search-page {
    background: #f4f4f4;
    padding: 48px 0 90px;
}

.mm-search-hero {
    margin-bottom: 28px;
}

.mm-search-title {
    margin: 0 0 18px;
    color: #842260;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.25;
}

.mm-search-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.mm-search-form__input {
    flex: 1;
    min-width: 0;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    color: #111827;
    padding: 12px 14px;
    font-size: 15px;
}

.mm-search-form__button {
    border: none;
    background: #c9a962;
    color: #fff;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
}

.mm-search-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mm-search-card {
    background: #fff;
    border: 1px solid #ebecef;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.mm-search-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.mm-search-card__media {
    overflow: hidden;
}

.mm-search-card__img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.mm-search-card__img--placeholder {
    background: linear-gradient(135deg, #ebecef, #d9dce2);
}

.mm-search-card__body {
    padding: 18px;
}

.mm-search-card__type {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #842260;
}

.mm-search-card__title {
    margin: 0 0 10px;
    font-size: 1.2rem;
    line-height: 1.35;
    color: #1f2937;
}

.mm-search-card__excerpt {
    margin: 0;
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.6;
}

.mm-search-pagination {
    margin-top: 34px;
}

.mm-search-empty {
    background: #fff;
    border-radius: 8px;
    padding: 30px 24px;
    border: 1px solid #ebecef;
}

.mm-search-empty h2 {
    margin: 0 0 10px;
    color: #842260;
}

.mm-search-empty p {
    margin: 0;
}

@media (max-width: 1024px) {
    .mm-search-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.mm-404-page {
    background: #f4f4f4;
    padding: 90px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mm-404-card {
    max-width: 560px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ebecef;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
    padding: 56px 40px;
    text-align: center;
}

.mm-404-code {
    display: block;
    font-size: clamp(3rem, 8vw, 4.5rem);
    font-weight: 800;
    line-height: 1;
    color: #c9a962;
    margin-bottom: 12px;
}

.mm-404-title {
    margin: 0 0 14px;
    color: #842260;
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    line-height: 1.25;
}

.mm-404-text {
    margin: 0 0 28px;
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.6;
}

.mm-404-btn {
    display: inline-block;
    border: none;
    background: #c9a962;
    color: #fff;
    border-radius: 6px;
    padding: 14px 28px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.mm-404-btn:hover {
    background: #b3924f;
    color: #fff;
}

@media (max-width: 768px) {
    .mm-404-page {
        padding: 48px 0;
    }

    .mm-404-card {
        padding: 40px 24px;
    }

    .mm-search-page {
        padding: 32px 0 64px;
    }

    .mm-search-form {
        flex-direction: column;
        align-items: stretch;
    }

    .mm-search-form__button {
        width: 100%;
    }

    .mm-search-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================
   MEGA BOY PAGE
============================ */

.mm-megaboy-page {
    background: #f5f5f5;
}

.mm-megaboy-hero {
    position: relative;
    min-height: 380px;
    height: 48vh;
    max-height: 520px;
    overflow: hidden;
}

.mm-megaboy-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mm-megaboy-intro {
    padding: 56px 0 22px;
}

.mm-megaboy-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 420px);
    gap: clamp(24px, 4vw, 56px);
    align-items: start;
}

.mm-megaboy-intro__media {
    margin: 0;
}

.mm-megaboy-intro__media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.mm-megaboy-intro__lead {
    margin: 0;
    font-size: clamp(1rem, 1.9vw, 1.12rem);
    line-height: 1.75;
    color: #374151;
    max-width: 74ch;
}

.mm-megaboy-section {
    padding: 20px 0 10px;
}

.mm-megaboy-section--last {
    padding-bottom: 70px;
}

.mm-megaboy-section__title {
    margin: 0 0 14px;
    color: #842260;
    font-size: clamp(1.25rem, 2.4vw, 1.75rem);
    line-height: 1.25;
}

.mm-megaboy-list {
    margin: 0;
    padding-left: 20px;
    color: #374151;
}

.mm-megaboy-list li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.mm-megaboy-text {
    margin: 0;
    color: #374151;
    line-height: 1.75;
    max-width: 74ch;
}

.mm-megaboy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
}

.mm-megaboy-quote {
    margin: 0;
    border-left: 4px solid #caa35c;
    background: #fff;
    padding: 22px 24px;
}

.mm-megaboy-quote p {
    margin: 0;
    color: #4b5563;
    font-size: 1.03rem;
    line-height: 1.75;
}

.mm-megaboy-intro__media--mobile {
    display: none;
    margin-top: 24px;
}

@media (max-width: 900px) {
    .mm-megaboy-intro__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mm-megaboy-intro__media {
        max-width: 420px;
    }

    .mm-megaboy-intro__media--desktop {
        display: none;
    }

    .mm-megaboy-intro__media--mobile {
        display: block;
    }

    .mm-megaboy-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .mm-megaboy-hero {
        min-height: 320px;
        height: 40vh;
    }

    .mm-megaboy-intro {
        padding-top: 42px;
    }
}

/* ============================
   GUEST SERVICES PAGE
============================ */

.mm-guest-page {
    background: #f5f5f5;
}

.mm-guest-hero {
    position: relative;
    min-height: 360px;
    height: 46vh;
    max-height: 500px;
    overflow: hidden;
}

.mm-guest-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mm-guest-section {
    padding: 42px 0 8px;
}

.mm-guest-section--last {
    padding-bottom: 72px;
}

.mm-guest-section__title {
    margin: 0 0 20px;
    color: #842260;
    font-size: clamp(1.35rem, 2.6vw, 1.9rem);
}

.mm-guest-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.mm-guest-grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mm-guest-card {
    background: #fff;
    border: 1px solid #e7e9ef;
    border-radius: 10px;
    padding: 18px 16px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mm-guest-card:hover {
    transform: translateY(-3px);
    border-color: #d8bf85;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.mm-guest-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(132, 34, 96, 0.28);
    color: #842260;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.mm-guest-card:hover .mm-guest-card__icon {
    color: #caa35c;
    border-color: #caa35c;
    background: rgba(202, 163, 92, 0.08);
}

.mm-guest-card__icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.mm-guest-card__title {
    margin: 0;
    color: #263142;
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .mm-guest-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mm-guest-grid--compact {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mm-guest-grid,
    .mm-guest-grid--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .mm-guest-hero {
        min-height: 300px;
        height: 40vh;
    }

    .mm-guest-section {
        padding-top: 30px;
    }
}

@media (max-width: 560px) {
    .mm-guest-grid,
    .mm-guest-grid--compact {
        grid-template-columns: 1fr;
    }
}

/*  New offer design */ 
/* Offer cards — entertainment style */
.offers_archive .mm-events-grid {
  grid-template-columns: repeat(2, 1fr);
}

.offer-entertainment-card .mm-event-card__link {
  display: flex;
  flex-direction: row;
  gap: 0;
  background-color: #EBDBC726;
  border-radius: 8px;
  overflow: hidden;
  min-height: 200px;
}

.offer-card__image {
  flex: 0 0 280px;
  overflow: hidden;
  position: relative;
}

.offer-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 200px;
}

.offer-card__img--placeholder {
  background: #e0d0b8;
  min-height: 200px;
}

.offer-card__body {
  flex: 1;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offer-card__body .mm-event-card__meta {
  justify-content: space-between;
  margin-top: 0;
}

.offer-card__body .mm-event-card__title {
  margin: 0;
}

.offer-readmore-btn {
  display: inline-block;
  background: #B59255;
  color: #fff;
  border-radius: 8px;
  padding: 7px 16px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: fit-content;
  margin-top: auto;
}

/* Mobile: stack vertically like entertainment on mobile */
@media (max-width: 768px) {
  .offer-entertainment-card .mm-event-card__link {
    flex-direction: column;
  }

  .offer-card__image {
    flex: none;
    width: 100%;
  }

  .offer-card__img {
    min-height: 200px;
    max-height: 240px;
  }

  .offer-card__body {
    padding: 16px;
  }
}
/* ==========================================================================
   Legal / informational pages (Customer Service, Disclaimer, Privacy,
   Terms & Conditions, Sitemap)
   ========================================================================== */

.mm-legal-page .mm-about-intro {
    padding: 72px 0 24px;
}

.mm-legal-updated {
    margin: 20px 0 0;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b6b6b;
}

.mm-legal-body {
    padding: 24px 0 80px;
}

.mm-legal-block {
    max-width: 900px;
    padding: 28px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mm-legal-block:first-child {
    border-top: 0;
    padding-top: 8px;
}

.mm-legal-block__title {
    margin: 0 0 12px;
    font-size: clamp(1.25rem, 2.6vw, 1.5rem);
    font-weight: 700;
    line-height: 1.3;
    color: #000;
}

.mm-legal-block__text {
    margin: 0;
    font-size: clamp(0.95rem, 2vw, 1.0625rem);
    line-height: 1.75;
    color: #333;
}

.mm-legal-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}

.mm-legal-list a,
.mm-sitemap-list a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.mm-legal-list a:hover,
.mm-sitemap-list a:hover {
    opacity: 0.7;
    border-color: rgba(0, 0, 0, 0.6);
}

/* Sitemap */

.mm-sitemap-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px 32px;
    font-size: 0.9375rem;
    line-height: 1.6;
}

/* RTL */

.mm-about-page--rtl .mm-legal-block,
.mm-about-page--rtl .mm-legal-block__text,
.mm-about-page--rtl .mm-legal-list,
.mm-about-page--rtl .mm-sitemap-list {
    text-align: right;
}

@media (max-width: 768px) {
    .mm-legal-page .mm-about-intro {
        padding: 48px 0 16px;
    }

    .mm-legal-body {
        padding: 16px 0 56px;
    }

    .mm-legal-block {
        padding: 22px 0;
    }
}
