.wou-phone-input {
    display: flex;
    align-items: stretch;
    width: 100%;
    border: 1.5px solid #e8e4ef;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
}

.wou-phone-input:focus-within {
    border-color: #8B2FA8;
}

.wou-phone-input.has-error {
    border-color: #d64545;
}

.wou-phone-dial {
    flex: 0 0 auto;
    min-width: 96px;
    max-width: 120px;
    border: none;
    border-right: 1.5px solid #e8e4ef;
    background: #f7f3fa;
    padding: 0 8px 0 10px;
    font-family: inherit;
    font-size: 0.8125rem;
    color: #222222;
    outline: none;
    cursor: pointer;
}

.wou-phone-national {
    flex: 1 1 auto;
    min-width: 0;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 14px 14px !important;
    font-family: inherit;
    font-size: 0.875rem;
    color: #222222;
    outline: none !important;
    box-shadow: none !important;
}

.wou-phone-national.has-error {
    border: none !important;
}

.form-floating > .wou-phone-input,
.form-control.wou-phone-national {
    height: auto;
}

.input-group .wou-phone-input,
.form-control.wou-phone-input {
    padding: 0;
}

.wou-phone-input.form-control {
    padding: 0;
    height: auto;
}
