/* i-Light Address Assistant — PHASE 2 Address Field Guidance SAFE v0.2.0 */
body.checkout-checkout .ilight-aa-phase2-help,
#onepcheckout .ilight-aa-phase2-help {
    display: block;
    margin: 5px 2px 0;
    color: #65717d;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
}

@media (max-width: 480px) {
    body.checkout-checkout .ilight-aa-phase2-help,
    #onepcheckout .ilight-aa-phase2-help {
        margin-top: 4px;
        font-size: 11px;
    }
}
