/*
Theme Name: La Barchetta da Sandro
Theme URI: https://www.labarchettadasandro.it/
Author: Giosarda
Author URI: https://www.labarchettadasandro.it/
Description: Tema WordPress su misura per il ristorante La Barchetta da Sandro, derivato dal template HTML Seabud regolarmente acquistato.
Version: 3.2.7
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: la-barchetta
License: Proprietary - single site use
*/

/* Inner pages reserve the real header height instead of overlaying the title. */
body:not(.lb-home) header.main-header { position: relative; top: 0; max-width: none; }
body:not(.lb-home) header.main-header .navbar { border-radius: 0; }
body:not(.lb-home) .page-header { margin-top: 0; padding: 110px 0 140px; }
body:not(.lb-home) .topbar { background: #111330; border-radius: 0; }
.page-header::before { background: rgba(17, 19, 48, .70); }
.page-header .page-header-box h1 { color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.3); cursor: auto; }
.page-header .lb-page-breadcrumbs { display: table; max-width: 100%; margin: 12px auto 0; padding: 10px 18px; border-radius: 14px; background: #111330; color: #fff; line-height: 1.6; overflow-wrap: anywhere; }
.page-header .lb-page-breadcrumbs a, .page-header .lb-page-breadcrumbs span, .page-header .lb-page-breadcrumbs li { color: #fff; }
.page-header .lb-page-breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.page-header .lb-page-breadcrumbs a:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.lb-map-embed { position: relative; min-height: 320px; }
.lb-map-embed iframe { width: 100%; height: 420px; border: 0; }
.lb-contact-embed { background: #fff; padding: clamp(20px, 4vw, 40px); border-radius: 30px; color: #111330; }
.lb-contact-details a { overflow-wrap: anywhere; }
.lb-legacy-section-embed > .bg-section { margin-top: 0; padding: 40px 0; border-radius: 0; }
.lb-reservation-embed .reserve-table-form { width: 100%; }
.contact-us-form .wpforms-container { --wpforms-field-border-color: #c9ccd3; --wpforms-field-text-color: #111330; --wpforms-label-color: #111330; --wpforms-button-background-color: var(--accent-color); --wpforms-button-text-color: #fff; }
.contact-us-form .wpforms-field-container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.contact-us-form .wpforms-field-container > .wpforms-field { grid-column: 1 / -1; min-width: 0; width: 100%; padding: 0; margin: 0; float: none; }
.contact-us-form .wpforms-field-container > :is(.wpforms-field-name, .wpforms-field-email, .wpforms-field-text, .wpforms-field-phone) { grid-column: span 1; }
.contact-us-form .wpforms-container input:is([type="text"], [type="email"], [type="tel"]), .contact-us-form .wpforms-container textarea { width: 100%; max-width: 100%; border: 1px solid #c9ccd3; border-radius: 10px; color: #111330; background: #fff; }
.contact-us-form .wpforms-container input:focus-visible, .contact-us-form .wpforms-container textarea:focus-visible { outline: 2px solid #111330; outline-offset: 2px; }
.contact-us-form .wpforms-submit-container { margin-top: 24px; }
@media (max-width: 767px) {
    body:not(.lb-home) .page-header { padding: 65px 0 130px; }
    .contact-us-form .wpforms-field-container { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) { .scrolling-content { animation: none; } .scrolling-ticker-box { overflow-x: auto; } .scrolling-content[aria-hidden="true"] { display: none; } }

/* WPForms and WhatsApp reservation integration. */
.contact-us-form .wpforms-container-full { margin: 0; }
.contact-us-form .wpforms-container-full input[type="text"],
.contact-us-form .wpforms-container-full input[type="email"],
.contact-us-form .wpforms-container-full input[type="tel"],
.contact-us-form .wpforms-container-full textarea {
    background: transparent;
    border: 1px solid #c9ccd3;
    color: inherit;
}
.contact-us-form .wpforms-container-full button[type="submit"] {
    background: var(--accent-color, #e8b34f);
    border: 0;
    border-radius: 100px;
    font-weight: 700;
    padding: 15px 28px;
}
.lb-whatsapp-consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.45;
}
.lb-whatsapp-consent input { flex: 0 0 auto; margin-top: 4px; }
.lb-whatsapp-consent a { color: inherit; text-decoration: underline; }

:root {
    --lb-admin-bar-offset: 0px;
}

.admin-bar {
    --lb-admin-bar-offset: 32px;
}

.admin-bar .header-sticky.active {
    top: var(--lb-admin-bar-offset);
}

.lb-brand-logo .custom-logo,
.lb-brand-logo img {
    width: auto;
    max-height: 64px;
}

.footer-logo img,
.footer-logo .custom-logo {
    display: block;
    width: min(100%, 310px) !important;
    height: auto !important;
    max-width: 310px !important;
    max-height: 205px !important;
    object-fit: contain;
    object-position: left center;
}

.navbar-brand.lb-navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.lb-brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: var(--lb-logo-width, 153px);
    height: var(--lb-logo-height, 64px);
    overflow: visible;
}

.lb-brand-logo .custom-logo,
.lb-brand-logo img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: left center;
}

.lb-logo-placeholder,
.lb-loader-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--accent-color);
    border-radius: 50%;
    color: var(--accent-color);
    font-family: var(--accent-font);
    font-weight: 800;
    line-height: 1;
}

.lb-logo-placeholder {
    width: 100%;
    height: 100%;
    font-size: 24px;
}

.lb-loader-mark {
    width: 54px;
    height: 54px;
    font-size: 18px;
}

#loading-icon img {
    display: block;
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.lb-brand-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--lb-brand-text-color, var(--primary-color));
    font-family: var(--accent-font);
    line-height: 1;
    white-space: nowrap;
}

.lb-brand-copy__primary {
    font-size: var(--lb-brand-primary-size, 26px);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.lb-brand-copy__secondary {
    margin-top: 4px;
    font-size: var(--lb-brand-secondary-size, 16px);
    font-weight: 650;
}

/* The contact topbar scrolls away; only the navigation bar is pinned. */
@media (min-width: 1301px) {
    /* Preserve the original 1300px header's inner width (15px navbar padding). */
    header.main-header .navbar > .container { max-width: 1270px; }
}
.active-sticky-header header.main-header { z-index: 1000; }
.admin-bar header.main-header { top: var(--lb-admin-bar-offset, 32px); }
header.main-header .header-sticky.lb-is-stuck {
    position: fixed;
    top: var(--lb-sticky-top, 0px);
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    transform: none;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 4px 20px rgba(17, 19, 48, 0.12);
}
/* Tint only the full-width surface: keep logos, text and menus fully opaque. */
.header-sticky.lb-is-stuck .navbar { border-radius: 0; background: transparent; }
.header-sticky.lb-is-stuck .slicknav_nav {
    max-height: calc(100vh - var(--lb-sticky-top, 0px) - var(--lb-navigation-height, 80px));
    max-height: calc(100dvh - var(--lb-sticky-top, 0px) - var(--lb-navigation-height, 80px));
    overflow-y: auto;
    overscroll-behavior: contain;
}

.footer-copyright-text { flex: 1 1 auto; }
.footer-copyright .lb-footer-credit {
    margin: 0 0 0 16px;
    color: var(--white-color);
    white-space: nowrap;
    text-align: right;
}
.lb-footer-credit a { color: inherit; }
.lb-footer-credit strong { font-weight: 800; }
.lb-footer-credit a:hover,
.lb-footer-credit a:focus-visible { color: var(--accent-color); text-decoration: underline; }
@media (max-width: 767px) {
    .footer-copyright-text { flex-basis: 100%; order: 0; text-align: center; }
    .footer-copyright .lb-footer-credit { flex-basis: 100%; order: 1; margin: 0; text-align: center; }
    .footer-copyright .footer-menu { order: 2; }
}

.lb-header-actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 8px;
}

.topbar-contact-info ul li,
.topbar-contact-info ul li a {
    white-space: nowrap;
    flex-shrink: 0;
}

.topbar-contact-info ul li img { flex-shrink: 0; }

.lb-language-switcher {
    position: relative;
    flex: 0 0 auto;
    margin-left: 18px;
}

.lb-language-switcher details,
.lb-language-switcher summary {
    margin: 0;
}

.lb-language-switcher summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 64px;
    height: 34px;
    padding: 0 9px;
    border: 1px solid rgba(17, 19, 48, 0.18);
    border-radius: 999px;
    color: var(--primary-color);
    font-size: 11px;
    font-weight: 800;
    list-style: none;
    cursor: pointer;
}

