/* ============================================================
   Delhivery B2C Pro – Frontend Styles
   (Checkout, Thank You page, My Account, COD notice)
   ============================================================ */

/* ── Volumetric weight row in cart/checkout totals ─────────── */
.dbf2c-weight-row th,
.dbf2c-weight-row td {
    font-size: 12px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    color: #555;
}
.dbf2c-weight-row th {
    font-weight: 600;
}

/* ── COD unavailable notice ────────────────────────────────── */
.woocommerce-info.dbf2c-cod-notice {
    border-top-color: #e67e22;
    background: #fff8f0;
    color: #7a4000;
    font-size: 13px;
}

/* ── AWB panel on Thank You page ───────────────────────────── */
.dbf2c-thankyou-awb {
    background: #f0f8ff;
    border: 1px solid #a8d4f0;
    border-radius: 8px;
    padding: 18px 20px;
    margin-top: 20px;
}
.dbf2c-thankyou-awb h2 {
    margin: 0 0 10px;
    font-size: 1.1rem;
    color: #1a1a2e;
}
.dbf2c-thankyou-awb .button {
    margin-top: 10px;
    background: #d7282f;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}
.dbf2c-thankyou-awb .button:hover {
    background: #b01e24;
    color: #fff;
}

/* ── AWB panel inside WC My Account order view ─────────────── */
.dbf2c-pro-awb-panel {
    margin-top: 16px;
    padding: 14px 16px;
    background: #f0f8ff;
    border: 1px solid #a8d4f0;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.7;
}
.dbf2c-pro-awb-panel strong {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}
.dbf2c-awb-label {
    color: #555;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-right: 4px;
}

/* ── Tracking widget embedded on order pages ───────────────── */
.dbf2c-track-widget {
    margin-top: 24px;
}

/* ── Checkout badge on Delhivery shipping rate ─────────────── */
.dbf2c-badge {
    display: inline-block;
    background: #fff4e5;
    border: 1px solid #f5c07a;
    color: #7a4f00;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 7px;
    margin-left: 8px;
    vertical-align: middle;
}
