/* ====== Hossein Test Plugin - Persian Flat UI ====== */

.hossein-test-box {
    background: #ffffff;
    border: none;
    border-radius: 16px;
    padding: 28px;
    max-width: 420px;
    margin: 30px auto;

    /* فونت فارسی - اگر در سایت نصب/فعال نباشد، سیستم فونت جایگزین می‌شود */
    font-family: "Vazirmatn", "IRANSansX", "IRANSans", sans-serif;

    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
}

.hossein-test-box h2 {
    color: #0f172a;
    margin-bottom: 22px;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -0.4px;
}

.hossein-form-group {
    margin-bottom: 18px;
}

.hossein-test-box label {
    display: block;
    margin-bottom: 6px;
    font-weight: 650;
    color: #334155;
    font-size: 14.5px;
    letter-spacing: -0.2px;
}

.hossein-test-box input {
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-radius: 10px;
    outline: none;
    background-color: #f1f5f9;
    font-size: 15px;
    color: #0f172a;
    font-weight: 650;
    box-sizing: border-box;
    direction: rtl;          /* مهم برای UI فارسی */
    text-align: right;      /* مهم برای UI فارسی */
    transition: background-color 0.25s ease, transform 0.15s ease;
}

.hossein-test-box input:focus {
    background-color: #e2e8f0;
    transform: translateY(-1px);
}

#hossein-toman-output[readonly] {
    background-color: #e2e8f0;
    font-weight: 800;
    color: #0f172a;
}

.hossein-help-text {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
}

/* اگر قالب سایت RTL نیست هم این بخش را rtl می‌کنیم */
.hossein-test-box {
    direction: rtl;
}