.lb-language-switcher summary::-webkit-details-marker {
    display: none;
}

.lb-language-switcher details > ul {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 1000;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    min-width: 76px;
    padding: 8px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(17, 19, 48, 0.16);
}

.lb-language-switcher details[open] > ul {
    display: flex;
}

.lb-language-switcher ul {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.lb-language-switcher a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 49px;
    height: 31px;
    padding: 0 6px;
    border: 1px solid rgba(17, 19, 48, 0.18);
    border-radius: 999px;
    color: var(--primary-color);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    gap: 5px;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.lb-language-flag {
    display: block;
    width: 18px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(17, 19, 48, 0.16);
}

.lb-language-switcher a:hover,
.lb-language-switcher a.is-active {
    border-color: var(--accent-color);
    background: var(--accent-color);
    color: #fff;
}

.lb-footer-brand {
    display: inline-flex;
    flex-direction: column;
    color: #fff;
    font-family: var(--accent-font);
    line-height: 1.05;
}

.lb-footer-brand strong {
    font-size: 32px;
    font-weight: 800;
}

.lb-footer-brand span {
    margin-top: 6px;
    font-size: 20px;
    font-weight: 650;
}

.hero .lb-hero-photo {
    overflow: hidden;
}

.hero .lb-hero-photo__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.035);
    animation: lb-hero-photo-motion var(--lb-hero-motion-duration, 28s) ease-in-out infinite alternate;
    will-change: transform;
}

