@charset "utf-8";
/* CSS Document - Migrated to Flexbox while keeping original aesthetics */

html,
body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Oswald', sans-serif;
    background-color: #CCC;
    z-index: 1;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#ust_menu {
    text-align: right
}

#ust_menu a {
    font-size: 15px;
    line-height: 25px;
    margin-left: 20px;
    color: #444;
    text-decoration: none
}

#ust_menu a:hover {
    text-decoration: underline
}

.clear {
    clear: both
}

/* FLEXBOX WRAPPERS */
#site-kapla {
    width: 100%;
    min-width: 350px;
    max-width: 1000px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

/* Announcement Bar at the top */
.top-announcement {
    width: 100%;
    background-color: #d94f4f;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px;
    margin: 0 auto;
}

#site {
    background-color: #FFF;
    margin: 0px auto;
    padding: 10px 25px 25px 25px;
    width: 100%;
}

/* Header & Logo */
#logo-kapla {
    width: 100%;
    padding: 25px 0px 20px 0px;
    display: flex;
    align-items: flex-start;
}

#logo {
    padding: 0px;
    margin: 0px
}

#logo a {
    font-size: 55px;
    font-weight: 700;
    line-height: 39px;
    color: #000;
    text-decoration: none;
    text-transform: lowercase;
}

#logo-uzun {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    padding: 0px;
    margin: 0px;
}

/* Menu */
#menu-kapla {
    width: 100%;
    height: 34px;
    margin-bottom: 40px;
}

#kopya2 {
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 4px solid #fd0000;
    padding: 1px 0px;
    background-color: #FFF;
    display: flex;
    align-items: center;
}

#ana-sayfa {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 38px;
    margin: 2px 10px 2px 3px;
    background-color: #fd0000;
    cursor: pointer;
}

.pc_menu {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    display: block;
}

.pc_menu:hover {
    color: #fd0000;
}

.announcement-link {
    color: #fff;
    font-weight: bold;
}


/* Mobil Menü Styles (Old Site) */
#mobil_menu {
    padding: 2px 5px 5px 5px;
    height: 30px;
    position: relative;
    margin: 0px 20px 0px 0px;
    display: none;
}

#mobil_menu a {
    color: #000;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

#mobil_menu a:hover {
    color: #fd0000;
}

#mobil_acilir_menu {
    display: none;
    width: 200px;
    position: absolute;
    left: 0px;
    top: 27px;
    z-index: 1000;
    list-style: none;
    padding: 10px 0px;
    margin: 0px;
    background-color: #fd0000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#mobil_acilir_menu li {
    padding: 8px 15px;
}

#mobil_acilir_menu li a {
    color: #FFF !important;
    font-size: 14px;
    font-weight: normal;
}

#mobil_acilir_menu li a:hover {
    color: #000 !important;
}

#mobil_menu.active #mobil_acilir_menu {
    display: block;
}

/* Search */
#kopya2 form {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-direction: row-reverse;
    /* Put first DOM element (icon) to the right */
}

#ara-submit {
    height: 26px;
    width: 30px;
    margin-right: 3px;
    border-left: 1px solid #bbb;
}

#ara-submit button {
    padding: 2px 5px;
    background: #fff;
    cursor: pointer;
    outline: none;
    border: none;
    width: 26px;
    height: 26px;
    margin: 0px;
    vertical-align: top;
}

#arama {
    width: 120px;
}

#arama input {
    width: 120px;
    border: none;
    outline-color: #bbb;
    height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    color: #444
}

/* Main Layout (Zemin) - Using Flex */
#zemin {
    width: 100%;
    max-width: 950px;
    min-height: 500px;
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

#makaleler_kapla {
    width: 665px;
    flex-shrink: 0;
}

#sag_bolum {
    width: 270px;
    padding-left: 14px;
    border-left: 1px solid #d0d0d0;
    flex-shrink: 0;
}

/* Article Items */
.makale_kapla {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
}

.makale_bilgi {
    width: 70px;
    margin-right: 18px;
    flex-shrink: 0;
}

.makale_meta_item {
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    margin: 0px;
    padding: 2px 0px;
}

.geri-don-link {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.geri-don-link svg {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), fill 0.3s ease;
    display: block;
}

.geri-don-link:hover svg {
    transform: scale(1.2);
    fill: red;
}

.makale_tanitim {
    flex: 1;
    border-left: 1px solid #bbb;
    padding-left: 20px;
}

.sayi-no {
    font-size: 28px;
    font-weight: 300;
    line-height: 12px;
    padding: 0px;
}

.sayi-no-ozel {
    font-size: 16px;
    line-height: 16px;
    display: block;
    font-weight: 300;
    margin: 5px 0px 10px 0px;
    padding: 2px 0px;
}

.meta-label {
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    padding: 0px;
}

.article-title-link-static {
    cursor: default;
    text-decoration: none;
}


p.baslik_ozet {
    padding: 0px;
    margin: 10px 0px
}

p.baslik_ozet a {
    padding: 0px;
    margin: 0px;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    text-decoration: none
}

p.yazar_ozet {
    padding: 0px;
    margin: 5px 0px;
    letter-spacing: 0, 8px;
}

p.yazar_ozet a {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-decoration: none
}

p.yazar_ozet a:hover {
    text-decoration: underline
}

