/*
Theme Name: Hayalce
Theme URI: https://hayalce.com
Author: Hayalce
Author URI: https://hayalce.com
Description: Hayalce.com için oluşturulmuş basit ve şık başlangıç teması.
Version: 1.0 (Güncellenmiş Menü Yapısı)
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, simple, clean
Text Domain: hayalce
*/

/* UNIVERSAL BOX-SIZING & RESET */
*,
*::before,
*::after {
    box-sizing: border-box;
    /* margin sıfırlaması buraya taşındı */
    margin: 0; 
}

/* --- 1. GENEL AYARLAR ve SIFIRLAMA --- */

a:focus,
a:active {
    outline: none;
    box-shadow: none;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    line-height: 1.6;
    background-color: #f7f7f7; 
    color: #333; 
}

.container {
    max-width: 1000px;
    margin: 0 auto; 
    padding: 0 15px;
}

a {
    color: #0077b6; 
    text-decoration: none;
    transition: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #0096c7;
}

h1, h2, h3, h4 {
     line-height: 1.2; 
     margin: 10px 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

/* --- 2. HEADER (Başlık Alanı) STİLLERİ --- */
#site-header {
    background-color: #fff; 
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); 
    position: relative; 
}

#site-header .container {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
}

.site-branding h1 a {
    font-size: 28px;
    font-weight: 700;
    color: #111;
}

.site-branding .site-description {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}

/* --- 3. NAVİGASYON (Masaüstü Menü) STİLLERİ --- */
/* Bu bölüm, menünün her zaman açılır/kapanır mobil stilde çalışması için SİLİNMİŞTİR. */
/* Menü içeriği ve listesi (ul, li) 9. bölümde yeniden dikey olarak düzenlenmiştir. */


/* --- 4. İÇERİK (Genel) STİLLERİ --- */
#site-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.site-main article {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 6px; 
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* --- 4.1. GENEL GÖRSEL DUYARLILIK (RESPONSIVE) KURALLARI --- */
/* Tüm görsellerin kapsayıcıyı aşmamasını ve oranını korumasını sağlar */
img {
    max-width: 100%;
    height: auto;
    display: block; 
}

figure,
.entry-content img,
.post-thumbnail img,
.wp-caption,
.wp-block-image {
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px; 
    border: 1px solid #e0e0e0; 
    border-radius: 5px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); 
}

/* --- 4.5. GLOBAL LİSTE STİLLERİ (Tüm ul/ol için padding-left 20px) --- */
ul, ol {
    list-style-position: outside; 
    margin-left: 20px; 
    margin-bottom: 20px; 
    padding: 0;
}

ul {
    list-style: disc; 
}

ol {
    list-style: decimal; 
}

li { 
    margin-bottom: 5px; 
}

p {
   margin-bottom: 10px;
}

/* --- 5. LOGO STİLLERİ --- */
.custom-logo-link img {
    max-height: 60px; 
    width: auto;     
    display: block;  
    margin: 0;       
    padding: 0;      
}

