/*
 * The country-code phone field. One small file, loaded once per page no
 * matter how many phone fields it has or which layout (frontend, portal,
 * admin) renders them — see partials/phone-input.blade.php.
 */
.phone-input-group {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.phone-input-dial {
    flex: 0 0 auto;
    width: auto;
    min-width: 92px;
    max-width: 110px;
}

.phone-input-number {
    flex: 1 1 auto;
    min-width: 0;
}
