/* Page specific styles: signup */

.signup-page .phone-combo {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.signup-page .phone-combo-code {
    width: 96px;
    border: 0;
    background: transparent;
    padding: 12px 12px;
    font-size: 15px;
    line-height: 20px;
    color: #111827;
    outline: none;
    border-right: 1px solid #E5E7EB;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.signup-page .phone-combo-number {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 20px;
    color: #111827;
    outline: none;
    min-width: 0;
}

.signup-page .phone-combo:focus-within {
    border-color: #4A0D55;
    box-shadow: 0 0 0 4px rgba(74, 13, 85, 0.08);
}
