.barar-phone-wrapper {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.barar-phone-wrapper .barar-field-error {
    flex: 0 0 100%;
    width: 100%;
    order: 10;
    margin-top: 4px;
    padding-left: 14px;
}

.barar-phone-wrapper .barar-phone-input {
    flex: 1;
    min-width: 0;
    padding: 10px 14px;
}

.barar-flag-dropdown {
    display: flex;
    align-items: center;
    padding: 0 8px;
    border: 1px solid #dcd7ca;
    border-right: none;
    border-radius: 4px 0 0 4px;
    background: #f0f0f1;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

.barar-flag-dropdown:hover {
    background: #e0e0e1;
}

.barar-flag-dropdown.open {
    background: #e0e0e1;
}

.barar-flag-selected {
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 4px;
}

.barar-dial-code {
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #333;
}

.barar-dropdown-arrow {
    font-size: 10px;
    color: #666;
    margin-left: 2px;
}

.barar-country-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid #dcd7ca;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    width: 300px;
    max-height: 240px;
    overflow: hidden;
}

.barar-country-search {
    width: 100%;
    padding: 8px 10px;
    border: none;
    border-bottom: 1px solid #dcd7ca;
    font-size: 13px;
    outline: none;
    box-sizing: border-box;
}

.barar-country-items {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 195px;
    overflow-y: auto;
}

.barar-country-item {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 14px;
    gap: 8px;
}

.barar-country-item:hover,
.barar-country-item.active {
    background: #f0f0f1;
}

.barar-country-item .barar-country-name {
    flex: 1;
    font-size: 13px;
    color: #333;
}

.barar-country-item .barar-country-dial {
    font-size: 12px;
    color: #888;
}

.barar-country-item {
    font-size: 18px;
}

.barar-phone-wrapper input[type="tel"] {
    border-radius: 0 4px 4px 0;
}

/* Admin profile compatibility */
.form-table .barar-phone-wrapper .barar-phone-input {
    width: 100%;
    box-sizing: border-box;
}

.form-table .barar-phone-wrapper {
    max-width: 25em;
}
