/* =============================================
   TYPOGRAPHY
   ============================================= */

/* Hero heading size */
.entry-content h1 {
    font-size: clamp(36px, 5vw, 56px) !important;
    line-height: 1.1 !important;
    max-width: 680px;
}

/* Constrain text width */
.entry-content p,
.entry-content h2,
.entry-content h3 {
    max-width: 680px;
}


/* =============================================
   LAYOUT & SPACING
   ============================================= */

/* Hero section padding */
.entry-content > .wp-block-group:first-child {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
}

/* General section padding */
.entry-content > .wp-block-group {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

/* Hero section - centre everything */
.entry-content > .wp-block-cover .wp-block-cover__inner-container,
.entry-content > .wp-block-group:first-of-type {
    text-align: center !important;
}

.entry-content > .wp-block-cover h1,
.entry-content > .wp-block-cover p,
.entry-content > .wp-block-group:first-of-type h1,
.entry-content > .wp-block-group:first-of-type h2,
.entry-content > .wp-block-group:first-of-type p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.entry-content > .wp-block-group:first-of-type .wp-block-buttons {
    justify-content: center !important;
}

/* Remove default gap between homepage blocks */
.home .wp-block-group {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* TFB custom section spacing */
.tfb-hero {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
}

.tfb-product-section {
    padding-top: 60px !important;
}


/* =============================================
   BUTTONS
   ============================================= */

/* Fix button width */
.wp-block-button__link {
    display: inline-block !important;
    width: auto !important;
}

.wp-block-buttons {
    display: flex !important;
    flex-wrap: wrap;
}

.entry-content .wp-block-buttons {
    display: inline-flex !important;
}

.entry-content .wp-block-button {
    width: auto !important;
}


/* =============================================
   NAVIGATION
   ============================================= */

/* Get Instant Access button style */
.main-header-menu a[href*="buy"] {
    background: #8C7355;
    color: #F2EFE9 !important;
    padding: 8px 20px !important;
    border-radius: 4px;
}

/* Nav link transitions */
.main-header-menu a,
#site-navigation a {
    transition: all 0.2s ease;
}

/* Mobile menu text colour */
.main-header-menu .menu-item a,
.ast-mobile-menu-buttons,
#ast-mobile-header .menu-item a,
.ast-mobile-popup-drawer .menu-item a {
    color: #1A1F16 !important;
}


/* =============================================
   404 PAGE
   ============================================= */

/* Reduce top spacing */
.error404 .ast-404-layout-1 {
    padding-top: 40px !important;
}
/* =============================================
   FOOTER
   ============================================= */

/* Footer menu link spacing */
.footer-adv-widget-area .menu li,
.site-footer .menu li {
    margin-bottom: 8px !important;
}