.elementor-604 .elementor-element.elementor-element-60db9404{--display:flex;--margin-top:6%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-1aeb9144 *//* استایل کلی ظرف فرم */
#otino-login-register-form-mobile {
    background-color: #fffbf2; /* کرم روشن هماهنگ با پس‌زمینه کارت‌ها */
    padding: 25px;
    border-radius: 18px;
    border: 1px solid #e3d1bb;
    box-shadow: 0 10px 25px rgba(123, 82, 51, 0.1);
    max-width: 400px;
    margin: 20px auto;
    font-family: inherit;
    direction: rtl;
}

/* استایل لیبل (شماره موبایل) */
.otino-mobile-label-form label {
    display: block;
    color: #7b5233; /* قهوه‌ای تیره سایت */
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

/* استایل فیلد ورودی متن */
#otino-login-register-form-mobile input[type="tel"] {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e3d1bb;
    border-radius: 12px;
    background-color: #ffffff;
    color: #7b5233;
    transition: all 0.3s ease;
    outline: none;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 2px;
}

#otino-login-register-form-mobile input[type="tel"]:focus {
    border-color: #7b5233;
    box-shadow: 0 0 8px rgba(123, 82, 51, 0.2);
}

/* استایل دکمه ارسال کد */
.otino-login-form button.woocommerce-form-login__submit {
    width: 100%;
    background-color: #7b5233 !important; /* رنگ قهوه‌ای دکمه‌های انتخاب گزینه */
    color: #ffffff !important;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 10px;
}

.otino-login-form button.woocommerce-form-login__submit:hover {
    background-color: #5d3d26 !important;
    transform: translateY(-2px);
}

.otino-login-form button.woocommerce-form-login__submit:active {
    transform: translateY(0);
}

/* استایل باکس لودینگ */
.otino-loading-box {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.otino-loading-box svg circle {
    fill: #7b5233 !important; /* تغییر رنگ نقاط لودینگ به قهوه‌ای */
}

/* حذف حاشیه‌های اضافی پاراگراف‌ها */
#otino-login-register-form-mobile p.form-row {
    margin-bottom: 15px;
}/* End custom CSS */