.yaris-bulteni-single {
    width: 100%;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    overflow: hidden;
}

/* Başlık */
.yaris-bulteni-single h1 {
    font-size: 28px;
    color: #1a73e8;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Detay ve İçerik Alanını Yan Yana Getirme */
.yaris-bulteni-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.yaris-bultenir-info {
    flex: 1 1 40%; /* Genişlik yüzdesi: %40 */
    min-width: 250px;
    font-size: 16px;
    line-height: 1.8;
}

.yaris-content {
    flex: 1 1 40%; /* Genişlik yüzdesi: %60 */
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

/* Detay Alanı Genel */
.yaris-bultenir-info p, .yaris-content p {
    margin: 10px 0;
}

.yaris-bultenir-info strong {
    font-weight: bold;
    color: #555;
}

/* GPX Dosyası Alanı */
.yaris-bulteni-details a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: bold;
}

.yaris-bulteni-details a:hover {
    text-decoration: underline;
}

/* Harita Alanı */
.map-container {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .yaris-bulteni-details {
        flex-direction: column; /* Mobilde yan yana yerine alt alta */
    }

    .yaris-bultenir-info, .yaris-content {
        flex: 1 1 100%;
    }

    .yaris-bulteni-single {
        padding: 15px;
    }

    .yaris-bulteni-single h1 {
        font-size: 24px;
    }

    .yaris-bultenir-info {
        font-size: 14px;
    }

    .yaris-content {
        font-size: 14px;
    }
}

.p-u3xOndqEz9SI8knA{
    display: none;
}

.wp-elements-2fb5190360ad97d68cec788396b19878{
    margin: auto !important;
}





/*
 

TIMELINE CSS


*/

.yaris-bulteni-timeline {
    position: relative;
    margin-top: -100px;
    padding: 0 10%;
}

.yaris-bulteni-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #1a73e8;
    transform: translateX(-50%);
    z-index: 9999;
}

.timeline-item {
    position: relative;
    width: 50%;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
    padding: 15px 20px;
}

.timeline-item.left {
    left: -4.3%; 
    text-align: right;
}

.timeline-item.right {
    left: 50%;
}

.timeline-item .content {
    position: relative;
    z-index: 2;
}

.timeline-item h3 a {
    text-decoration: none;
    color: #1a73e8;
    font-size: 1.2em;
}

.timeline-item h3 a:hover {
    text-decoration: underline;
}

.timeline-item p {
    color: #555;
    font-size: 0.9em;
}

.timeline-item::after {
    content: '';
    position: absolute;
    top: 15px;
    width: 20px;
    height: 20px;
    background: #1a73e8;
    border-radius: 50%;
    z-index: 1;
}

.timeline-item.left::after {
    right: -10px;
}

.timeline-item.right::after {
    left: -10px;
}

.timeline-item ul {
    list-style: none;
    padding: 0;
}

.yaris-gpx-files{
    width: 100%;
}



/* Mobil için alt alta sıralama */
@media (max-width: 1124px) {
    .yaris-bulteni-timeline::before {
        display: none; 
    }

    .timeline-item {
        width: 100%;
        left: 0;
        text-align: left;
        padding: 5px;
    }

    .timeline-item.left,
    .timeline-item.right {
        left: 0; 
        text-align: left;
    }

    .timeline-item::after {
        left: 10px; /* Noktayı sola kaydır */
        right: auto; /* Sağdan kaydırmayı kaldır */
        /* Mavi topu sil */
        background: none;   
    }

    .yaris-bulteni-timeline {
        overflow: hidden;
        padding: 0 1%;
    }

    .content h3 {
        font-size: 0.8em;
    }

    .mobile-hidden {
        display: none;
    }
    
}

.finished {
    background: #e0e0e0; /* Daha belirgin bir gri arka plan */
    color: #888; /* Metin için soluk bir renk */
    border-left: 4px solid #ccc; /* Sol tarafa bir çizgi ekleyerek bitmiş vurgusu */
    opacity: 0.7; /* Hafif şeffaflık */
}

.finished h3 a {
    text-decoration: line-through; /* Başlığı üzeri çizili göstermek */
    color: #888; /* Link rengini soluklaştırmak */
}

.finished:hover {
    background: #d6d6d6; /* Hover efekti eklenirse */
}
/* Küçük durumdayken (tam ekran kapalı) */
.leaflet-control-zoom-fullscreen.fullscreen-icon {
    background-image: url('https://cdnjs.cloudflare.com/ajax/libs/leaflet.fullscreen/3.0.2/icon-fullscreen.svg');
    background-size: 200% 200%; /* SVG'nin üst ve alt kısımlarını bölmek için */
    background-repeat: no-repeat;
    background-position: top; /* Üst kısmını göster */
    width: 36px; /* Buton boyutu */
    height: 36px;
    border: none; /* Kenarlık kaldır */
    outline: none; /* Fokus kenarlığı kaldır */
    color: #1a73e8; /* Buton rengi */
}

/* Tam ekran durumunda */
.leaflet-control-zoom-fullscreen.fullscreen-icon.leaflet-fullscreen-on {
    background-position: bottom; /* Alt kısmını göster */
    border-bottom-width: 3px;
    border-bottom-color: red;
    border-bottom-style: solid;
}

/* Varsayılan "content" kaldırma */
.leaflet-control-zoom-fullscreen:after {
    content: ''; /* Varsayılan simgeyi kaldır */
}