/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Text Domain: twentytwentyfive-child
*/

/* --- Global Cleanups --- */
.the_champ_sharing_container,
.the_champ_vertical_sharing,
.the_champ_sharing_title,
.heateor_ss_content,
.shared-counts-wrap,
#social_sharing_container,
.heateor_ss_mobile_footer {
    display: none !important;
}

body {
    background-color: #F5F1E9;
    font-family: 'Manrope', 'Inter', sans-serif;
    max-width: 100%;
    overflow-x: hidden;
}

/* --- Header Styles --- */
.site-header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem;
}

.site-header-inner {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 9999px;
    padding: 0.5rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    flex-wrap: nowrap !important;
}

.site-header-logo-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.site-header-logo-group a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.site-header-logo-group img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    object-fit: cover;
}

.wp-block-site-title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
}

/* Навигация */
.site-header-nav {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.wp-block-navigation__container {
    gap: 1.5rem !important;
    flex-wrap: nowrap !important;
    display: flex !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wp-block-navigation-item__content {
    text-decoration: none !important;
    color: rgba(44, 53, 49, 0.8) !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    white-space: nowrap !important;
}

.site-header-actions {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.btn-book {
    background-color: #4A5D4E;
    color: #FFFFFF !important;
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 0.8125rem;
    text-decoration: none;
    white-space: nowrap;
}

/* --- Mobile Navigation Overlay --- */
.wp-block-navigation__responsive-container.is-menu-open {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: #F5F1E9 !important;
    z-index: 10000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    flex-direction: column !important;
    gap: 2.5rem !important;
    align-items: center !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    font-size: 1.75rem !important;
    font-weight: 600 !important;
}

.wp-block-navigation__responsive-container-close {
    position: absolute !important;
    top: 2rem !important;
    right: 2rem !important;
    z-index: 10001 !important;
}

@media (max-width: 768px) {
    .site-header-social-icons {
        display: none !important;
    }

    .site-header-inner {
        padding: 0.4rem 1rem;
    }

    .wp-block-site-title {
        font-size: 1rem;
    }
}

/* --- Mobile Menu Fixes --- */
@media (min-width: 769px) {
    .wp-block-navigation__responsive-container-open {
        display: none !important;
    }

    .wp-block-navigation__responsive-container {
        display: block !important;
        position: static !important;
        width: auto !important;
        height: auto !important;
        background: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        color: inherit !important;
    }

    .wp-block-navigation__responsive-container-content {
        display: block !important;
        width: auto !important;
        height: auto !important;
    }
}

/* ============================================
   OASIS HEADER - 1:1 копия с 04travel.ru
   ============================================ */

:root {
    --oasis-glass-bg: rgba(255, 255, 255, 0.55);
    --oasis-glass-blur: 20px;
    --oasis-glass-border: rgba(255, 255, 255, 0.3);
    --oasis-glass-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --oasis-nav-text: #2C3531;
    --oasis-nav-text-fade: rgba(44, 53, 49, 0.8);
    --oasis-accent: #A68B67;
    --oasis-btn-bg: #4A5D4E;
    --oasis-btn-hover: #3D4D41;
}

body.oasis-menu-open {
    overflow: hidden !important;
}

.oasis-header,
.oasis-header *,
.oasis-mobile-menu,
.oasis-mobile-menu * {
    box-sizing: border-box;
    /* Strict box-sizing for 1:1 match */
}

.oasis-header {
    position: fixed;
    /* Header remains visible and fixed */
    top: var(--wp-admin--admin-bar--height, 0px);
    left: 0;
    right: 0;
    z-index: 1000;
    /* Higher than overlay/card */
    padding: 16px;
    width: 100%;
    pointer-events: none;
    /* Let clicks pass through padding areas */
}

.oasis-header__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 66px;
    max-height: 66px;
    /* Strict height synchronization */
    padding: 12px 24px;
    background: var(--oasis-glass-bg);
    backdrop-filter: blur(var(--oasis-glass-blur));
    -webkit-backdrop-filter: blur(var(--oasis-glass-blur));
    border: 1px solid var(--oasis-glass-border);
    border-radius: 9999px;
    box-shadow: var(--oasis-glass-shadow);
    pointer-events: auto;
    /* Re-enable clicks on the pill itself */
}

.oasis-header__brand {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--oasis-nav-text);
}



.oasis-header__logo-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(44, 53, 49, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.oasis-header__logo-svg {
    width: 100%;
    height: 100%;
}

.oasis-header__brand-text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.025em;
}

/* Desktop Nav */
.oasis-header__nav {
    display: none;
    gap: 32px;
}

@media (min-width: 1024px) {
    .oasis-header__nav {
        display: flex;
    }
}

.oasis-header__nav-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--oasis-nav-text-fade);
    text-decoration: none;
    transition: color 0.2s;
}

