/* Маска телефона +994 — ZooMagazin.az */

.zoo-phone-input-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s;
}

.zoo-phone-input-wrap:focus-within {
    border-color: #83b735;
}

.zoo-phone-prefix {
    background: #f5f5f5;
    padding: 10px 14px;
    border-right: 1px solid #e0e0e0;
    color: #333;
    font-weight: 600;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.4;
    user-select: none;
}

.zoo-phone-input-wrap input[type="tel"],
.zoo-phone-input-wrap input[type="text"] {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    flex: 1;
    padding: 10px 12px !important;
    font-size: 15px;
    min-width: 0;
    background: transparent !important;
    margin: 0 !important;
    height: auto !important;
}

.zoo-phone-input-wrap input[type="tel"]:focus,
.zoo-phone-input-wrap input[type="text"]:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Скрываем стандартную обёртку WooCommerce чтобы не было двойной рамки */
#billing_phone_field .zoo-phone-input-wrap,
#reg_phone_field .zoo-phone-input-wrap,
.form-row .zoo-phone-input-wrap {
    width: 100%;
}
