/**
 * SweetnFresh B2B Landing Page (SweetPass / Business Order)
 * =========================================================
 * Extracted from sweetpass.php inline <style> block.
 * Loaded via StoreController::actionBusiness_Order().
 */

/* =============================================
   0. Page-level overrides
   ============================================= */
.claim_free .promotion-pink { display: none !important; }
.nav-header { display: none; }

/* =============================================
   1. B2B wrapper
   ============================================= */
.snf-b2b { background: #fff; }

/* =============================================
   2. Sticky header
   ============================================= */
.snf-b2b-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fbf3ec;
    border-bottom: 1px solid #eaeaea;
}
.snf-b2b-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 0;
}
.snf-b2b-brand           { display: flex; align-items: center; gap: 10px; min-width: 0; }
.snf-b2b-brand-link       { display: flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
.snf-b2b-mark             { width: 36px; height: 36px; border-radius: 999px; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; font-weight: 800; }
.snf-b2b-logo             { height: 20px; width: auto; display: none; }
.snf-b2b-brand-text       { line-height: 1.1; }
.snf-b2b-brand-title      { font-weight: 700; }
.snf-b2b-brand-sub        { font-size: 12px; color: #777; }
.snf-b2b-badge            { margin-left: 6px; }
.snf-b2b-actions          { display: flex; align-items: center; gap: 12px; }
.snf-b2b-phone            { color: #777; text-decoration: none; font-size: 13px; }
.snf-b2b-phone:hover      { color: #000; }
.snf-b2b-login            { color: #777; text-decoration: none; }
.snf-b2b-login:hover      { color: #000; }
.snf-b2b-cart {
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    height: 38px;
    width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.snf-b2b-cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: #E63946;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
/* Business pages use the global Bakery cart modal, but keep local badge visible for count */

/* =============================================
   3. Replace-cart confirmation overlay
   ============================================= */
.snf-b2b-replace-overlay {
    position: fixed;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,.55);
    z-index: 2147483647 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.snf-b2b-replace-modal {
    background: #fff;
    border-radius: 14px;
    max-width: 520px;
    width: 100%;
    padding: 16px 16px 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.snf-b2b-replace-title   { font-weight: 800; font-size: 18px; margin-bottom: 8px; }
.snf-b2b-replace-text     { color: #555; font-size: 14px; line-height: 1.5; margin-bottom: 14px; }
.snf-b2b-replace-actions  { display: flex; gap: 10px; justify-content: flex-end; }
.snf-b2b-replace-actions .btn { border-radius: 10px; }

/* =============================================
   4. Hero section
   ============================================= */
.snf-b2b-hero { padding: 28px 0 18px; }
.snf-b2b-hero-row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.snf-b2b-hero-row > .snf-b2b-hero-left,
.snf-b2b-hero-row > .snf-b2b-hero-right {
    display: flex;
    flex-direction: column;
}
.snf-b2b-hero-left-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
}
.snf-b2b-hero-right .snf-b2b-hero-photo {
    flex: 1;
    min-height: 290px;
    display: flex;
    align-items: stretch;
}
.snf-b2b-hero-right .snf-b2b-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.snf-b2b-pill {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 6px 10px;
    color: #777;
    font-size: 13px;
    width: 50%;
}
.snf-b2b-h1 {
    margin-top: 12px;
    font-weight: 800;
    font-size: 34px;
    line-height: 1.2;
}
.snf-b2b-lead {
    margin-top: 12px;
    color: #555;
    font-size: 14px;
    line-height: 1.3;
}
.snf-b2b-cta {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.snf-b2b-cta-primary  { display: inline-block; }
.snf-b2b-cta-secondary { border-radius: 20px; }
.snf-b2b-note {
    margin-top: 8px;
    color: #777;
    font-size: 13px;
}
.snf-b2b-hero-chips {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.snf-b2b-chip {
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 14px;
    padding: 8px 12px;
    color: #333;
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
}
.snf-b2b-hero-photo {
    border: 1px solid #eee;
    border-radius: 24px;
    overflow: hidden;
    background: #f3f4f6;
    min-height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.snf-b2b-hero-photo img {
    width: 100%;
    height: auto;
    display: block;
}
.snf-b2b-hero-photo-label {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ddd;
    background: #fff;
    color: #777;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
}

/* =============================================
   5. Navigation cards
   ============================================= */
.snf-b2b-navcards { padding: 18px 0; background: #f9f3ed; }
.snf-b2b-navcard {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    margin-bottom: 15px;
}
.snf-b2b-navcard:hover    { text-decoration: none; }
.snf-b2b-navcard-ico {
    width: 44px; height: 44px;
    border-radius: 16px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.snf-b2b-navcard-title    { font-weight: 700; }
.snf-b2b-navcard-sub      { color: #777; font-size: 13px; margin-top: 10px; }
.snf-b2b-navcard-arrow    { margin-left: auto; color: #999; }

/* =============================================
   6. Popular products section
   ============================================= */
.snf-b2b-popular  { padding: 28px 0; }
.snf-b2b-sectionhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.snf-b2b-h2       { font-weight: 800; margin: 0; font-size: 25px; }
.snf-b2b-h2-big   { font-size: 28px; line-height: 1.2; margin-top: 10px; }
.snf-b2b-sub      { margin: 8px 0 30px; color: #777; line-height: 1.3; }
.snf-b2b-tip      { color: #777; font-size: 13px; }
.snf-b2b-tip-pill {
    display: inline-block;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 999px;
    padding: 6px 10px;
    margin-left: 6px;
}

/* =============================================
   7. Product cards
   ============================================= */
.snf-b2b-card {
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 18px;
}
.snf-b2b-card-photo {
    height: 230px;
    background-size: cover;
    background-position: center;
    background-color: #f8f8f8;
}
.snf-b2b-card-body   { padding: 14px; }
.snf-b2b-card-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
}
.snf-b2b-card-title {
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.snf-b2b-card-price-right { font-weight: 800; font-size: 18px; white-space: nowrap; }
.snf-b2b-card-badges { margin-top: 8px; display: inline-grid; gap: 8px; flex-wrap: wrap; }
.snf-b2b-pill-sm:first-child {
    background: #16A34A !important;
    border: 1px solid #16A34A !important;
    color: #fff !important;
}
.snf-b2b-pill-sm {
    display: inline-block;
    border: 1px solid #e6e6e6;
    background: #e2e8f0;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
}
.snf-b2b-pill-muted { color: #777; }
.snf-b2b-card-desc {
    margin-top: 10px;
    min-height: 40px;
    font-size: 13px;
    line-height: 15px;
}
.snf-b2b-card-price-sub { margin-top: 8px; }

/* Card actions */
.snf-b2b-card-actions { margin-top: 12px; display: flex; gap: 8px; }
.snf-b2b-btn          { cursor: pointer; }
.snf-b2b-btn-primary {
    background: #E63946;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 11px;
}
.snf-b2b-btn-outline  { border: 1px solid #ddd; background: #fff; }
.snf-b2b-card-actions .btn,
.snf-b2b-card-actions .snf-b2b-btn {
    border-radius: 14px;
    padding: 10px 12px;
    flex: 1;
}
.snf-b2b-card-link    { margin-top: 10px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.snf-b2b-muted        { color: #777; }
.snf-b2b-card-price-sub { font-size: 12px; }
.snf-b2b-viewmore     { text-align: center; margin-top: 8px; }
.view-more-btn {
    color: #fff;
    background-color: #E63946;
    border-color: #E63946;
    border-radius: 14px;
}
.view-more-btn:hover {
    color: #fff;
    background-color: #951923;
    border-color: #951923;
}

/* =============================================
   8. Anchor boxes
   ============================================= */
.snf-b2b-anchors { padding: 10px 0 28px; }
.snf-b2b-anchorbox {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 16px;
    background: #fff;
    margin-bottom: 12px;
}
.snf-b2b-anchor-title { font-weight: 800; }
.snf-b2b-anchor-sub   { color: #777; margin-top: 13px; font-size: 12px; }

/* =============================================
   9. Subscription section
   ============================================= */
.snf-b2b-subscribe   { padding: 28px 0; background: #f9f3ed; }
.snf-b2b-pill-lite   { background: #fff; }
.snf-b2b-habit {
    border: 1px solid #eee;
    border-radius: 20px;
    background: #fff;
    padding: 16px;
    margin-top: 10px;
}
.snf-b2b-habit-head   { display: flex; gap: 12px; align-items: center; }
.snf-b2b-habit-ico {
    width: 44px; height: 44px;
    border-radius: 16px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.snf-b2b-habit-title   { font-weight: 800; margin-bottom: 10px; }
.snf-b2b-habit-sub     { font-size: 12px; }
.snf-b2b-habit-rule    { height: 1px; background: #eee; margin: 12px 0; }
.snf-b2b-habit-list    { margin: 0; padding-left: 18px; color: #555; }
.snf-b2b-habit-list li { margin: 10px 0 0 0; }
.snf-b2b-habit-list li h4 { color: #000; font-weight: 800; }
.snf-b2b-habit-list li p  { font-size: 13px; margin-top: 10px; }

/* =============================================
   10. Custom platter section
   ============================================= */
.snf-b2b-custom { padding: 34px 0; }
.snf-b2b-imagebox {
    border: 1px solid #eee;
    border-radius: 24px;
    min-height: 240px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 12px;
}
.snf-b2b-imagebox-label {
    border: 1px solid #ddd;
    background: #fff;
    color: #777;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
}

/* =============================================
   11. Social proof / testimonials
   ============================================= */
.snf-b2b-proof { padding: 34px 0; background: #f9f3ed; }

.snf-b2b-proof-wrap {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 14px;
    margin-top: 18px;
}
.snf-b2b-proof-control { flex: 0 0 auto; }
.snf-b2b-roundbtn {
    width: 40px; height: 40px;
    border-radius: 999px;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    text-decoration: none;
}
.snf-b2b-roundbtn:hover { color: #000; text-decoration: none; }
.snf-b2b-proof-card { flex: 1 1 auto; max-width: 860px; }
.snf-b2b-proof-card .carousel {
    border: 1px solid #eee;
    border-radius: 20px;
    background: #fff;
    padding: 18px;
}
.snf-b2b-proof-meta  { color: #777; font-weight: 700; display: flex; gap: 8px; align-items: center; }
.snf-b2b-proof-quote { margin-top: 10px; font-size: 18px; font-weight: 800; line-height: 1.3; }
.snf-b2b-proof-name  { margin-top: 10px; }
.snf-b2b-proof-note  { margin-top: 10px; font-size: 12px; }

/* =============================================
   12. Logo slider
   ============================================= */
.snf-b2b-logos-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.snf-b2b-logos-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 15px;
    width: 100%;
    padding: 5px 0;
}
.snf-b2b-logos-row::-webkit-scrollbar { display: none; }
.snf-b2b-logo-pill {
    flex: 0 0 auto;
    width: calc((100% - (9 * 15px)) / 10);
    aspect-ratio: 1 / 1;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.snf-b2b-logo-pill img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.snf-b2b-logo-arrow {
    width: 32px; height: 32px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}
.snf-b2b-logo-arrow.visible { opacity: 1; pointer-events: auto; }
.snf-b2b-logo-arrow:hover   { background: #f8f8f8; color: #333; }

/* =============================================
   13. Footer
   ============================================= */
.snf-b2b-footer       { padding: 22px 0; background: #fbf5ee; border-top: 1px solid #eee; }
.snf-b2b-footer-title { font-weight: 800; }
.snf-b2b-footer-sub   { margin-top: 6px; }
.snf-b2b-footer-links { margin-top: 10px; }
.snf-b2b-footer-links a       { color: #777; text-decoration: none; }
.snf-b2b-footer-links a:hover { color: #000; }
.snf-b2b-dot          { color: #bbb; padding: 0 6px; }
.snf-b2b-footer-cta   { margin-top: 10px; }

/* =============================================
   14. FAQ section
   ============================================= */
.snf-b2b-faq { padding: 38px 0; background: #fff; }
.snf-b2b-accordion .panel {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-color: #eee;
    box-shadow: none;
}
.snf-b2b-accordion .panel-heading { background: transparent; border: 0; padding: 0; }
.snf-b2b-accordion .panel-title   { font-weight: 800; }
.snf-b2b-acc-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    text-decoration: none;
    color: inherit;
}
.snf-b2b-acc-link:hover { text-decoration: none; }
.snf-b2b-acc-ico        { color: #999; }
.snf-b2b-accordion .panel-body { border: 0; padding: 20px 10px 20px; color: #555; }

.result-head { margin-top: 0 !important; }
.faq-sweetpass .result-head h3 { border: none !important; }
.faq-sweetpass .result-head h5 {
    padding-left: 20px;
    font-size: 12px;
    margin-bottom: 20px;
    color: #555;
}

/* =============================================
   15. Sidebar CTA card
   ============================================= */
.snf-b2b-sidecard {
    border: 1px solid #eee;
    border-radius: 20px;
    background: #fff;
    padding: 16px;
    margin-top: 16px;
}
.snf-b2b-sidecard-title   { font-weight: 800; font-size: 16px; }
.snf-b2b-sidecard-sub     { margin-top: 12px; }
.snf-b2b-sidecard-list    { margin-top: 12px; }
.snf-b2b-sideitem         { display: flex; gap: 10px; margin: 25px 0; }
.snf-b2b-sideitem i       { color: #777; margin-top: 2px; width: 16px; text-align: center; }
.snf-b2b-sidecard-actions { margin-top: 14px; display: flex; flex-direction: column; gap: 10px; }
.snf-b2b-btn-block {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 14px;
    padding: 10px 12px;
}

/* =============================================
   16. Product detail modal
   ============================================= */
.snf-b2b-product-modal-photo {
    height: 180px;
    border-radius: 16px;
    background: #f8f8f8;
    background-size: cover;
    background-position: center;
    border: 1px solid #eee;
}
.snf-b2b-product-modal-title { font-weight: 800; margin-top: 10px; font-size: 18px; }
.snf-b2b-product-modal-price { font-weight: 800; margin-top: 6px; }
.snf-b2b-product-modal-desc  { margin-top: 10px; }

/* =============================================
   17. Cart lines
   ============================================= */
.snf-b2b-cart-line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 16px;
    margin-bottom: 10px;
}
.snf-b2b-cart-line-left  { min-width: 0; }
.snf-b2b-cart-line-title { font-weight: 800; }
.snf-b2b-cart-line-mid   { display: flex; align-items: center; gap: 8px; }
.snf-b2b-cart-qty        { width: 28px; display: inline-block; text-align: center; font-weight: 700; }
.snf-b2b-cart-line-right { text-align: right; }
.snf-b2b-cart-line-total { font-weight: 800; }
.snf-b2b-cart-remove     { font-size: 12px; display: inline-block; margin-top: 4px; }
.snf-b2b-cart-subtotal   { display: flex; justify-content: flex-end; font-weight: 800; padding-top: 8px; }

/* =============================================
   18. Recurring order modal
   ============================================= */
.snf-rec-dialog   { width: 920px; max-width: calc(100% - 30px); }
.snf-rec-content  { border-radius: 18px; overflow: hidden; border: 0; }
.snf-rec-header   { border-bottom: 0; padding: 18px 20px 10px; }
.snf-rec-close    { opacity: .6; }
.snf-rec-close:hover { opacity: 1; }
.snf-rec-sub      { color: #777; font-size: 13px; margin-top: 6px; }
.snf-rec-body     { padding: 0 20px 18px; }
.snf-rec-steps {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #777;
    font-size: 12px;
    font-weight: 700;
    margin-top: 8px;
}
.snf-rec-step-active { color: #333; }
.snf-rec-progress {
    height: 3px;
    background: #eee;
    border-radius: 999px;
    margin-top: 8px;
    overflow: hidden;
}
.snf-rec-progress-bar { width: 52%; height: 100%; background: #E63946; }
.snf-rec-section       { margin-top: 16px; }
.snf-rec-section-title { font-weight: 800; margin: 10px 0; }

/* Frequency buttons */
.snf-rec-freq {
    width: 100%;
    text-align: left;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    position: relative;
    min-height: 74px;
}
.snf-rec-freq:hover    { border-color: #ddd; }
.snf-rec-freq.is-active {
    border-color: #E63946;
    box-shadow: 0 0 0 3px rgba(230,57,70,.12);
}
.snf-rec-freq-title    { font-weight: 800; }
.snf-rec-freq-sub      { font-size: 12px; margin-top: 2px; }
.snf-rec-freq-check {
    position: absolute;
    right: 10px; top: 10px;
    width: 22px; height: 22px;
    border-radius: 999px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: transparent;
}
.snf-rec-freq.is-active .snf-rec-freq-check { background: #E63946; border-color: #E63946; }
.snf-rec-freq:not(.is-active) .snf-rec-freq-check i { opacity: 0; }

/* Package cards */
.snf-rec-pack {
    width: 100%;
    text-align: left;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 14px;
    padding: 12px;
    position: relative;
    min-height: 240px;
    margin-top: 10px;
}
.snf-rec-pack:hover { border-color: #ddd; }
.snf-rec-pack.snf-rec-pack-disabled { cursor: default; pointer-events: none; }
.snf-rec-pack.snf-rec-pack-disabled:hover { border-color: #eee; }
.snf-rec-pack.is-active {
    border-color: #E63946;
    box-shadow: 0 0 0 3px rgba(230,57,70,.12);
}
.snf-rec-pack-top     { display: flex; align-items: flex-start; gap: 10px; }
.snf-rec-pack-title   { font-weight: 800; flex: 1 1 auto; }
.snf-rec-tag {
    border: 1px solid #E63946;
    color: #E63946;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 800;
}
.snf-rec-pack-check {
    width: 22px; height: 22px;
    border-radius: 999px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: transparent;
}
.snf-rec-pack.is-active .snf-rec-pack-check { background: #E63946; border-color: #E63946; }
.snf-rec-pack:not(.is-active) .snf-rec-pack-check i { opacity: 0; }
.snf-rec-pack-desc       { font-size: 12px; margin-top: 8px; min-height: 32px; }
.snf-rec-pack-price      { margin-top: 10px; display: flex; align-items: baseline; gap: 8px; }
.snf-rec-pack-price-now  { font-weight: 900; font-size: 20px; }
.snf-rec-pack-price-old  { color: #999; text-decoration: line-through; font-weight: 700; font-size: 18px; }
.snf-rec-pack-per        { font-size: 12px; margin-top: 2px; }
.snf-rec-pack-foot       { margin-top: 10px; }
.snf-rec-pack-save       { font-size: 12px; }
.snf-rec-pack-pause      { font-size: 12px; margin-top: 2px; }

/* Bonus banner */
.snf-rec-bonus {
    margin-top: 16px;
    background: #fbf5ee;
    border: 1px solid #f1e5d9;
    border-radius: 12px;
    padding: 12px;
}
.snf-rec-bonus-title { font-weight: 800; }
.snf-rec-bonus-sub   { font-size: 12px; margin-top: 2px; }

/* Footer */
.snf-rec-footer   { border-top: 0; padding: 0 20px 18px; display: block; }
.snf-rec-cta {
    width: 100%;
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 800;
}
.snf-rec-fine     { text-align: center; margin-top: 8px; font-size: 12px; }
.snf-rec-selected { text-align: center; margin-top: 4px; font-size: 12px; }

/* =============================================
   19. Bootstrap label override
   ============================================= */
.label {
    display: inline;
    padding: 0.5em 1.6em 0.4em !important;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #000 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1.25em !important;
    background-color: #dfdfdf !important;
}

/* =============================================
   20. Responsive
   ============================================= */
@media (max-width: 767px) {
    .snf-b2b-h1        { font-size: 26px; }
    .snf-b2b-brand-sub { display: none; }
    .snf-b2b-h2-big    { font-size: 22px; }
    .snf-b2b-proof-wrap { gap: 8px; }
    .snf-b2b-proof-quote { font-size: 16px; }
    .snf-b2b-pill       { width: 90%; }
    .snf-b2b-note       { margin-bottom: 20px; }
    .faq-sweetpass      { padding-bottom: 0 !important; }
    .faq-sweetpass .result-head h5 { text-align: left; }
    .faq-sweetpass .result-head h3 { font-size: 25px; }
    .snf-b2b-logo-pill { width: calc((100% - (2 * 15px)) / 3); }
}
