/**
 * PowerEn commerce modernization — Phase 11.19 recovery timer-surface pilot.
 *
 * Presentation only: MihanPanel remains the sole owner of timer visibility,
 * text, countdown ticks, expiration, resend behavior and the recovery flow.
 */

html[data-poweren-modern-login="true"] body.mwpl-login-body.mwpl-rtl form.mwpl-form-wrapper.mwpl-reset-password-form > div.mwpl-form-fields > div.mwpl-input-item.mwpl-timer[mwpl-exp] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 44px;
    margin: 0;
    padding: 9px 14px;
    overflow-wrap: anywhere;
    white-space: normal;
    color: #334f5d;
    direction: ltr;
    font-family: IRANSans, IRANSansWeb, Tahoma, sans-serif;
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.8;
    text-align: center;
    background-color: #fbfeff;
    border: 1px solid #6f8e99;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(8, 43, 60, 0.04);
}
