.zubuz-section-padding7 {
    padding: 125px 0 0;
}

.zubuz-section-padding8 {
    padding: 0 0 125px 0;
}

:root {
    --lb-primary: #145cff;
    --lb-primary-dark: #0d45c8;
    --lb-muted: #5f6f86;
}

html {
    min-height: 100%;
    height: auto;
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

body {
    min-height: 100%;
    height: auto !important;
}

.brand-logo {
    max-width: 250px;
    flex: 0 0 auto;
    margin-right: 28px;
}

.brand-logo img {
    width: 250px;
    height: 58px;
    object-fit: cover;
    object-position: center;
}

.zubuz-footer-textarea img {
    width: 360px;
    max-height: 124px;
    object-fit: contain;
}

.zubuz-footer-textarea img {
    display: block;
    height: 82px;
    object-fit: cover;
    object-position: left center;
    margin-bottom: 18px;
}

.zubuz-footer-textarea > a {
    display: inline-block;
    line-height: 0;
    margin-bottom: 0;
}

#sticky-menu,
#sticky-menu.sticky-menu,
.site-header.zubuz-header-section,
.site-header.zubuz-header-section.sticky-menu {
    background-color: #ffffff !important;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000 !important;
}

#sticky-menu.sticky-menu {
    box-shadow: 0 10px 30px rgba(12, 12, 12, 0.08) !important;
}

#sticky-menu .site-navbar {
    min-height: 68px;
}

#sticky-menu .site-menu-main > .nav-item > .nav-link-item {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#sticky-menu .zubuz-header-btn {
    min-height: 40px;
    padding: 9px 18px;
}

#sticky-menu .nav-link-item,
#sticky-menu.sticky-menu .nav-link-item {
    color: var(--heading-color) !important;
}

#sticky-menu .site-menu-main > .nav-item > .nav-link-item.active,
#sticky-menu .site-menu-main > .nav-item > .nav-link-item.is-active,
#sticky-menu .site-menu-main > .nav-item > .nav-link-item[aria-current="page"] {
    text-decoration: underline !important;
    text-decoration-line: underline !important;
    text-decoration-color: var(--primary-color) !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 8px !important;
}

#sticky-menu .mobile-menu-trigger span,
#sticky-menu .mobile-menu-trigger span::before,
#sticky-menu .mobile-menu-trigger span::after {
    background-color: var(--heading-color) !important;
}

.zubuz-default-btn,
.zubuz-header-btn {
    background: var(--lb-primary);
    border-color: var(--lb-primary);
}

.zubuz-default-btn:hover,
.zubuz-header-btn:hover {
    background: var(--lb-primary-dark);
    border-color: var(--lb-primary-dark);
}

.legal-page .single-post-content-wrap {
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.legal-page .entry-content p,
.legal-page .entry-content li {
    color: #334155;
    font-size: 18px;
    line-height: 1.72;
}

.legal-page .entry-content a {
    color: var(--lb-primary);
    font-weight: 700;
}

.legal-page .entry-content ul,
.legal-page .entry-content ol {
    margin: 0 0 24px 24px;
    padding: 0;
}

.legal-page .entry-content ul li {
    list-style: disc;
}

.legal-page .entry-content ol li {
    list-style: decimal;
}

.legal-section-title {
    font-size: 34px;
    line-height: 1.18;
    margin-bottom: 16px;
}

.legal-subsection-title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .brand-logo {
        max-width: 190px;
        margin-right: 0;
    }

    .brand-logo img {
        width: 190px;
        height: 44px;
    }

    .zubuz-footer-textarea img {
        width: 270px;
        max-height: 94px;
    }

    .zubuz-footer-textarea img {
        height: 66px;
    }

    #sticky-menu .site-navbar {
        min-height: 58px;
    }

    .legal-section-title {
        font-size: 30px;
    }
}

.zubuz-pricing-price .zubuz-price.dynamic-value {
    font-size: 70px;
}

/* Verify pricing widgets: reduce font size for ALL prices (numbers and "Free"/"Custom") */
.zubuz-pricing-price .zubuz-price {
    font-size: 34px;        /* same reduction you liked */
    line-height: 1.05;
    white-space: nowrap;
    letter-spacing: -0.5px;
}

/* Optional: keep the currency symbol visually balanced */
.zubuz-pricing-price h2 {
    font-size: 28px;
    line-height: 1.05;
}

/* Keep Enterprise "Custom" from stretching the layout if you ever localize to a longer word */
.zubuz-pricing-price .zubuz-price.is-custom {
    font-size: 37px;        /* same as others; keep the hook for safety */
    white-space: nowrap;
}