.lb-hero-motion-off .hero .lb-hero-photo__image {
    animation: none;
}

.lb-hide-menu-prices .menu-item-title span,
.lb-hide-menu-prices .lb-dynamic-menu .menu-item-title span {
    display: none !important;
}

@keyframes lb-hero-photo-motion {
    0% { transform: scale(1.035) translate3d(0, 0, 0); }
    100% { transform: scale(1.13) translate3d(-1.2%, -0.8%, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .hero .lb-hero-photo__image { animation: none; }
}

@media (max-width: 991px) {
    .main-header .navbar > .container { flex-wrap: nowrap; gap: 8px; }
    .navbar-brand.lb-navbar-brand { margin-right: 0; }
    .lb-header-actions { margin-left: auto; }
    .lb-header-actions .lb-language-switcher { margin: 0; }
    .lb-header-actions .navbar-toggle { flex: 0 0 40px; }
    .lb-header-actions .slicknav_btn { float: none; width: 40px; height: 40px; }
}

@media (max-width: 767px) {
    .navbar-brand.lb-navbar-brand { gap: 6px; flex: 0 1 auto; }
    .lb-brand-logo {
        width: min(var(--lb-logo-width, 153px), clamp(40px, 14vw, 64px));
        height: min(var(--lb-logo-height, 64px), 52px);
    }
    .lb-brand-copy__primary { font-size: min(var(--lb-brand-primary-size, 26px), clamp(16px, 5vw, 20px)); }
    .lb-brand-copy__secondary { font-size: min(var(--lb-brand-secondary-size, 16px), clamp(10px, 3.05vw, 12px)); }
    .lb-header-actions { gap: 6px; }
    .lb-language-switcher { position: relative; }
    .topbar-contact-info ul { flex-wrap: nowrap; justify-content: space-between; gap: 12px; }
    .lb-language-switcher summary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        min-width: 58px;
        height: 30px;
        padding: 0 7px;
        border: 1px solid rgba(17, 19, 48, 0.18);
        border-radius: 999px;
        color: var(--primary-color);
        font-size: 10px;
        font-weight: 800;
    }
    .lb-language-switcher ul {
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        z-index: 1000;
        display: none;
        flex-direction: column;
        gap: 4px;
        padding: 8px;
        border-radius: 15px;
        background: #fff;
        box-shadow: 0 12px 32px rgba(17, 19, 48, 0.16);
    }
    .lb-language-switcher details[open] ul { display: flex; }
    .lb-language-switcher a { min-width: 34px; height: 28px; padding: 0 5px; font-size: 9px; }
}

.lb-cookie-settings-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 5px 11px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    font: inherit;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.lb-cookie-settings-link:hover,
.lb-cookie-settings-link:focus-visible {
    border-color: var(--accent-color);
    outline: none;
    background: var(--accent-color);
    color: #fff;
}

.lb-cookie-settings-link i {
    font-size: 14px;
}

.lb-cookie-revisit {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 999998;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: #111330;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.lb-cookie-revisit[hidden] {
    display: none !important;
}

.lb-cookie-revisit:hover,
.lb-cookie-revisit:focus-visible {
    outline: none;
    background: var(--accent-color);
    color: #fff;
    transform: translateY(-2px);
}

.lb-cookie-revisit i {
    font-size: 18px;
}

.lb-newsletter-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.72);
    cursor: pointer;
}

