/* ── Weight Alert Styles ────────────────────────────────── */
.pg-weight-alert {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    color: #92400e;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
    font-family: sans-serif;
}

.pg-weight-alert .pg-alert-icon {
    background: #fef3c7;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #d97706;
    border: 1px solid #fcd34d;
}

.pg-weight-alert .pg-alert-icon i {
    font-size: 20px;
}

.pg-weight-alert .pg-alert-title {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    color: #78350f;
    font-weight: bold;
}

.pg-weight-alert p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}