/* --- 6. SABİT TANITIM ALANI STİLLERİ (Ana sayfadaki özel blok) --- */
.hayalce-intro {
    background-color: #e6f7ff; 
    padding: 30px 15px;
    margin-bottom: 40px;
    border-radius: 8px;
    border-left: 5px solid #0077b6; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

.hayalce-intro .tanitim-header h1 {
    color: #0077b6; 
    margin-bottom: 20px;
    border-bottom: 1px dashed #b3e0ff;
    padding-bottom: 10px;
}

.hayalce-intro .tanitim-icerik p {
    margin-bottom: 15px;
    font-size: 16px; 
    line-height: 1.8;
}

.single-post .hayalce-intro  {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 0;
}

.hayalce-intro .tanitim-icerik ul {
    list-style: none; 
    /* Tekrarlanan sıfırlama yerine kısaltılmış halini kullanıldı */
    padding: 0;
    margin: 0 0 20px 0; 
}

.hayalce-intro .tanitim-icerik ul li {
    padding: 5px 0 5px 25px;
    position: relative;
    font-weight: 500;
}

.hayalce-intro .tanitim-icerik ul li::before {
    content: "✔️"; 
    position: absolute;
    left: 0;
    color: #0077b6;
}

.hayalce-intro .sonuc-cagri {
    font-style: italic;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    color: #555;
}

/* ARŞİV POST LİSTESİ DÜZENİ */
.archive-posts-list {
    margin-top: 40px; 
}

.archive-post-item {
    margin-bottom: 30px; 
    padding-bottom: 30px; 
    border-bottom: 1px solid #e0e0e0; 
}

/* FLEX YAPISI: GÖRSEL SOLDA, İÇERİK SAĞDA (Masaüstü) */
.post-item-wrapper {
    display: flex; 
    align-items: flex-start; 
    gap: 30px; 
}

/* GÖRSEL ALANI AYARLARI */
.post-item-image {
    flex: 0 0 300px; 
    max-width: 300px;
}
.post-item-image img {
    /* display: block tekrarı kaldırıldı */
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px; 
}

/* İÇERİK ALANI (Başlık ve Özet) */
.post-item-content {
    flex: 1; 
}

.post-item-content .entry-summary {
    font-size: 0.95em;
    color: #555;
    margin-top: 10px;
}

/* MOBİL DÜZEN AYARLARI (768px altı) */
@media (max-width: 768px) {
    .post-item-wrapper {
        flex-direction: column; 
        gap: 15px;
    }
    
    /* Mobil'de görsel %100 genişliğe çıkar ve üstte kalır */
    .post-item-image {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        order: 1; 
    }
    
    /* Mobil'de içerik (başlık/özet) %100 genişliğe çıkar ve altta kalır */
    .post-item-content {
        order: 2; 
    }
}

/* =========================================
   Yorum Alanı Stilleri
========================================= */

/* Yorum Alanının Ana Kapsayıcısı */
.comments-area {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 6px; 
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Yorum İçeriği Kapsayıcısı (Genişliği Kontrol Etmek İçin) */
.comments-wrapper {
    max-width: 900px; 
    margin: 0 auto; 
    padding: 0 20px; 
}

/* Yorum Başlığı */
.comments-title {
    font-size: 1.8em;
    margin-bottom: 25px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

/* Yorum Listesi */
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

/* Tekil Yorum Öğesi */
.comment {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
}

/* Yazar Avatarı */
.comment-author img {
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}

/* Yazar Adı ve Tarihi */
.comment-meta {
    margin-bottom: 10px;
}
.comment-author cite {
    font-weight: bold;
    font-style: normal;
}

/* Yorum İçeriği */
.comment-content {
    clear: both;
    margin-top: 10px;
}

/* Yorum Yanıtlama Butonu */
.comment-reply-link {
    display: inline-block;
    background-color: #555;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
    font-size: 0.9em;
}

/* Yorum Formu */
#reply-title {
    font-size: 1.5em;
    margin-top: 30px;
}

/* Form alanları */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

/* Gönder Butonu */
.comment-form input[type="submit"] {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

/* =========================================
   SAYFALAMA (THE_POSTS_NAVIGATION) STİLLERİ
   ========================================= */

.navigation.posts-navigation {
    background-color: #ffffff; 
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); 
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both; 
}

.nav-links {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%;
}

.nav-previous,
.nav-next {
    flex-basis: auto; 
}

.nav-previous {
    text-align: left; 
}

.nav-next {
    text-align: right; 
}

.nav-links a {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    color: #333333; 
    transition: all 0.2s ease-in-out;
}

.nav-links a:hover {
    background-color: #f5f5f5; 
    border-color: #cccccc;
    color: #007bff; 
}

/* Ok ikonları için font kullanıyorsanız (örneğin Font Awesome) */
.nav-previous a:before {
    content: '← '; 
    font-size: 1.1em;
    line-height: 1;
    vertical-align: middle;
}

.nav-next a:after {
    content: ' →'; 
    font-size: 1.1em;
    line-height: 1;
    vertical-align: middle;
}

/* Başlıkları gizle */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* --- 7. CONTACT FORM 7 (CF7) UYUMLULUĞU --- */
.wpcf7-form p {
    margin: 0 0 15px 0;
    clear: both; 
    overflow: hidden; 
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
    box-sizing: border-box; 
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
    border-color: #0077b6; 
    outline: none;
}

.wpcf7-submit {
    background-color: #0077b6; 
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    width: auto !important;
}

.wpcf7-submit:hover {
    background-color: #0096c7;
}

/* --- 8. FOOTER (Alt Bilgi) STİLLERİ --- */
#site-footer {
    background-color: #333; 
    color: #ccc;
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
}

#site-footer a {
    color: #fff;
}

#site-footer p {
    margin: 5px 0;
}

.footer-page-links {
    margin-bottom: 15px; 
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; 
    justify-content: center;
    flex-wrap: wrap; 
}

.footer-links li {
    display: inline-block;
    margin: 0 10px;
}

/* --- 9. MENÜ AÇMA/KAPAMA VE YENİ DİKEY MENÜ STİLLERİ (TÜM EKRANLAR) --- */

/* Hamburger butonunun yeni ve belirgin stili (İstenen 17px sağ boşluk dahil) */
.menu-toggle {
    display: block; 
    background: none;
    border: 2px solid #ddd; 
    border-radius: 4px; 
    font-size: 24px;
    cursor: pointer;
    color: #111;
    padding: 5px 12px; 
    margin-right: 17px; 
    transition: background-color 0.3s, border-color 0.3s;
}

.menu-toggle:hover {
    background-color: #f0f8ff; 
    border-color: #0096c7;
}

/* Menü içeriği (primary-navigation) varsayılan olarak gizli kalacak */
#primary-navigation {
    display: none; 
    width: 100%;
    position: absolute; 
    top: 100%; 
    left: 0;
    background-color: #fff;
    border-top: 1px solid #eee;
    z-index: 99; 
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

