/* ============================================================
   PG Weight Info — Progetto Uomo
   Theme: #222 (dark) · #C5A055 (gold) · #A47006 (deep gold)
   ============================================================ */

.pgw-weight-info {
    margin: 0 0 1.2rem 0;
    padding: .85rem 1rem;
    border: 1px solid #ececec;
    border-top: 3px solid #C5A055;
    border-radius: 2px;
    background: #fafafa;
    font-size: .85rem;
    color: #555;
    width: 100%;
    font-family: inherit;
}

/* ── Total weight line ── */
.pgw-total-weight {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-bottom: .55rem;
    color: #444;
    font-size: .8rem;
    letter-spacing: .2px;
}

.pgw-total-weight strong {
    font-weight: 700;
    color: #222;
}

.pgw-scale-icon {
    color: #C5A055;
    font-size: .95rem;
    line-height: 1;
}

/* ── Carrier name (only shown when multiple carriers) ── */
.pgw-carrier {
    margin-bottom: .4rem;
}

.pgw-carrier-name {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #C5A055;
    margin-bottom: .3rem;
}

/* ── Ranges ── */
.pgw-ranges {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.pgw-range {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .3rem .6rem;
    border-radius: 2px;
    border: 1px solid #ececec;
    background: #fafafa;
    color: #999;
    font-size: .78rem;
    transition: background .15s;
}

/* Active tier — gold accent matching the theme */
.pgw-range--active {
    background: #222;
    border-color: #222;
    color: #fff;
    font-weight: 600;
    border-left: 3px solid #C5A055;
}

.pgw-range-label {
    flex: 1;
    letter-spacing: .1px;
}

.pgw-range-price {
    font-weight: 700;
    white-space: nowrap;
    font-size: .8rem;
}

/* Badge inside active row */
.pgw-badge {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: #C5A055;
    color: #fff;
    padding: 1px 6px;
    border-radius: 2px;
    white-space: nowrap;
}

/* ── Alert: over limit ── */
.pgw-alert {
    margin-top: .35rem;
    padding: .35rem .6rem;
    border-radius: 2px;
    background: #fdf8ee;
    border-left: 3px solid #C5A055;
    color: #7a5800;
    font-size: .76rem;
}

/* ── Divider between carrier and next section ── */
.pgw-carrier + .pgw-carrier {
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: 1px dashed #ececec;
}

/* ── Order detail variant (full-width, slightly larger) ── */
.pgw-weight-info--order {
    margin: 1.2rem 0;
    padding: 1rem 1.1rem;
    border: 1px solid #ececec;
    border-top: 3px solid #C5A055;
    border-radius: 2px;
    background: #fafafa;
    font-size: .88rem;
}

.pgw-weight-info--order .pgw-total-weight {
    font-size: .88rem;
    margin-bottom: .7rem;
}

.pgw-weight-info--order .pgw-range {
    font-size: .84rem;
    padding: .38rem .7rem;
}

.pgw-weight-info--order .pgw-range-price {
    font-size: .86rem;
}
