
/* Rhigi Account Profile — isolated form styling only */
.rhigi-account-profile-section{
    clear:both;
    width:100%;
    max-width:100%;
    margin:24px 0;
    padding:18px;
    box-sizing:border-box;
    border:1px solid #e2e8f0;
    border-radius:18px;
    background:#f8fafc;
}
.rhigi-account-profile-section legend{
    padding:0 8px;
    color:#0f172a;
    font-weight:900;
}
.rhigi-account-profile-section input[type="date"]{
    width:100%;
    max-width:100%;
    min-height:48px;
    box-sizing:border-box;
    border-radius:12px;
}
.rhigi-account-profile-section input[type="date"]:disabled{
    opacity:1;
    color:#475569;
    background:#e2e8f0;
    cursor:not-allowed;
}
.rhigi-birthday-help,
.rhigi-birthday-lock-note{
    display:block;
    margin-top:8px;
    padding:10px 12px;
    border-radius:11px;
    font-size:12px;
    line-height:1.45;
}
.rhigi-birthday-help{
    border:1px solid #fed7aa;
    background:#fff7ed;
    color:#9a3412;
}
.rhigi-birthday-lock-note{
    border:1px solid #bfdbfe;
    background:#eff6ff;
    color:#1e3a8a;
}
