/* ==========================================================================
   YL Platform — Mobile
   Ek responsive overrides. Tema mobile-first yazıldığından bu dosya
   çoğunlukla küçük ekran ince ayarları içerir.
   ========================================================================== */

@media (max-width: 767px) {
    .yl-hero__primary .yl-card__title { font-size: var(--yl-font-lg); }
    .yl-footer__bottom-inner { text-align: center; }
    .yl-egazete-layout__cover { max-width: 220px; margin: 0 auto; }
}

/* Dokunmatik hedef boyutu — WCAG 2.5.5 / Core Web Vitals INP uyumu */
@media (pointer: coarse) {
    .yl-share__btn,
    .yl-search-toggle,
    .yl-mobile-menu-toggle,
    .yl-pagination .page-numbers {
        min-height: 40px;
        min-width: 40px;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