.oasis-header__nav-link:hover,
.oasis-header__nav-link.is-active {
    color: var(--oasis-accent);
}

.oasis-header__nav-link.is-active {
    font-weight: 700;
}

/* Actions */
.oasis-header__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 40px;
    /* Aligning with logo wrap */
}

.oasis-header__socials {
    display: none;
    align-items: center;
    gap: 8px;
}

@media (min-width: 640px) {
    .oasis-header__socials {
        display: flex;
    }
}

.oasis-header__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--oasis-nav-text);
    transition: all 0.2s;
    background: transparent;
}

.oasis-header__social-link svg {
    width: 24px;
    height: 24px;
}

.oasis-header__social-link:hover {
    /* background: rgba(0, 0, 0, 0.05); */
    color: var(--oasis-accent);
}

.oasis-header__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 24px;
    /* Use padding only on X for border-box */
    background: var(--oasis-btn-bg);
    color: #FFFFFF !important;
    text-decoration: none !important;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
    .oasis-header__btn {
        padding: 8px 24px;
    }
}

.oasis-header__btn:hover {
    background: var(--oasis-btn-hover);
    transform: scale(1.05);
}

.oasis-burger {
    display: flex !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
    color: var(--oasis-nav-text);
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    padding: 0 !important;
    margin-left: 8px;
    position: relative;
    z-index: 1001;
}

.oasis-burger svg {
    display: none;
    width: 24px;
    height: 24px;
}

.oasis-burger .oasis-burger__icon-open {
    display: block;
}

/* Toggle state via body class */
body.oasis-menu-open .oasis-burger .oasis-burger__icon-open {
    display: none;
}

body.oasis-menu-open .oasis-burger .oasis-burger__icon-close {
    display: block;
}

@media (min-width: 1024px) {
    .oasis-burger {
        display: none !important;
    }
}

/* ============================================
   OASIS MOBILE MENU (Overlay + Gray Glass Card)
   ============================================ */

.oasis-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 900;
    /* Below fixed header pill (1000) */
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.oasis-mobile-menu.is-open {
    visibility: visible;
    opacity: 1;
}

.oasis-mobile-menu__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.oasis-mobile-menu__card {
    position: fixed;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 80px);
    /* 1:1 top position */
    left: 16px;
    right: 16px;
    background: var(--oasis-glass-bg);
    /* Strict 0.55 match */
    backdrop-filter: blur(var(--oasis-glass-blur));
    /* Strict 20px match */
    -webkit-backdrop-filter: blur(var(--oasis-glass-blur));
    border: 1px solid var(--oasis-glass-border);
    border-radius: 32px;
    padding: 40px 24px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    max-width: 500px;
    margin: 0 auto;
    z-index: 950;
}

.oasis-mobile-menu.is-open .oasis-mobile-menu__card {
    transform: translateY(0);
}

.oasis-mobile-menu__close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    /* padding: 8px; */
    cursor: pointer;
    color: var(--oasis-nav-text);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oasis-mobile-menu__close svg {
    width: 24px;
    height: 24px;
}

.oasis-mobile-menu__nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* 1:1 gap */
    text-align: center;
}

.oasis-mobile-menu__link {
    font-size: 18px;
    /* 1:1 font size */
    font-weight: 700;
    line-height: 28px;
    color: var(--oasis-nav-text);
    text-decoration: none;
    transition: color 0.2s;
}

.oasis-mobile-menu__link:hover,
.oasis-mobile-menu__link.is-active {
    color: var(--oasis-accent);
}

.oasis-mobile-menu__footer {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.oasis-mobile-menu__footer-title {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--oasis-accent);
}

