/* لوگوی هدر — اندازه و تراز یکپارچه در تمام صفحات */
.site-header-logo {
    width: 5rem;
    max-width: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.site-header-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 2.25rem;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 6px 14px rgba(15, 23, 42, .45)) !important;
    -webkit-filter: drop-shadow(0 6px 14px rgba(15, 23, 42, .45)) !important;
}

@media (min-width: 640px) {
    .site-header-logo {
        width: 5.5rem;
    }

    .site-header-logo img {
        max-height: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .site-header-logo {
        width: 6.5rem;
    }

    .site-header-logo img {
        max-height: 2.75rem;
    }
}

/* تراز عمودی لوگو با آیتم‌های ناوبری */
header a[href*="home"].flex.items-center {
    align-items: center;
    line-height: 1;
}

header.header-shell {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

