/* ============================================================
   B2B – Disclaimer-Bar, Gastsperre, VPE-Anzeige
   ============================================================ */

/* Disclaimer-Leiste oben */
.pn24-b2b-bar {
    background: #1a3c5e;
    color: #fff;
    font-size: 0.82rem;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    line-height: 1.4;
    position: relative;
    z-index: 1000;
}

.pn24-b2b-bar__icon {
    font-size: 1rem;
    flex-shrink: 0;
}

.pn24-b2b-bar__text {
    flex: 1;
    min-width: 200px;
}

.pn24-b2b-bar__text strong {
    color: #f0a500;
}

.pn24-b2b-bar__cta {
    background: #f0a500;
    color: #1a3c5e !important;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 0.8rem;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s;
}

.pn24-b2b-bar__cta:hover {
    background: #d4920a;
}

/* "Anmelden zum Bestellen"-Button in Produktliste */
.pn24-btn-login-to-order {
    background: #1a3c5e !important;
    color: #fff !important;
    border-color: #1a3c5e !important;
    font-size: 0.85rem !important;
}

.pn24-btn-login-to-order:hover {
    background: #122d47 !important;
    border-color: #122d47 !important;
}

/* Gast-Hinweis auf Einzelproduktseite */
.pn24-guest-notice {
    background: #f0f4f8;
    border-left: 4px solid #1a3c5e;
    padding: 14px 18px;
    margin: 16px 0;
    border-radius: 0 4px 4px 0;
}

.pn24-guest-notice p {
    margin: 0;
    font-size: 0.95rem;
    color: #333;
}

.pn24-guest-notice strong {
    color: #1a3c5e;
}

/* VPE-Info auf Einzelproduktseite */
.pn24-vpe-info {
    background: #fffbf0;
    border: 1px solid #f0a500;
    border-radius: 3px;
    padding: 8px 12px;
    font-size: 0.88rem;
    color: #444;
    margin: 8px 0 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.pn24-vpe-info__label {
    color: #888;
    font-size: 0.82rem;
}

.pn24-vpe-info strong {
    color: #1a3c5e;
}

/* VPE-Badge in Produktliste */
.pn24-vpe-badge {
    display: inline-block;
    background: #e8f0f8;
    color: #1a3c5e;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 3px;
    margin-top: 4px;
    border: 1px solid #c5d8ea;
}

/* Registrierungsseite – B2B-Hinweis */
.pn24-register-notice {
    background: linear-gradient(135deg, #1a3c5e 0%, #2a5c8e 100%);
    color: #fff;
    padding: 24px 28px;
    border-radius: 4px;
    margin-bottom: 24px;
}

.pn24-register-notice h3 {
    color: #f0a500;
    margin: 0 0 10px;
    font-size: 1.2rem;
}

.pn24-register-notice p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.92);
}

.pn24-register-notice strong {
    color: #fff;
}