/* Aktif (Açık) Menü: JS, sınıfı #site-header'a ekler */
#site-header.menu-open #primary-navigation { 
    display: block !important; 
}

/* Menü içerisindeki liste elemanlarının dikey görünümünü sağla */
#primary-navigation .menu {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

#primary-navigation .menu li {
    display: block; 
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
}

#primary-navigation .menu li:last-child {
    border-bottom: none;
}

#primary-navigation .menu li a {
    display: block;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

#primary-navigation .menu li a:hover {
    color: #0077b6;
}

/* --- 10. RESPONSIVE TASARIM (MOBİL CİHAZLAR) --- */

@media (max-width: 768px) {
    
    .site-branding h1 a {
        font-size: 24px;
    }
}

/* ===========================================
   11. ÖZEL TANITIM VE ARŞİV BLOKLARI (YALITILMIŞ SÜRÜM)
   =========================================== */

/* 11.1. KATEGORİ TANITIM BLOKU STİLLERİ (.kategori-intro) */

.kategori-intro {
    background-color: #fffaf0; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #0077b6;
    padding: 30px 15px; 
    margin-bottom: 30px; 
    border-radius: 6px;
}

.kategori-intro .tanitim-header h1 {
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 28px;
    color: #0077b6;
}

.kategori-intro .tanitim-icerik p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
}

/* 11.2. ALT KATEGORİ BLOKU STİLLERİ (.altkategori-intro) */
.altkategori-intro {
    background: #fff;
    border-left: 5px solid #0077b6;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 6px;
}

.altkategori-intro .altkategori-liste-title {
    color: #2a9d8f;
    border-bottom: 1px dashed #7ec4b8;
    margin-top: 0;
    font-size: 24px;
}

/* Alt kategori listesini özelleştirir */
.sozler-container .sozler-liste,
.ruya-container .ruya-liste,
.altkategori-intro .altkategori-icerik ul {
    list-style: none;
    margin: 0 0 0 0; 
    display: grid;
   grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
}

.sozler-container .sozler-liste li,
.ruya-container .ruya-liste li,
.altkategori-intro .altkategori-icerik ul li {
    height: 100%;
}

.altkategori-intro .altkategori-icerik ul li:last-child {
    border-bottom: none;
}

.sozler-container .sozler-liste li a,
.ruya-container .ruya-liste li a,
.altkategori-intro .altkategori-icerik ul li a {
    background-color: #f7f7f7; 
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    text-decoration: none;
    color: #333;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    height: 100%; 
    width: 100%;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sozler-container .sozler-liste li.current a,
.ruya-container .ruya-liste li.current a,
.altkategori-intro .altkategori-icerik ul  li.current a {
    background-color: #0077b6;
    color: #fff;
}

.ruya-container .ruya-liste  {
    grid-template-columns: repeat(auto-fit, minmax(35px, 1fr));
}

/* ========================================= */
/* TARİF ÖZELLİKLERİ - YAN YANA LİSTE STİLİ */
/* ========================================= */

.recipe-meta-box-compact {
    background: #f8f9fa; 
    border: 1px solid #e0e0e0;
    border-radius: 8px; 
    padding: 15px 20px; 
    margin: 25px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); 
}

/* Liste Yapısı: Flexbox ile yan yana hizalama */
.recipe-meta-list {
    list-style: none;
    padding: 0; /* Sıfırlama optimize edildi */
    margin: 0;
    display: flex; 
    flex-wrap: wrap; 
    justify-content: flex-start;
    align-items: center;
}

/* Her Bir Özellik Öğesi */
.meta-item-compact {
    display: flex;
    align-items: center;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ccc; 
    white-space: nowrap; 
}

/* Son öğedeki ayırıcıyı kaldır */
.recipe-meta-list li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

/* İkon ve Etiket Stilleri */
.meta-item-compact .meta-icon {
    font-size: 1.3em;
    margin-right: 8px;
}

.meta-item-compact .meta-label {
    font-weight: 600; 
    margin-right: 5px;
}

/* Düzeltilmiş Medya Sorgusu */
@media (max-width: 600px) {
    .recipe-meta-list {
        flex-direction: column; 
        align-items: flex-start;
    }
    
    .meta-item-compact {
        width: 100%;
        margin-right: 0;
        padding: 8px 0;
        border-right: none;
        border-bottom: 1px dotted #ccc;
    }

    .recipe-meta-list li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

/* ========================================= */
/* TARİF ÖZETİ (INTRO) STİLİ */
/* ========================================= */

.recipe-summary-box {
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0 30px 0;
    font-size: 1em;
    line-height: 1.6;
    color: #444;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #ddd; 
}

.recipe-summary-box p:last-child {
    margin-bottom: 0;
}

/* ======================================= */
/* 1. BURCLAR        */
/* ======================================= */

/* Sadece Burç Başlığı Stili (Önceki Şık Versiyon) */
.burc-baslik {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

/* İkon Ekleme Kısmı: ::before pseudoelementini kullanarak ikonu ekliyoruz */
.burc-baslik::before {
    content: "✨ "; 
    font-size: 1.2rem;
    margin-right: 5px; 
}

.burc-liste {   
    list-style: none;
    padding: 0; /* Sıfırlama optimize edildi */
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr)); 
    gap: 10px; 
    margin: 20px auto; 
    padding: 10px 0;
}

