/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: BlankSlate Starter Theme
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate
*/

/* Reset Kodları */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{appearance:none;border-radius:0}input[type="search"]{appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}

/* ==========================================================================
   ÖZEL HAFİF TASARIM KODLARI (Sadece Saf CSS)
   ========================================================================== */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background-color: #f4f6f9;
    color: #333;
    line-height: 1.6;
}

#wrapper {
    max-width: 1050px;
    margin: 0 auto;
    padding: 20px 15px;
}

/* Üst Kısım (Header / Hero Alanı) */
#header {
    text-align: center;
    padding: 35px 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    margin-bottom: 30px;
    border: 1px solid #eef0f4;
}

.site-main-title {
    margin: 0 0 15px 0;
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.site-main-title a {
    color: #111111;
    text-decoration: none;
}

.site-intro-text {
    font-size: 0.98rem;
    color: #555555;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
}

.site-intro-text a {
    color: #0066cc;
    text-decoration: underline;
    font-weight: 600;
}

.site-intro-text a:hover {
    color: #004499;
}

/* Ana Sayfa Makale / İlan Listesi Düzeni (Kart Yapısı) */
#content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

article {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    border: 1px solid #eef0f4;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
}

article:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

article h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
}

article h2 a {
    color: #222;
    text-decoration: none;
}

article h2 a:hover {
    color: #0066cc;
}

.entry-summary {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin-top: auto;
}

.more-link {
    display: inline-block;
    margin-top: 12px;
    color: #0066cc;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.85rem;
}

/* ==========================================================================
   TEKİL MAKALE SAYFASI (SINGLE.PHP) TAM GENİŞLİK KODLARI
   ========================================================================== */

.makale-detay-alani {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
    grid-column: 1 / -1 !important;
}

.makale-icerik-kart {
    background: #ffffff !important;
    padding: 30px !important;
    border-radius: 12px !important;
    border: 1px solid #eef0f4 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04) !important;
    margin-bottom: 25px !important;
    width: 100% !important;
    display: block !important;
}

.makale-baslik {
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #111111 !important;
    line-height: 1.3 !important;
}

.makale-metni {
    font-size: 1.05rem !important;
    line-height: 1.8 !important;
    color: #333333 !important;
}

.makale-metni p {
    margin-bottom: 18px !important;
}

.makale-metni h2 {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    margin: 25px 0 12px 0 !important;
    color: #111111 !important;
}

.makale-yorum-kutusu {
    background: #ffffff !important;
    padding: 25px !important;
    border-radius: 12px !important;
    border: 1px solid #eef0f4 !important;
    width: 100% !important;
    margin-top: 25px !important;
}

/* Footer Alanı */
#footer {
    text-align: center;
    padding: 25px 15px;
    margin-top: 40px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #eef0f4;
    font-size: 0.9rem;
    color: #666;
}

#copyright a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
}

#copyright a:hover {
    text-decoration: underline;
}

/* Mobil İnce Ayarları */
@media screen and (max-width: 768px) {
    #wrapper {
        padding: 10px;
    }
    
    #header {
        padding: 20px 15px;
    }
    
    .site-main-title {
        font-size: 1.6rem;
    }
    
    .site-intro-text {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .makale-icerik-kart {
        padding: 15px !important;
    }
    
    .makale-baslik {
        font-size: 1.5rem !important;
    }
}