div.metin_ozet {
    padding: 0px;
    margin: 20px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    color: #444
}

div.anahtar_kelimeler {
    padding: 0px;
    margin: 20px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #444;
    font-style: italic
}

#gi {
    height: 60px;
    margin: 10px 0px;
    display: flex;
    gap: 20px;
}

.social-icons {
    width: 100%;
    height: 52px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-widget {
    width: 100%;
}

.sidebar-widget-content {
    width: 100%;
    text-align: center;
}

.sidebar-cover {
    width: 220px;
    height: 320px;
    margin: 20px auto;
}


#goruntule {
    width: 181px;
    height: 62px;
    background-color: #eee;
    text-align: center;
    line-height: 62px;
}

/* JPG icons not available easily, using placeholder colors */
#indir {
    width: 131px;
    height: 62px;
    background-color: #eee;
    text-align: center;
    line-height: 62px;
}

/* Sidebar Widgets */
.sag_baslik {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0px;
    line-height: 18px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    margin-top: 15px;
    text-transform: uppercase;
}

/* Archive List in Sidebar */
.archive-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.archive-list li {
    margin-bottom: 10px;
}

.archive-list a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

.archive-list a:hover {
    color: #fd0000;
}

/* Footer */
#alt {
    width: 100%;
    background-color: #000;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 12px;
    padding: 20px 0px;
}

#alt #kopya {
    width: 950px;
    margin: 0 auto;
    height: 40px;
    padding: 0px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#copy,
#kunye {
    margin: 0;
}

#alt #kunye a {
    text-decoration: none;
    color: #FFF;
    margin-left: 15px
}

#alt #kunye a:hover {
    text-decoration: underline;
}

.footer-link {
    color: #fff;
}


a.ozet_devam {
    width: 80px;
    height: 15px;
    padding: 0px 0px 0px 14px;
    margin: 0px;
    font-size: 12px;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
}

a.ozet_devam:hover {
    text-decoration: underline;
}

/* Responsive basics */
@media all and (max-width: 800px) {

    .pc_menu,
    #ana-sayfa {
        display: none !important;
    }

    #mobil_menu {
        display: block !important;
    }
}

@media all and (max-width: 1000px) {

    #site,
    #alt #kopya,
    .top-announcement {
        width: 100%;
        max-width: 100%;
    }

    #zemin {
        flex-direction: column;
        gap: 30px;
    }

    #makaleler_kapla,
    #sag_bolum {
        width: 100%;
        border: none;
        padding: 0;
    }

    #sag_bolum .social-icons {
        justify-content: center;
    }

    #sag_bolum .sag_baslik {
        text-align: center;
    }
}

/* Sayılar Sayfası Styles */
.sayilar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.sayilar {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sayilar a {
    display: block;
    width: 150px;
    height: 220px;
}

.sayilar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s;
}

.sayilar img:hover {
    transform: translateY(-5px);
}

.sayilar .sayi-bilgi {
    width: 100%;
    margin-top: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #333;
}

@media all and (max-width: 480px) {
    .sayilar-list {
        justify-content: center;
        gap: 15px;
    }

    .sayilar {
        width: calc(50% - 15px);
    }

    .sayilar a {
        width: 100%;
        height: auto;
        aspect-ratio: 150/220;
    }
}

/* Makale Listesi Mobil Görünüm */
@media all and (max-width: 768px) {
    .makale_kapla {
        flex-direction: column;
    }

    .makale_bilgi {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 5px;
    }

    .makale_meta_item {
        border-right: 1px solid #ddd;
        padding-right: 8px;
        font-size: 12px;
    }

    .makale_meta_item:last-child {
        border-right: none;
        padding-right: 0;
    }

    .makale_tanitim {
        border-left: none;
        padding-left: 0;
    }

    p.baslik_ozet {
        margin-top: 5px;
    }
}

@media all and (max-width: 400px) {
    #site {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Search results */
.search-meta {
    margin-bottom: 25px;
    color: #666;
    font-style: italic;
}

.author-results-container {
    margin-top: 40px;
    padding-top: 20px;
}

.author-results-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.author-results-list {
    list-style: none;
    padding: 0;
}

.author-results-item {
    margin-bottom: 10px;
}

.author-results-link {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.back-btn-container {
    margin-bottom: 30px;
}

/* Makale Detay Specifics */
.makale_tanitim .metin_ozet {
    text-align: justify;
}

figure.image {
    margin: 0
}

figure.image img {
    max-width: 100%;
}

#arama_sonuclari {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #444;
}

/* Yazar Sayfası */
#yazar_bilgi {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}

#yazar_bilgi p {
    margin: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #444;
}

#yazar_bilgi p span {
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
}

.sayfa_baslik#yazar_adi {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #000;
    border-bottom: 2px solid #d94f4f;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 700;
}

.yazar_makale_listesi {
    width: 100%;
    margin-top: 20px;
}

/* Generic Page Styles */
.sayfa_kapla {
    width: 100%;
    max-width: 1000px;
    font-family: Arial, Helvetica, sans-serif;
}

.sayfa_baslik {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
}

.sayfa_icerik {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

.sayfa_icerik p {
    margin-bottom: 25px;
}

.sayfa_icerik img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .sayfa_baslik {
        font-size: 20px;
    }

    .sayfa_icerik {
        font-size: 0.9rem;
    }
}