.burc-liste li {
    height: 100%; 
}

.burc-liste a {
    background-color: #f7f7f7; 
    border: 1px solid #ddd;
    transition: background-color 0.3s;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 

/* ======================================= */
/* 2. İKON EKLEME (:before) VE STİLİ      */
/* ======================================= */
.burc-liste li a:before {
    color: #2980b9; 
    font-size: 1.2em;
    margin-bottom: 5px;
    font-weight: bold;
    display: inline-block; 
}

.burc-liste li.koc-burcu a:before    { content: '♈'; }
.burc-liste li.boga-burcu a:before   { content: '♉'; }
.burc-liste li.ikizler-burcu a:before{ content: '♊'; }
.burc-liste li.yengec-burcu a:before { content: '♋'; }
.burc-liste li.aslan-burcu a:before  { content: '♌'; }
.burc-liste li.basak-burcu a:before  { content: '♍'; }
.burc-liste li.terazi-burcu a:before { content: '♎'; }
.burc-liste li.akrep-burcu a:before  { content: '♏'; }
.burc-liste li.yay-burcu a:before    { content: '♐'; }
.burc-liste li.oglak-burcu a:before  { content: '♑'; }
.burc-liste li.kova-burcu a:before   { content: '♒'; }
.burc-liste li.balik-burcu a:before  { content: '♓'; }

/* Breadcrumb Genel Kapsayıcı */
.entry-category-links.breadcrumb-links {
    font-size: 0.85rem; 
    color: #6c757d; 
    margin-bottom: 15px; 
    padding: 5px 0;
    display: flex; 
    align-items: center;
    flex-wrap: wrap; 
}

/* Breadcrumb Bağlantıları (Kategoriler) */
.entry-category-links.breadcrumb-links a  {
    color: #343a40; 
    text-decoration: none; 
    transition: color 0.2s ease;
    font-weight: 500; 
}

.entry-category-links.breadcrumb-links a:hover {
    color: #007bff; 
    text-decoration: underline;
}

/* Ayırıcı Karakter ( / ) */
.entry-category-links.breadcrumb-links .sep {
    padding: 0 5px; 
    color: #adb5bd; 
}

/* Mevcut Sayfa Adı (Yazı Başlığı) */
.entry-category-links.breadcrumb-links .current-page {
    color: #343a40; 
    font-weight: 600; 
}

/* Başlık ile Meta Alanı Arasındaki Boşluğu Düzenler */
header.entry-header {
    margin-bottom: 20px; 
}

/* Yayınlanma Tarihi Alanı */
.entry-meta {
    margin-top: 5px; 
    color: #6c757d; 
    font-size: 0.85rem; 
    display: block; 
}

/* Tarih Simgesi/Etiketleri (Opsiyonel) */
.entry-meta .posted-on:before {
    content: "📅 "; 
    margin-right: 4px;
    opacity: 0.8;
}

/* =========================================
   TARIFLER KATEGORI
   ========================================= */

/* 1. Görseli Başlangıçta Gizleyen Kritik Kural */
.tarif-gorsel-kutusu.gizli {
    display: none !important; 
}

/* 2. Butonun Görünüm Stili */
.tarif-gorsel-btn {
    display: block; 
    width: 90%; 
    max-width: 500px; 
    margin: 20px auto; 
    padding: 12px 25px; 
    
    /* Görsel Stil */
    background-color: #008080; 
    color: white;
    border: none;
    border-radius: 8px; 
    cursor: pointer; 
    font-weight: bold;
    font-size: 16px;
}

/* 3. Butonun Üzerine Gelindiğinde (Hover) Efekt */
.tarif-gorsel-btn:hover {
    background-color: #008080;
}

/* Ana Kapsayıcı Alanı */
.tarif-puf-noktasi-alani {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 15px; 
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Püf Noktası Kutusu (Ana Görünüm) */
.puf-noktasi-kutu {
    border: 1px solid #FFD700; 
    border-left: 8px solid #FFD700; 
    background-color: #FFFBEA; 
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); 
}

/* Başlık Stili */
.puf-noktasi-baslik {
    font-size: 1.5em; 
    color: #DAA520; 
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700; 
    border-bottom: 1px dashed #FFD700; 
    padding-bottom: 10px;
}

/* İçerik Metin Stili */
.puf-noktasi-icerik p {
    font-size: 1.05em;
    line-height: 1.6;
    color: #333; 
    margin-bottom: 10px;
}

/*
 * Kategori Açıklaması Toggle (Aç/Kapa) CSS Stilleri
 */

/* Gizli tutulacak içeriğin varsayılan durumu */
.hidden-content {
    max-height: 0; 
    overflow: hidden; 
    transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out; 
    padding-top: 0;
    padding-bottom: 0;
}

/* Açık durumdayken (JavaScript ile 'visible' sınıfı eklendiğinde) uygulanacak stiller */
.hidden-content.visible {
    max-height: 3000px; 
    padding-top: 15px; 
    padding-bottom: 15px; 
}

/* Buton stilleri */
.read-more-button {
    background-color: #0077b6; 
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
    display: block; 
    text-align: center;
    width: 250px; 
    margin-left: auto; 
    margin-right: auto; 
    font-weight: bold;
}

.read-more-button:hover {
    background-color: #2980b9; 
}
/* ==================================== */
/* 1. GENEL KAPSAYICI VE KAYDIRMA AYARLARI */
/* ==================================== */

/* Ana kapsayıcı, taşan içeriği gizler. */
.tarifler-container {
    overflow: hidden; 
    margin: 20px 0; /* Üstten ve alttan biraz boşluk bırakır */
}

/* Liste elemanlarını yan yana dizmek için ana liste stili */
.tarifler-liste {
    /* Flex ile yan yana dizilimi zorla */
    display: flex;
    /* Gerekirse liste işaretlerini ve varsayılan boşlukları kaldır */
    list-style: none; 
    padding: 0;
    margin: 0;
}

/* ==================================== */
/* 2. MOBİL: YANA KAYDIRMA (HORIZONTAL SCROLL) */
/* ==================================== */

/* SADECE TABLET VE MOBİL CİHAZLAR İÇİN GEÇERLİDİR */
/* Ekran genişliği 768px veya daha az olduğunda çalışır */
@media (max-width: 768px) {
    
    .tarifler-liste {
        /* Yatay kaydırmayı etkinleştir */
        overflow-x: scroll; 
        overflow-y: hidden;
        /* Liste elemanlarının alt alta geçmesini engelle (aynı satırda kalır) */
        white-space: nowrap;
        /* iOS cihazlarda daha yumuşak kaydırma deneyimi sağlar */
        -webkit-overflow-scrolling: touch; 
        /* Kaydırma çubuğunu gizlemek isterseniz (isteğe bağlı): */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }
    
    /* Chrome/Safari/Opera için kaydırma çubuğunu gizleme */
    .tarifler-liste::-webkit-scrollbar {
        display: none;
    }
}


/* ==================================== */
/* 3. LİSTE ÖĞESİ (LI) VE BAĞLANTI (A) STİLLERİ */
/* ==================================== */

.tarifler-liste li {
    /* Elemanın sıkışmasını ve küçülmesini engelle (Mobilde önemlidir) */
    flex-shrink: 0; 
    /* Her eleman arasına boşluk koyar */
    margin-right: 20px; 
    text-align: center; 
}

/* Kutu görünümü vermek isterseniz: */
/*
.tarifler-liste li {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 8px;
    transition: transform 0.2s;
}
.tarifler-liste li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
*/

/* Bağlantı (a) etiketini tam bir blok haline getirir ve içeriği dikey hizalar */
.tarifler-liste li a {
    display: flex;
    flex-direction: column; /* Görsel (img) ve isim (span) alt alta gelir */
    align-items: center; /* Yatayda ortalama */
    justify-content: center; /* Dikeyde ortalama */
    text-decoration: none; /* Alt çizgiyi kaldır */
    color: #333; /* Metin rengi */
    font-weight: 600;
}


/* ==================================== */
/* 4. GÖRSEL (IMG) STİLLERİ */
/* ==================================== */

.category-thumb {
    /* Görselin boyutunu belirleyin */
    width: 80px; 
    height: 80px;
    /* Görselin kutuyu tam doldurmasını sağlar (bütünlüğünü koruyarak) */
    object-fit: cover; 
    /* Dairesel görsel için */
    border-radius: 50%; 
    /* Görsel ile isim arasına boşluk koyar */
    margin-bottom: 5px;
    /* Hafif bir kenarlık ekleyebilirsiniz */
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Kategori Adı Stili */
.category-name {
    display: block;
    font-size: 14px;
    white-space: normal; /* İsimlerin alt satıra inmesine izin verir (kaydırmayı bozmaz) */
    max-width: 90px; /* İsimlerin taşmasını engellemek için bir sınır */
}

/* Aktif (seçili) kategori stili */
.tarifler-liste li.current a {
    color: #0073aa; /* Aktif bağlantı rengi */
}

.tarifler-liste li.current .category-thumb {
    border-color: #0073aa; /* Aktif görselin kenarlık rengi */
}

/* ==================================== */
/* GÜZEL SÖZLER ALANI ÖZEL STİLLERİ     */
/* ==================================== */

/* Ana konteynır stili: Sözler ve ana içerik arasındaki görsel ayrımı sağlar */
.guzel-sozler-alani {
    margin: 30px 0;
    padding: 25px 20px;
    background-color: #fcfcfc; 
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); 
}

/* Başlık stili */
.guzel-sozler-alani .sozler-title {
    font-size: 1.6em;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    font-family: serif; 
}

/* Her bir sözün (paragrafın) genel stili */
.soz-paragrafi {
    margin-bottom: 30px; 
    padding: 10px 40px; 
    position: relative; 
    text-align: center; 
}

/* Sözlerin içindeki <p> etiketinin stili */
.soz-paragrafi p {
    font-family: Georgia, 'Times New Roman', Times, serif; 
    font-size: 1.15em;
    font-style: italic; 
    line-height: 1.6;
    color: #444;
    margin: 0; 
}

/* Sol Tırnak İşareti */
.soz-paragrafi p::before {
    content: "\201C"; 
    font-size: 4em;
    color: #e0e0e0;
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0.8;
}

/* Sağ Tırnak İşareti */
.soz-paragrafi p::after {
    content: "\201D"; 
    font-size: 4em;
    color: #e0e0e0;
    position: absolute;
    bottom: -30px;
    right: 0;
    opacity: 0.8;
}

/* Sadece ilk sözdeki tırnakların daha belirgin olması istenirse */
.soz-paragrafi:first-of-type p::before,
.soz-paragrafi:first-of-type p::after {
    color: #ccc; 
}

/* ==================================== */
/* SADECE TEKİL YAZI İÇİNDEKİ P ETİKETLERİ */
/* ==================================== */

/* Tüm yazının içeriği için ana konteynır */
body.single-post .sozler-single .entry-content {
    padding: 10px 0;
}

/* Tekil yazının içeriğindeki her bir paragraf (p) etiketi için stil */
body.single-post .sozler-single .entry-content p {
    /* Genel Paragraf Stili */
    font-family: Georgia, 'Times New Roman', Times, serif; 
    font-size: 1.1em;
    font-style: italic; 
    line-height: 1.6;
    color: #444;
    margin: 1.5em 0; 
    position: relative; 
    text-align: center; 
    padding: 0 40px; 
}

/* Sol Tırnak İşareti */
body.single-post .sozler-single .entry-content p::before {
    content: "\201C"; 
    font-size: 4em;
    color: #e0e0e0;
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0.8;
}

/* Sağ Tırnak İşareti */
body.single-post .sozler-single .entry-content p::after {
    content: "\201D"; 
    font-size: 4em;
    color: #e0e0e0;
    position: absolute;
    bottom: -30px;
    right: 0;
    opacity: 0.8;
}

/* Liste öğeleri (ul/ol) içindeki p'leri hariç tutmak isterseniz (Opsiyonel) */
body.single-post .sozler-single .entry-content ul p,
body.single-post .sozler-single .entry-content ol p {
    font-style: normal;
    font-size: 1em;
    text-align: left;
    padding: 0;
}

/* ==================================== */
/* RUYA TABIRLERI */
/* ==================================== */

.benzer-icerikler-kutusu {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #eee; 
    border-radius: 8px;
    background-color: #f9f9f9; 
}

/* Başlık stili ve Emoji buraya birleştirildi/optimizasyonu yapıldı */
.emoji-ruya {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex; 
    align-items: center;
}

/* Emoji Stili - Başlığın Önüne (benzer-baslik sınıfı kullanıldı) */
.emoji-ruya::before {
    content: "✨"; 
    font-size: 1.2em; 
    line-height: 1;
    margin-right: 10px;
}

/* Etiketlerin (Benzer Yazıların) Bulunduğu Alan */
.benzer-yazilar-etiketler {
    display: flex; 
    flex-wrap: wrap; 
    gap: 10px; 
}

/* Tek Bir Rüya Etiketinin Stili */
.ruya-etiketi {
    display: inline-block;
    background-color: #0073aa; 
    color: white;
    padding: 6px 12px;
    border-radius: 20px; 
    text-decoration: none; 
    font-size: 0.9em;
    font-weight: 500;
}

.ruya-etiketi:hover {
    color: white;
    background-color: #0088cc; 
}

/* Ana Blok Stili - Beyaz Arka Plan ve Gölge */
.search-block {
    background-color: #ffffff; 
    margin: 30px auto 10px auto; 
    max-width: 600px; 
    display: flex;
    justify-content: center; 
}

/* Formun Kendisi */
.search-form {
    display: flex; 
    width: 80%; 
    max-width: 500px; 
}

/* Arama Kutusu (Input) ve Label */
.search-form label {
    flex-grow: 1; 
    margin-right: 10px; 
    display: flex;
}

.search-field {
    width: 100%; 
    padding: 10px 15px;
    border: 1px solid #ddd; 
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

/* Input Odaklandığında (Focus) */
.search-field:focus {
    outline: none;
    border-color: #0073aa; 
    box-shadow: 0 0 0 1px #0073aa;
}

/* Arama Butonu */
.search-submit {
    background-color: #0073aa;
    color: #ffffff;
    border: none;
    padding: 5px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.3s ease, transform 0.1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Buton Hover ve SVG İkonu */
.search-submit:hover {
    background-color: #005177;
}

.search-submit svg {
    width: 15px; 
    height: 15px;
    fill: currentColor;
}

/* Ekran Okuyucu Metnini Gizle */
/* screen-reader-text zaten yukarıda tanımlı ama burada tutuldu, tekrarı önemsiz */
/* .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
} */

/* Ana Blok Stili */
.similar-posts-block {
    background-color: #ffffff; 
    padding: 15px;
    margin: 20px 0;
    border: 1px solid #eee; 
    border-radius: 5px; 
}

.similar-posts-block h3 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #f0f0f0; 
    padding-bottom: 10px;
}

/* Her bir benzer yazı öğesi stili */
.similar-post-item {
    display: flex; 
    align-items: center; 
    text-decoration: none; 
    color: #333; 
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e5e5e5; 
    transition: background-color 0.3s ease;
}

.similar-post-item:last-child {
    border-bottom: none; 
    margin-bottom: 0;
    padding-bottom: 0;
}

.similar-post-item:hover {
    background-color: #f9f9f9; 
}

/* Öne çıkarılmış görsel alanı */
.similar-post-thumbnail {
    flex-shrink: 0; 
    width: 80px; 
    height: 80px; 
    overflow: hidden; 
    margin-right: 15px;
    border-radius: 3px;
}

.similar-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

/* Yazı (başlık ve tarih) alanı */
.similar-post-content {
    flex-grow: 1; 
}

.similar-post-title {
    font-size: 1em; 
    margin: 0 0 5px 0;
    line-height: 1.4;
    color: #0077b6; 
}

.similar-post-title:hover {
    text-decoration: underline; 
}

/* Yayımlanma tarihi stili (linksiz) */
.similar-post-date {
    font-size: 0.85em;
    color: #999;
    margin: 0;
}
/*
 * Custom Homepage Categories CSS
 * Tüm 6 Kategori ve Responsive Tasarım
 */

/* ====================================
   1. GENEL YAPILANDIRMA VE RESETLER
   ==================================== */
.custom-homepage-categories {
    max-width: 1200px; /* İçerik genişliğini sınırla */
    margin: 0 auto; /* Ortala */
    padding: 20px;
    box-sizing: border-box; /* Padding'i genişliğe dahil et */
}

/* Tüm Kategori Blokları */
.category-block {
    margin-bottom: 40px; /* İç/Dış Boşluk (Margin Bottom) */
    padding: 20px;
    border-radius: 8px; /* Hafif yuvarlak köşeler */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* Hafif gölge */
    background-color: #ffffff; /* Beyaz arkaplan */
}

/* Kategori Başlık Alanı */
.category-header {
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.category-header h3 {
    margin: 0;
    font-size: 1.8em;
}

.category-header h3 a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

.category-description {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}

/* Post Listesi Genel Ayarları */
.post-list {
    display: flex;
    flex-wrap: wrap; /* Mobil uyum için */
    gap: 20px;
}

.post-item {
    flex: 1 1 30%; /* PC'de 3'lü kolon, mobil için esnek */
    min-width: 280px; /* Mobil min genişlik */
    border-radius: 6px;
    overflow: hidden;
    /* transition: transform 0.3s ease; */ /* Performans için genel post item'da kapalı */
}

.post-thumbnail-link {
    display: block;
    overflow: hidden;
    height: 200px; /* Görsel standart yüksekliği */
}

.post-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Görseli bozmadan sığdır */
    transition: transform 0.3s ease;
}

.post-item:hover .post-thumbnail {
    transform: scale(1.05);
}

.post-content {
    padding: 15px 0;
}

.post-content h4 {
    margin-top: 0;
    font-size: 1.2em;
    line-height: 1.4;
}

.post-content h4 a {
    text-decoration: none;
}

.post-excerpt {
    font-size: 0.85em;
    color: #777;
    margin-bottom: 0;
    /* İki satır kısıtlaması */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ====================================
   2. KATEGORİ BAZLI BENZERSİZ TASARIMLAR
   ==================================== */

/* --- Kategori 1: Rüya Tabirleri (Standart 3'lü Izgara - Mavi Vurgu) --- */
.category-design-ruya .category-header {
    border-color: #4a90e2; /* Mavi */
}
.category-design-ruya .category-header h3 a:hover {
    color: #4a90e2;
}
.category-design-ruya .post-item {
    background: #f7f9fc;
    border: 1px solid #eee;
}
.category-design-ruya .post-content h4 a {
    color: #4a90e2;
}

/* --- Kategori 2: Güzel Sözler (Card Tasarımı - Yeşil Vurgu) --- */
.category-design-guzel-sozler .category-header {
    border-color: #50a850; /* Yeşil */
}
.category-design-guzel-sozler .category-header h3 a:hover {
    color: #50a850;
}
.category-design-guzel-sozler .post-list {
    /* Flex yerine Grid kullanarak daha kontrolü bir 3'lü kolon */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.category-design-guzel-sozler .post-item {
    flex: unset; /* Grid kullandığı için flex'i devre dışı bırak */
    text-align: center;
    padding: 15px;
    background: #f0fff0;
    border-radius: 12px;
}
.category-design-guzel-sozler .post-thumbnail-link {
    height: 150px;
    border-radius: 8px;
}
.category-design-guzel-sozler .post-content h4 a {
    color: #50a850;
}

/* --- Kategori 3: Yaşam (Yatay Liste Tasarımı - Gri Vurgu) --- */
.category-design-yasam .category-header {
    border-color: #6c757d; /* Gri */
}
.category-design-yasam .category-header h3 a:hover {
    color: #6c757d;
}
.category-design-yasam .post-list {
    flex-direction: column; /* Dikey liste */
    gap: 10px; /* Daha az boşluk */
}
.category-design-yasam .post-item {
    display: flex; /* İçerik ve görsel yanyana */
    min-width: 100%;
    background: #f8f9fa;
    border-left: 5px solid #6c757d;
}
.category-design-yasam .post-thumbnail-link {
    flex: 0 0 150px; /* Görsel sabit genişlik */
    height: 100px;
}
.category-design-yasam .post-content {
    flex-grow: 1;
    padding: 5px 15px;
}
.category-design-yasam .post-content h4 a {
    color: #6c757d;
}

/* --- Kategori 4: Kadın (Şık, Kenarlıklı Kartlar - Pembe Vurgu) --- */
.category-design-kadin .category-header {
    border-color: #e91e63; /* Pembe */
}
.category-design-kadin .category-header h3 a:hover {
    color: #e91e63;
}
.category-design-kadin .post-item {
    background: #fff;
    border: 1px solid #fce4ec; /* Çok açık pembe kenarlık */
    transition: all 0.3s;
}
.category-design-kadin .post-item:hover {
    box-shadow: 0 8px 15px rgba(233, 30, 99, 0.1); /* Hover'da hafif pembe gölge */
    transform: translateY(-3px);
}
.category-design-kadin .post-content h4 a {
    color: #e91e63;
}

/* --- Kategori 5: Astroloji (Dairesel Görseller ve Orta Hizalama - Mor Vurgu) --- */
.category-design-astroloji .category-header {
    border-color: #9c27b0; /* Mor */
    text-align: center;
}
.category-design-astroloji .category-header h3 a:hover {
    color: #9c27b0;
}
.category-design-astroloji .post-item {
    text-align: center;
    padding: 10px;
}
.category-design-astroloji .post-thumbnail-link {
    width: 120px; /* Görsel Boyutunu Sabitle */
    height: 120px;
    border-radius: 50%; /* Dairesel Görsel */
    margin: 0 auto 10px auto; /* Ortala */
    border: 3px solid #9c27b0;
    overflow: hidden;
}
.category-design-astroloji .post-content h4 a {
    color: #9c27b0;
}

/* --- Kategori 6: Yemek Tarifleri (Görseli Altta Başlık Üstte - Turuncu Vurgu) --- */
.category-design-yemek .category-header {
    border-color: #ff9800; /* Turuncu */
}
.category-design-yemek .category-header h3 a:hover {
    color: #ff9800;
}
.category-design-yemek .post-item {
    display: flex;
    flex-direction: column-reverse; /* Görseli alta taşı */
    background: #fff3e0;
}
.category-design-yemek .post-content {
    order: 2; /* İçeriği üste al */
    padding-bottom: 5px;
}
.category-design-yemek .post-thumbnail-link {
    order: 1; /* Görseli alta al */
    height: 180px;
    border-radius: 6px;
}
.category-design-yemek .post-content h4 a {
    color: #ff9800;
}

/* ====================================
   3. RESPONSIVE (MOBİL UYUM) AYARLARI
   ==================================== */

@media (max-width: 768px) {
    .post-list {
        flex-direction: column; /* Tablet/Telefonda tek kolon */
        gap: 15px;
    }

    .post-item {
        flex: 1 1 100%; /* Tam genişlik */
    }

    /* Kategori 2 (Güzel Sözler) için Grid'i tek kolona düşür */
    .category-design-guzel-sozler .post-list {
        grid-template-columns: 1fr;
    }

    /* Kategori 3 (Yaşam) yataylığını mobil için bozma */
    .category-design-yasam .post-item {
        flex-direction: column;
    }
    .category-design-yasam .post-thumbnail-link {
        flex: unset;
        height: 200px; /* Tekrar tam yükseklik */
    }
}

/* Küçük Telefon Ekranları */
@media (max-width: 480px) {
    .category-header h3 {
        font-size: 1.4em;
    }
    .category-block {
        padding: 10px;
    }
    .post-thumbnail-link {
        height: 150px; /* Küçük ekranda görsel yüksekliğini azalt */
    }
}