/* ==========================================
   تنظیمات ریسپانسیو (موبایل)
   ========================================== */
@media screen and (max-width: 500px) {
    .fs-6 {
        font-size: 0.75rem !important;
    }
    .fs-5 {
        font-size: 0.9rem !important;
    }
    .card {
        padding: 12px !important;
    }
    .col-md-10, .col-md-8 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .btn-option {
        padding: 10px 14px !important;
        font-size: 0.85rem !important;
    }
    .capsule-wrapper {
        height: 180px !important;
    }
    .capsule-percentage {
        font-size: 1.1rem !important;
    }
    .arshanik-logo {
        right: 10px;
        top: 10px;
        width: 85px;
        height: 22px;
    }
}

/* ==========================================
   تنظیمات مخصوص چاپ و خروجی PDF
   ========================================== */
@media print {
    body {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    .fs-6 {
        font-size: 0.85rem !important;
    }
    .container {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .no-print {
        display: none !important;
    }
    .col-md-10, .col-md-8 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
    }
    .card {
        border: 1px solid #ddd !important;
        box-shadow: none !important;
        margin-bottom: 15px !important;
        page-break-inside: avoid;
    }
    /* پر شدن کامل کپسول‌ها در چاپ */
    .capsule-fill {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .arshanik-logo {
        top: 20px !important;
        right: 20px !important;
    }
}


/* ==========================================
   استایل لوگوی موسسه آرشانیک
   ========================================== */
#intro-holder, #result-holder {
    position: relative;
}

.arshanik-logo {
    position: absolute;
    right: 20px;
    top: 15px;
    background: url('../../dist/images/logo.svg') center no-repeat;
    width: 100px;
    height: 25px;
    background-size: contain; /* تغییر cover به contain برای جلوگیـری از دفرمه شدن ابعاد لوگو */
    z-index: 9;
}

.arshanik-logo:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 500px) {
    .arshanik-logo {
        width: 80px;
        height: 20px;
        margin-bottom: 15px;
    }
}