.oasis-mobile-menu__socials {
    display: flex;
    gap: 16px;
}

/* ============================================
   OASIS FOOTER - 1:1 копия с 04travel.ru
   Эталонные computed-значения из DevTools
   ============================================ */

/* Убираем горизонтальный overflow */
html,
body {
    overflow-x: hidden;
}

/* 1) Footer hard reset - only inside oasis footer */
.oasis-footer,
.oasis-footer * {
    box-sizing: border-box;
}

.oasis-footer p,
.oasis-footer h1,
.oasis-footer h2,
.oasis-footer h3,
.oasis-footer h4,
.oasis-footer h5,
.oasis-footer h6,
.oasis-footer ul,
.oasis-footer ol,
.oasis-footer li,
.oasis-footer figure {
    margin: 0 !important;
    padding: 0 !important;
}

/* A) Full-bleed: безопасный метод */
.oasis-footer {
    background-color: #2C3531;
    padding: 80px 24px 40px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
    color: #FFFFFF;
}

@supports (width: 100dvw) {
    .oasis-footer {
        margin-left: -50dvw;
        margin-right: -50dvw;
        width: 100dvw;
        max-width: 100dvw;
    }
}

/* Внутренний контейнер: 1280px */
.oasis-footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

/* C) Сетка и gap (desktop эталон) */
.oasis-footer .footer-grid,
.oasis-footer .wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    column-gap: 48px !important;
    row-gap: 48px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 80px !important;
}

@media (max-width: 1024px) {

    .oasis-footer .footer-grid,
    .oasis-footer .wp-block-columns {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* 4) Мобильная сетка и gap */
@media (max-width: 768px) {

    .oasis-footer .footer-grid,
    .oasis-footer .wp-block-columns {
        grid-template-columns: 1fr !important;
        row-gap: 32px !important;
    }
}

/* Убери влияние темы */
.oasis-footer :where(.wp-site-blocks, .wp-block-group, .wp-block-columns, .has-global-padding) {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.oasis-footer :where(.wp-block-group, .wp-block-columns) {
    margin-top: 0;
    margin-bottom: 0;
}

/* 1) Убрать лишнюю высоту от темы внутри футера */
.oasis-footer p,
.oasis-footer ul,
.oasis-footer ol,
.oasis-footer li,
.oasis-footer h1,
.oasis-footer h2,
.oasis-footer h3,
.oasis-footer h4,
.oasis-footer figure {
    margin: 0 !important;
}

.oasis-footer .wp-block-group,
.oasis-footer .wp-block-columns,
.oasis-footer .wp-block-column {
    margin: 0 !important;
}

/* === TYPOGRAPHY - эталонные значения === */

/* Название футера (04travel) */
.oasis-footer .footer-brand {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
    font-weight: 700;
    margin-bottom: 24px !important;
}

/* Описание */
.oasis-footer .footer-description {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px !important;
}

/* Заголовок "Подписывайтесь" */
.oasis-footer .footer-social-title {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #A68B67;
    margin-bottom: 20px !important;
}

/* Заголовки колонок (НАВИГАЦИЯ, ЮРИДИЧЕСКАЯ...) */
.oasis-footer .footer-col-title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 700;
    color: #A68B67;
    margin-bottom: 24px !important;
}

/* 2) Списки ссылок и типографика */
.oasis-footer .footer-nav-list {
    list-style: none !important;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 768px) {
    .oasis-footer .footer-nav-list {
        gap: 10px !important;
    }
}

.oasis-footer .footer-nav-list,
.oasis-footer .footer-nav-list li,
.oasis-footer .footer-nav-list a {
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0 !important;
}

.oasis-footer .footer-nav-list a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.oasis-footer .footer-nav-list a:hover {
    color: #FFFFFF;
}

/* === RATING CARDS - эталонные значения === */

.oasis-footer .footer-rating-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.oasis-footer .footer-rating-card,
.oasis-footer .rating-card {
    padding: 8px !important;
    /* компактно как в эталоне */
    border-radius: 16px;
    min-height: 74px;
    /* эталон */
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    /* важно для центровки */
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s;
    box-sizing: border-box;
}

.oasis-footer .footer-rating-card:hover,
.oasis-footer .rating-card:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* B) Виджеты рейтингов: центр и размер */
.oasis-footer .footer-rating-card iframe,
.oasis-footer .rating-card iframe {
    display: block;
    width: 150px;
    /* фиксированный размер как на 04travel.ru */
    height: 50px;
    border: 0;
    overflow: hidden;
    margin: 0 auto;
}

