/* Keep the fixed header offset on inner RTL pages without introducing a second offset before the Arabic homepage hero. */
@media (min-width: 1200px) {
    html[dir="rtl"] main.main:has(> .homepage-hero) {
        padding-top: 0 !important;
    }
}
