.gs-otp-app {
    max-width: 380px;
    margin: 0 auto;
    direction: rtl;
    text-align: right;
    font-family: inherit;
}

.gs-otp-step {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gs-otp-app input[type="tel"],
.gs-otp-app input[type="text"],
.gs-otp-app input[type="email"] {
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

.gs-otp-app button {
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    background: #1a1a1a;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.gs-otp-app button:disabled {
    opacity: 0.6;
    cursor: default;
}

.gs-otp-link-btn {
    background: none !important;
    color: #555 !important;
    text-decoration: underline;
    padding: 4px !important;
}

.gs-otp-checkbox {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.gs-otp-msg {
    min-height: 18px;
    font-size: 14px;
    color: #c0392b;
    margin: 0;
}