/* Иконки соцсетей */
.oasis-footer .footer-social-icons {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.oasis-footer .footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}

.oasis-footer .footer-social-link:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.oasis-footer .footer-social-link svg {
    width: 24px;
    height: 24px;
}

/* Копирайт */
.oasis-footer .footer-bottom {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.oasis-footer .footer-copyright {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.oasis-footer .footer-copyright p {
    margin: 4px 0;
}

/* === Старые классы (для совместимости) === */

/* Иконки соцсетей: flex items-center gap-1.5 list-none p-0 m-0 */
.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    /* gap-1.5 */
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Ссылка иконки: w-10 h-10 flex items-center justify-center rounded-full text-white */
.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    /* w-10 */
    height: 2.5rem;
    /* h-10 */
    border-radius: 9999px;
    /* rounded-full */
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}

/* hover:bg-white/10 hover:shadow-[...] */
.footer-social-link:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

/* SVG: w-6 h-6 */
.footer-social-link svg {
    width: 1.5rem;
    /* w-6 */
    height: 1.5rem;
    /* h-6 */
}

/* Заголовки колонок: text-sm font-bold uppercase tracking-widest text-[#A68B67] mb-6 */
.footer-col-title {
    font-size: 0.875rem;
    /* text-sm */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /* tracking-widest */
    color: #A68B67;
    margin-bottom: 1.5rem;
    /* mb-6 */
}

/* Списки ссылок: space-y-4 text-white/70 text-sm */
.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-list li {
    margin-bottom: 1rem;
    /* space-y-4 */
}

.footer-nav-list a {
    color: rgba(255, 255, 255, 0.7);
    /* text-white/70 */
    font-size: 0.875rem;
    /* text-sm */
    text-decoration: none;
    transition: color 0.2s;
}

.footer-nav-list a:hover {
    color: #FFFFFF;
}

/* Карточки рейтингов: space-y-4 */
.footer-rating-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* space-y-4 */
}

/* Карточка: bg-white/5 rounded-2xl border border-white/10 overflow-hidden flex items-center justify-center p-2 min-h-[74px] */
.footer-rating-card {
    background: rgba(255, 255, 255, 0.05);
    /* bg-white/5 */
    border-radius: 1rem;
    /* rounded-2xl */
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* border-white/10 */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    /* p-2 */
    min-height: 74px;
    transition: background 0.2s;
    text-decoration: none;
    cursor: pointer;
}

/* hover:bg-white/10 */
.footer-rating-card:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* iframe: rounded-lg */
.footer-rating-card iframe {
    border-radius: 0.5rem;
    /* rounded-lg */
    border: 0;
    pointer-events: none;
}

/* Копирайт: pt-10 border-t border-white/10 flex flex-col md:flex-row justify-between items-center gap-6 */
.footer-bottom {
    padding-top: 2.5rem;
    /* pt-10 */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    /* border-white/10 */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    /* gap-6 */
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
    }
}

/* Текст копирайта: text-white/30 text-xs space-y-1 */
.footer-copyright {
    color: rgba(255, 255, 255, 0.3);
    /* text-white/30 */
    font-size: 0.75rem;
    /* text-xs */
    text-align: center;
}

.footer-copyright p {
    margin: 0.25rem 0;
    /* space-y-1 */
}

/* === Старые классы для FSE (оставляем для совместимости) === */
.site-footer {
    background-color: #2C3531;
    color: #FFFFFF;
    padding: 5rem 1.5rem 2.5rem;
    margin-top: 4rem;
}

.site-footer .wp-block-columns.site-footer-grid {
    display: grid !important;
    gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
    max-width: 80rem;
    margin: 0 auto;
    margin-bottom: 5rem;
}

@media (max-width: 1024px) {
    .site-footer .wp-block-columns.site-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .site-footer .wp-block-columns.site-footer-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}