/**
 * TURTECH CALENDAR V32 - FINAL STYLES
 * SIFIR MAVİ ÇİZGİ - MİLİMETRİK OK HİZALAMA
 */
@media screen and (min-width: 769px) {
    /* 1. Mavi Çizgileri ve Gereksiz İkonları Sil */
    .tribe-events-calendar-month__calendar-event--featured:before { display: none !important; }
    .tribe-events-calendar-month__calendar-event-datetime-featured-icon { display: none !important; }

    /* 2. Hücre ve Satır Ayarları */
    .tribe-events-calendar-month__day {
        position: relative !important;
        overflow: hidden !important;
        background: #fff !important;
        transition: height 0.3s ease !important;
    }
    .tt-week-full { height: 380px !important; min-height: 380px !important; }
    .tt-week-empty { height: 100px !important; min-height: 100px !important; }

    /* 3. Slider Alanı (Sürükleme Kapalı) */
    .tribe-events-calendar-month__events {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
        width: 100% !important;
        cursor: default !important;
    }

    .tribe-events-calendar-month__calendar-event {
        flex: 0 0 100% !important;
        width: 100% !important;
        padding: 8px !important;
        box-sizing: border-box !important;
    }

    .tribe-events-calendar-month__calendar-event-featured-image {
        height: 240px !important;
        width: 100% !important;
        object-fit: cover !important;
        border-radius: 8px !important;
    }

    /* 4. OKLAR - TAM DİKEY VE YATAY MERKEZLEME */
    .tt-nav {
        position: absolute !important;
        top: 120px !important; 
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        z-index: 99999 !important;
        pointer-events: none !important;
        padding: 0 5px !important;
        left: 0 !important;
    }
    .tt-btn {
        background: rgba(217, 108, 44, 1) !important;
        color: #fff !important;
        border: none !important;
        width: 32px !important;
        height: 32px !important;
        border-radius: 50% !important;
        cursor: pointer !important;
        pointer-events: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        /* Karakteri tam merkeze alan kritik ayar: */
        font-size: 24px !important;
        line-height: 0 !important;
        padding: 0 0 4px 0 !important; 
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* 5. NOKTALAR */
    .tt-dots {
        position: absolute !important;
        top: 12px !important;
        right: 12px !important;
        display: flex !important;
        gap: 5px !important;
        z-index: 99999 !important;
        background: rgba(255,255,255,0.85) !important;
        padding: 4px 10px !important;
        border-radius: 20px !important;
    }
    .tt-dot { width: 6px; height: 6px; background: #ccc !important; border-radius: 50%; }
    .tt-dot.active { background: #D96C2C !important; transform: scale(1.3); }
}