.ml-16 {
  margin-left: 16px;
}

.whc-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 100000;
    padding: 0 20px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    background: #FFF;
}

.whc-bar span, .whc-bar .upsell-div a{
    color: #27283C;
}

.whc-bar .upsell-div a {
    color: #27283C;
}

#custom-guest-top-bar {
    background: #0663DD !important;
}

.trial-visitor-btn {
    min-width: 88px !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    background: var(--warning-yellow, #FFC008) !important;
    font-weight: 700 !important;
}

.countdown-client {
    font-weight: 700 !important;
}

.btn-manage,
.upgrade-to-paid {
    padding: 2px 8px!important;
}

.visitor-content, #countdown-visitor {
    color: var(--Colors-White, #FFF) !important
}

.btn-text {
    color: var(--Interactive-Blue, #06F);
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
}

.header-container {
    margin: 0;
    width: calc(100% - var(--admin-menu-width));
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    left: var(--admin-menu-width);
    margin-left: -20px;
}

.site-setup-banner {
    display: flex;
    height: 60px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 1px;
}

.whc-header-center {
    gap: 10px;
}

.site-setup-button {
    display: flex !important;
    height: 37px;
    min-width: 88px;
    padding: 18px 12px !important;
    justify-content: center !important;
    align-items: center;
    gap: 8px;
    border-radius: 4px !important;
    background: var(--Interaction-blue, #06F) !important;
    text-align: center;
    /* Body Text */
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal !important;
}

.wp-site-blocks {
    padding-top: 15px!important;
}

#admin-popup-overlay {
    top: 72px!important;
}

/* Button font ~13px */
.btn.btn-smaller {
    font-size: 0.8125rem; /* ~13px */
}

/* Countdown hidden on narrow screens (below 890px) */
@media (max-width: 890px) {
    #custom-guest-top-bar .countdown-text {
        display: none;
    }
}

/* Hide logo and branding below 710px */
@media (max-width: 710px) {
    #custom-guest-top-bar .logo-div,
    #custom-guest-top-bar .branding-text {
        display: none;
    }

    /* Add period after base sentence when branding is hidden */
    #custom-guest-top-bar .upsell-text.visitor-content::after {
        content: ".";
    }
}