.sms-login-wrapper {
    max-width: 360px;
    margin: 30px auto;
    font-family: inherit;
}

.phone-input-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    gap: 8px;
}

.phone-input-wrapper .geo-flag {
    font-size: 18px;
    line-height: 1;
}

.phone-input-wrapper .prefix {
    font-weight: bold;
    font-size: 16px;
}

.phone-input-wrapper input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
}

#sms-login-form button,
#sms-code-form button {
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background: black;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.sms-status-message {
    margin-top: 10px;
    color: #444;
    font-size: 14px;
}