.lb-newsletter-consent input {
    flex: 0 0 auto;
    margin-top: 4px;
    accent-color: var(--accent-color);
}

.lb-newsletter-consent small {
    line-height: 1.5;
}

.lb-consent[hidden],
.lb-consent [hidden] {
    display: none !important;
}

.lb-consent {
    position: relative;
    z-index: 999999;
}

.lb-consent-banner {
    position: fixed;
    right: 24px;
    bottom: 24px;
    left: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    max-width: 1160px;
    padding: 26px 64px 26px 28px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 22px;
    background: #111330;
    color: #fff;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
}

.lb-consent-eyebrow {
    color: var(--accent-color);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.lb-consent h2 {
    margin: 5px 0 8px;
    color: inherit;
    font-size: clamp(23px, 2vw, 31px);
}

.lb-consent p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.65;
}

.lb-consent-links {
    display: flex;
    gap: 18px;
    margin-top: 10px !important;
}

.lb-consent-links a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lb-consent-actions,
.lb-consent-settings-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.lb-consent-actions {
    max-width: 430px;
}

.lb-consent-button,
.lb-consent-placeholder button {
    min-height: 44px;
    padding: 10px 17px;
    border: 1px solid var(--accent-color);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.lb-consent-button.is-primary,
.lb-consent-placeholder button {
    background: var(--accent-color);
    color: #fff;
}

.lb-consent-button.is-secondary {
    background: transparent;
    color: #fff;
}

.lb-consent-button:hover,
.lb-consent-button:focus-visible,
.lb-consent-placeholder button:hover,
.lb-consent-placeholder button:focus-visible {
    border-color: #fff;
    outline: 2px solid transparent;
    background: #fff;
    color: #111330;
}

.lb-consent-close {
    position: absolute;
    top: 14px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.lb-consent-overlay {
    position: fixed;
    inset: 0;
    background: rgba(8, 10, 28, 0.72);
    backdrop-filter: blur(4px);
}

.lb-consent-settings {
    position: fixed;
    top: 50%;
    left: 50%;
    width: min(92vw, 720px);
    max-height: 88vh;
    padding: 30px;
    overflow: auto;
    transform: translate(-50%, -50%);
    border-radius: 22px;
    background: #111330;
    color: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.lb-consent-settings > p {
    margin-bottom: 20px;
}

.lb-consent-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 17px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    color: #fff;
}

.lb-consent-category h3,
.lb-consent-category strong {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.lb-consent-category p,
.lb-consent-category small {
    display: block;
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.lb-consent-toggle {
    position: relative;
    flex: 0 0 auto;
    width: 48px;
    height: 27px;
}

.lb-consent-toggle input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.lb-consent-toggle span {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: #77798d;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.lb-consent-toggle span::after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #fff;
    content: "";
    transition: transform 0.2s ease;
}

.lb-consent-toggle input:checked + span {
    background: var(--accent-color);
}

.lb-consent-toggle input:checked + span::after {
    transform: translateX(21px);
}

.lb-consent-toggle input:focus-visible + span {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.lb-consent-settings-actions {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.lb-consent-open {
    overflow: hidden;
}

.lb-consent-placeholder {
    display: flex;
    min-height: 360px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 9px;
    padding: 32px;
    background: #eef3f6;
    color: #111330;
    text-align: center;
}

.lb-consent-placeholder strong {
    font-size: 22px;
}

.lb-consent-placeholder span {
    max-width: 540px;
    line-height: 1.6;
}

.lb-policy {
    max-width: 920px;
    margin: 0 auto;
}

.lb-policy h2 {
    margin: 42px 0 14px;
    font-size: clamp(25px, 3vw, 34px);
}

.lb-policy p,
.lb-policy li {
    line-height: 1.8;
}

.lb-policy li + li {
    margin-top: 9px;
}

.lb-policy-updated {
    padding: 13px 17px;
    border-left: 4px solid var(--accent-color);
    background: #f2f6f8;
}

.lb-policy-table-wrap {
    overflow-x: auto;
}

.lb-policy table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

.lb-policy th,
.lb-policy td {
    padding: 12px 14px;
    border: 1px solid #d8e0e5;
    text-align: left;
    vertical-align: top;
}

.lb-policy th {
    background: #111330;
    color: #fff;
}

@media (max-width: 900px) {
    .lb-consent-banner {
        grid-template-columns: 1fr;
    }
    .lb-consent-actions {
        max-width: none;
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .footer-logo img,
    .footer-logo .custom-logo {
        width: min(100%, 260px) !important;
        max-height: 180px !important;
    }
    .lb-consent-banner {
        right: 10px;
        bottom: 10px;
        left: 10px;
        gap: 16px;
        padding: 22px 20px 20px;
        border-radius: 17px;
    }
    .lb-consent-banner .lb-consent-copy {
        padding-right: 30px;
    }
    .lb-consent-actions,
    .lb-consent-settings-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    .lb-consent-button {
        width: 100%;
    }
    .lb-consent-settings {
        width: calc(100vw - 20px);
        max-height: calc(100vh - 20px);
        padding: 24px 18px;
        border-radius: 17px;
    }
    .lb-consent-category {
        gap: 14px;
    }
    .lb-cookie-revisit {
        left: 12px;
        bottom: 12px;
        width: 46px;
        padding: 0;
        justify-content: center;
    }
    .lb-cookie-revisit span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    width: auto;
    height: auto;
    clip: auto;
    padding: 12px 18px;
    margin: 8px;
    background: #fff;
    color: #111;
    z-index: 100000;
}

.page-editor-content,
.post-single-content .entry-content {
    overflow-wrap: anywhere;
}

.page-editor-content {
    padding: 80px 0;
}

.page-editor-content > * {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.page-editor-content .alignwide {
    max-width: 1320px;
}

.page-editor-content .alignfull {
    max-width: none;
}

.main-menu .current-menu-item > a,
.main-menu .current_page_item > a {
    color: var(--accent-color);
}

.main-menu .menu-item-has-children {
    position: relative;
}

.reservation-notice,
.form-notice {
    padding: 14px 18px;
    margin-bottom: 22px;
    border-radius: 8px;
    background: #eaf7ec;
    color: #175b22;
}

.reservation-notice.is-error,
.form-notice.is-error {
    background: #fdeaea;
    color: #8d1d1d;
}

.lb-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.navigation.pagination {
    justify-content: center;
    width: 100%;
}

.navigation.pagination .nav-links {
    display: flex;
    gap: 8px;
}

.navigation.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border-radius: 50%;
    background: var(--secondary-color);
}

.navigation.pagination .current,
.navigation.pagination a:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

.wp-caption,
.wp-caption img,
.entry-content img {
    max-width: 100%;
    height: auto;
}

.gallery-caption,
.wp-caption-text {
    font-size: 0.875rem;
    opacity: 0.75;
}

.sticky,
.bypostauthor {
    display: block;
}

@media (max-width: 782px) {
    .admin-bar {
        --lb-admin-bar-offset: 46px;
    }
}
