/* Dynamic price notice (replaces static Elementor text) */
.b2b-pd-price-notice {
    font-size: 0.85em;
    color: #555;
}

.b2b-pd-price-notice--b2b {
    color: #1565c0;
}

.b2b-pd-shipping-link {
    text-decoration: underline;
    color: inherit;
}


/* Radio group layout */
.b2b-pd-radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 6px;
}

.b2b-pd-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: normal;
    cursor: pointer;
}

.b2b-pd-radio-label input[type="radio"] {
    margin: 0;
    width: auto;
    flex-shrink: 0;
}

/* Fieldset in My Account */
.b2b-pd-account-fieldset {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 16px 20px;
    margin-bottom: 20px;
}

.b2b-pd-account-fieldset legend {
    font-weight: 600;
    padding: 0 6px;
}

/* Description text */
.b2b-pd-account-fieldset .description {
    display: block;
    margin-top: 10px;
    font-size: 0.875em;
    color: #666;
}

/* Dashboard status notice */
.b2b-pd-notice {
    padding: 10px 14px;
    border-radius: 4px;
    margin-bottom: 16px;
    font-size: 0.9em;
}

.b2b-pd-notice--b2b {
    background: #eaf4fb;
    border-left: 4px solid #2196f3;
    color: #1565c0;
}

.b2b-pd-notice--b2c {
    background: #f1f8e9;
    border-left: 4px solid #8bc34a;
    color: #33691e;
}
