/**
 * Modules Mobile CSS
 * Tüm modüller için mobil uyumluluk
 */

/* ========================================
   HERO SLIDER - MOBILE
   ======================================== */

@media (max-width: 768px) {
    .hero-section {
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .hero-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .hero-main-slider {
        width: 100% !important;
        min-height: 350px !important;
        border-radius: 8px !important;
    }
    
    .hero-slider-wrapper {
        min-height: 350px !important;
        display: block !important;
    }
    
    .hero-slider-track {
        display: block !important;
        height: 100% !important;
    }
    
    .hero-slide {
        display: block !important;
    }
    
    .hero-main-content {
        padding: 30px 20px !important;
    }
    
    .hero-main-title {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }
    
    .hero-main-excerpt {
        font-size: 14px !important;
        -webkit-line-clamp: 2 !important;
    }
    
    /* Hero Slider Navigation - Mobilde Göster */
    .hero-slider-nav {
        display: flex !important;
        width: 44px !important;
        height: 44px !important;
        background: rgba(255,255,255,0.9) !important;
        border: 2px solid rgba(255,255,255,0.5) !important;
        color: #333 !important;
    }
    
    .hero-slider-nav svg {
        stroke: #333 !important;
        fill: none !important;
    }
    
    .hero-slider-prev {
        left: 10px !important;
    }
    
    .hero-slider-next {
        right: 10px !important;
    }
    
    .hero-side-cards {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .hero-side-card {
        display: block !important;
        min-height: 180px !important;
    }
    
    .hero-side-image {
        min-height: 180px !important;
    }
}

@media (max-width: 600px) {
    .hero-main-slider {
        min-height: 280px !important;
    }
    
    .hero-slider-wrapper {
        min-height: 280px !important;
    }
    
    .hero-main-title {
        font-size: 20px !important;
    }
    
    .hero-main-excerpt {
        font-size: 13px !important;
    }
    
    .hero-side-card {
        min-height: 150px !important;
    }
}

/* ========================================
   CLASSIC SLIDER - MOBILE
   ======================================== */

@media (max-width: 768px) {
    .classic-slider-wrapper {
        height: 350px !important;
        display: block !important;
    }
    
    .classic-slider-track {
        display: block !important;
        height: 100% !important;
    }
    
    .classic-slide {
        display: block !important;
    }
    
    .classic-slide-content {
        padding: 30px 20px !important;
    }
    
    .classic-slide-title {
        font-size: 24px !important;
    }
    
    .classic-slide-excerpt {
        font-size: 14px !important;
    }
    
    /* Classic Slider Navigation - Mobilde Göster */
    .classic-slider-nav {
        display: flex !important;
        width: 44px !important;
        height: 44px !important;
        background: rgba(255,255,255,0.9) !important;
        color: #333 !important;
    }
    
    .classic-slider-nav svg {
        stroke: #333 !important;
        fill: none !important;
    }
    
    .classic-slider-prev {
        left: 10px !important;
    }
    
    .classic-slider-next {
        right: 10px !important;
    }
}

@media (max-width: 600px) {
    .classic-slider-wrapper {
        height: 280px !important;
    }
    
    .classic-slide-title {
        font-size: 20px !important;
    }
    
    .classic-slide-content {
        padding: 40px 15px 20px !important;
    }
}

/* ========================================
   FULLWIDTH SLIDER - MOBILE
   ======================================== */

@media (max-width: 768px) {
    .fullwidth-slider-wrapper {
        height: 400px !important;
        display: block !important;
    }
    
    .fullwidth-slider-track {
        display: block !important;
        height: 100% !important;
    }
    
    .fullwidth-slide {
        display: block !important;
    }
    
    .fullwidth-title {
        font-size: 28px !important;
    }
    
    .fullwidth-content {
        padding: 30px 20px !important;
    }
    
    /* Fullwidth Slider Navigation - Mobilde Göster */
    .fullwidth-slider-nav {
        display: flex !important;
        width: 44px !important;
        height: 44px !important;
        background: rgba(255,255,255,0.9) !important;
        color: #333 !important;
    }
    
    .fullwidth-slider-nav svg {
        stroke: #333 !important;
        fill: none !important;
    }
    
    .fullwidth-slider-prev {
        left: 10px !important;
    }
    
    .fullwidth-slider-next {
        right: 10px !important;
    }
}

@media (max-width: 600px) {
    .fullwidth-slider-wrapper {
        height: 320px !important;
    }
    
    .fullwidth-title {
        font-size: 22px !important;
    }
}

/* ========================================
   DUAL SLIDER - MOBILE
   ======================================== */

@media (max-width: 768px) {
    .dual-slider-wrapper {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .dual-main-slider,
    .dual-side-slider {
        width: 100% !important;
    }
    
    .dual-main-track,
    .dual-side-track {
        height: 350px !important;
        display: block !important;
    }
    
    .dual-main-slide,
    .dual-side-slide {
        display: block !important;
    }
    
    .dual-main-content {
        padding: 30px 20px !important;
    }
    
    .dual-main-title {
        font-size: 24px !important;
    }
    
    /* Dual Slider Navigation - Mobilde Göster */
    .dual-main-nav,
    .dual-side-nav {
        display: flex !important;
        background: rgba(255,255,255,0.9) !important;
        border: 2px solid rgba(255,255,255,0.5) !important;
    }
    
    .dual-main-nav {
        width: 44px !important;
        height: 44px !important;
    }
    
    .dual-side-nav {
        width: 40px !important;
        height: 40px !important;
    }
    
    .dual-main-prev,
    .dual-side-prev {
        left: 10px !important;
    }
    
    .dual-main-next,
    .dual-side-next {
        right: 10px !important;
    }
}

@media (max-width: 600px) {
    .dual-main-track,
    .dual-side-track {
        height: 280px !important;
    }
    
    .dual-main-title {
        font-size: 20px !important;
    }
}

/* ========================================
   GRID SLIDER - MOBILE
   ======================================== */

@media (max-width: 768px) {
    .grid-slider-wrapper {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .grid-main-card {
        display: block !important;
    }
    
    .grid-main-image {
        height: 350px !important;
    }
    
    .grid-side-cards {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        height: auto !important;
    }
    
    .grid-side-card {
        display: flex !important;
        min-height: 120px !important;
    }
}

/* ========================================
   CRYPTO TICKER - MOBILE
   ======================================== */

@media (max-width: 768px) {
    .crypto-ticker {
        padding: 10px 0 !important;
    }
    
    .crypto-ticker-wrapper {
        gap: 15px !important;
    }
    
    .crypto-item {
        min-width: 140px !important;
        padding: 8px 12px !important;
    }
    
    .crypto-symbol {
        font-size: 12px !important;
    }
    
    .crypto-price {
        font-size: 14px !important;
    }
    
    .crypto-change {
        font-size: 11px !important;
    }
}

@media (max-width: 600px) {
    .crypto-item {
        min-width: 120px !important;
        padding: 6px 10px !important;
    }
    
    .crypto-symbol {
        font-size: 11px !important;
    }
    
    .crypto-price {
        font-size: 13px !important;
    }
}

/* ========================================
   AUTHORS SLIDER - MOBILE
   ======================================== */

@media (max-width: 768px) {
    .authors-slider-section {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .authors-slider-wrapper {
        gap: 15px !important;
    }
    
    .author-card {
        min-width: 200px !important;
        padding: 20px !important;
    }
    
    .author-avatar {
        width: 40px !important;
        height: 40px !important;
        overflow: hidden !important;
        padding: 0 !important;
    }
    
    .author-avatar img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        transform: scale(1.1) !important;
    }
    
    .author-name {
        font-size: 16px !important;
    }
    
    .author-title {
        font-size: 13px !important;
    }
    
    .author-bio {
        font-size: 12px !important;
    }
}

@media (max-width: 600px) {
    .author-card {
        min-width: 180px !important;
        padding: 15px !important;
    }
    
    .author-avatar {
        width: 36px !important;
        height: 36px !important;
        overflow: hidden !important;
        padding: 0 !important;
    }
    
    .author-avatar img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        transform: scale(1.1) !important;
    }
}

/* ========================================
   CATEGORY LAYOUTS - MOBILE
   ======================================== */

@media (max-width: 768px) {
    /* ===== MOBİL MODÜL BOŞLUKLARI - STANDARTLAŞTIRILMIŞ ===== */
    .category-section,
    .authors-slider-section,
    .home-puan-durumu-wrapper {
        margin: 20px 0 35px 0 !important;
    }
    
    /* En Değerli kartları için özel üst boşluk (üstteki kategori haberlerinden ayrı) */
    .futbol-enleri-module {
        margin: 60px 0 20px 0 !important;
        padding-top: 0 !important;
    }
    
    /* Classic Layout */
    .category-section.classic .category-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
    
    .category-post-card {
        display: flex !important;
        flex-direction: row !important;
        gap: 15px !important;
    }
    
    .post-card-image {
        width: 120px !important;
        height: 100px !important;
        flex-shrink: 0 !important;
    }
    
    .post-card-content {
        flex: 1 !important;
    }
    
    .post-card-title {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
    
    .post-card-excerpt {
        display: none !important;
    }
    
    /* Magazine Layout */
    .category-section.magazine .magazine-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
    
    .magazine-featured {
        grid-column: 1 !important;
    }
    
    /* Health Layout */
    .category-section.health .health-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
    
    /* Sports Layout */
    .category-section.sports .sports-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
    
    /* Cinema Layout */
    .category-section.cinema .cinema-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
    
    /* Current Layout */
    .category-section.current .current-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
}

@media (max-width: 600px) {
    .post-card-image {
        width: 100px !important;
        height: 80px !important;
    }
    
    .post-card-title {
        font-size: 14px !important;
    }
    
    .post-card-meta {
        font-size: 11px !important;
    }
}

/* ========================================
   SECTION HEADERS - MOBILE
   ======================================== */

@media (max-width: 768px) {
    .section-header {
        padding: 15px 0 !important;
        margin-bottom: 20px !important;
    }
    
    .category-title {
        font-size: 20px !important;
    }
    
    .view-all-link {
        font-size: 13px !important;
        padding: 6px 12px !important;
    }
}

@media (max-width: 600px) {
    .category-title {
        font-size: 18px !important;
    }
    
    .view-all-link {
        font-size: 12px !important;
        padding: 5px 10px !important;
    }
}

/* ========================================
   SIDEBAR - MOBILE
   ======================================== */

@media (max-width: 768px) {
    .sidebar {
        margin-top: 30px !important;
    }
    
    .widget {
        margin-bottom: 25px !important;
        padding: 15px !important;
    }
    
    .widget-title {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }
    
    .sidebar-post {
        padding: 10px 0 !important;
    }
    
    .sidebar-post-title {
        font-size: 14px !important;
    }
    
    .sidebar-post-meta {
        font-size: 11px !important;
    }
}

/* ========================================
   PAGINATION - MOBILE
   ======================================== */

@media (max-width: 768px) {
    .pagination {
        gap: 5px !important;
    }
    
    .pagination a,
    .pagination span {
        min-width: 36px !important;
        height: 36px !important;
        font-size: 14px !important;
        padding: 8px !important;
    }
}

@media (max-width: 600px) {
    .pagination a,
    .pagination span {
        min-width: 32px !important;
        height: 32px !important;
        font-size: 13px !important;
    }
}