/* Bookplus / GreatDeals shared brand tokens.
   Keep page-specific CSS wired to these variables so brand color changes are one-file edits. */
:root {
    --bp-font-sans: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --bp-brand-primary: #004497;
    --bp-brand-primary-dark: #004497;
    --bp-brand-accent: #F47A20;
    --bp-brand-accent-dark: #D85F0F;
    --bp-brand-soft: #EAF3FC;
    --bp-brand-soft-strong: #D6E7F6;
    --bp-brand-warm: #FFF4EA;
    --bp-brand-warm-strong: #FFE2C8;
    --bp-text: #181A20;
    --bp-text-strong: #111827;
    --bp-muted: #626A75;
    --bp-line: #E5E7EB;
    --bp-soft: #F7F8FB;
    --bp-success: #15803D;
}

.bookplus-brand-link {
    color: var(--bp-brand-primary);
}

.bookplus-brand-link:hover {
    color: var(--bp-brand-primary-dark);
}

.bookplus-call-price-label {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #2563EB;
    color: #fff !important;
    font-weight: 900;
    line-height: 1.2;
    padding: 11px 16px;
    text-align: center;
    text-decoration: none !important;
}

.bookplus-call-price-label--contact {
    width: 100%;
    border: 1px solid #BFDBFE;
    background: #DBEAFE;
    color: #0B4DA2 !important;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .08);
}

.bookplus-book-card--call-price {
    border-color: #BFDBFE !important;
    background: #FFFFFF !important;
}

.bookplus-book-card--call-price .bookplus-sidebar-price {
    margin: 0 0 16px;
}

.bookplus-mobile-cta--call-price,
.bookplus-mobile-cta:has(.bookplus-call-price-label--contact) {
    background: #EFF6FF;
}

.bookplus-card-price .bookplus-call-price-label,
.bookplus-option-price .bookplus-call-price-label,
.bookplus-recently-foot .bookplus-call-price-label,
.bookplus-sidebar-price .bookplus-call-price-label,
.bookplus-mobile-cta .bookplus-call-price-label {
    display: inline-flex;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none !important;
}

.bookplus-option-price .bookplus-call-price-label--contact,
.bookplus-sidebar-price .bookplus-call-price-label--contact,
.bookplus-mobile-cta .bookplus-call-price-label--contact {
    color: #0B4DA2 !important;
    font-size: 13px;
}

.bookplus-recently-foot .bookplus-call-price-label {
    min-height: 36px;
    border-radius: 999px;
    font-size: 12px;
    padding: 0 12px;
    white-space: nowrap;
}
