/* ===================================
   GEZİ NOTLARI SAYFASI - TÜM YAZILAR GÖRÜNÜR
   =================================== */

/* Sayfa başlığı ve alt başlık */
.page-header .page-title {
    color: #ff6b35 !important;
    font-weight: 900 !important;
    font-size: 3.5rem !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.page-header .page-subtitle {
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 1.3rem !important;
    text-shadow: none !important;
}

/* Filter butonları - SİYAH YAZI */
.filter-tag,
.filter-tag:not(.active),
button.filter-tag,
.filter-tags button,
.filter-tags .filter-tag {
    color: #000000 !important;
    background: #ffffff !important;
    border: 2px solid #ff6b35 !important;
    font-weight: 900 !important;
    font-size: 1.1rem !important;
    text-shadow: none !important;
    -webkit-text-fill-color: #000000 !important;
}

.filter-tag.active,
button.filter-tag.active {
    color: #ffffff !important;
    background: #ff6b35 !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Not kartlarındaki tüm içerik */
.note-card-large {
    background: #ffffff !important;
}

.note-card-large * {
    color: #000000 !important;
}

.note-card-large h1,
.note-card-large h2,
.note-card-large h3,
.note-card-large h4,
.note-card-large h5,
.note-card-large h6 {
    color: #000000 !important;
    font-weight: 900 !important;
    -webkit-text-fill-color: #000000 !important;
}

/* Kart başlıkları - ÇOK GÜÇLÜ */
.note-card-title-large,
.note-card-title-large a,
.note-card-title-large a *,
h2.note-card-title-large,
h2.note-card-title-large a {
    color: #000000 !important;
    font-weight: 900 !important;
    font-size: 2rem !important;
    text-shadow: none !important;
    -webkit-text-fill-color: #000000 !important;
    background: transparent !important;
}

.note-card-title-large a:hover,
h2.note-card-title-large a:hover {
    color: #ff6b35 !important;
    -webkit-text-fill-color: #ff6b35 !important;
}

/* Kart açıklamaları */
.note-card-description-large {
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    text-shadow: none !important;
    line-height: 1.6 !important;
}

/* Meta bilgiler (tarih, lokasyon) */
.note-card-meta-large {
    color: #000000 !important;
}

.note-date,
.note-location {
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    text-shadow: none !important;
}

.note-date i,
.note-location i {
    color: #ff6b35 !important;
}

/* Etiketler */
.note-tags-large {
    margin-top: 15px !important;
}

.tag-large {
    color: #000000 !important;
    background: #fff3e0 !important;
    border: 1px solid #ff6b35 !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    padding: 5px 12px !important;
    border-radius: 20px !important;
    display: inline-block !important;
    margin: 5px !important;
}

/* Detayı Gör butonları - BEYAZ YAZI */
.btn-view-large,
.btn-view-large i {
    color: #ffffff !important;
    font-weight: 900 !important;
    font-size: 1.1rem !important;
    text-shadow: none !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

/* Overlay içindeki tüm yazılar beyaz */
.note-card-overlay-large,
.note-card-overlay-large * {
    color: #ffffff !important;
}

/* Kart içeriği */
.note-card-content-large {
    background: #ffffff !important;
    padding: 25px !important;
}

.note-card-content-large *,
.note-card-content-large h1,
.note-card-content-large h2,
.note-card-content-large h3,
.note-card-content-large p,
.note-card-content-large span,
.note-card-content-large a {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    background: transparent !important;
}

.note-card-content-large a:hover {
    color: #ff6b35 !important;
    -webkit-text-fill-color: #ff6b35 !important;
}

/* Tüm yazıların kesin görünürlüğü */
.travel-notes-page h1,
.travel-notes-page h2,
.travel-notes-page h3,
.travel-notes-page p,
.travel-notes-page span,
.travel-notes-page a {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

