.ecocert-phone-field .iti {
    width: 100%;
}

.ecocert-phone-label {
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
}

.ecocert-phone-field .ecocert-phone-input {
    box-sizing: border-box;
    width: 100%;
    min-height: 40px;
    padding: 9px 12px;
    border: 1px solid #d0d7e2;
    border-radius: 6px;
    background: #fff;
    color: #334155;
    font: inherit;
}

.ecocert-phone-field .ecocert-phone-input:focus {
    border-color: #26a69a;
    box-shadow: 0 0 0 2px rgba(38, 166, 154, 0.18);
    outline: none;
}

.ecocert-phone-field .iti__selected-country {
    border-radius: 6px 0 0 6px;
}

.ecocert-phone-field .iti__dropdown-content {
    color: #334155;
    text-align: left;
}

body[data-theme="dark"] .ecocert-phone-field .ecocert-phone-input,
body[data-theme="dark"] .ecocert-phone-field .iti__selected-country,
body[data-theme="dark"] .ecocert-phone-field .iti__dropdown-content {
    border-color: var(--eva-border);
    background: #2a2c2e;
    color: var(--eva-text);
}

body[data-theme="dark"] .ecocert-phone-field .iti__country.iti__highlight {
    background: #373a3d;
}
