body.checkout-checkout .ilight-aa-phase7-locality,
#onepcheckout .ilight-aa-phase7-locality {
    clear: both;
    display: block;
    margin: 7px 0 0;
    padding: 8px 10px;
    border: 1px solid #dc9b93;
    border-radius: 5px;
    background: #fff4f2;
    color: #8c2f24;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

body.checkout-checkout input.ilight-aa-phase7-invalid,
#onepcheckout input.ilight-aa-phase7-invalid {
    border-color: #c84b3f !important;
    box-shadow: 0 0 0 2px rgba(200, 75, 63, 0.16) !important;
}

@media (max-width: 768px) {
    body.checkout-checkout .ilight-aa-phase7-locality,
    #onepcheckout .ilight-aa-phase7-locality {
        margin-top: 6px;
        padding: 9px 10px;
        font-size: 13px;
    }
}
