/* ===== GENEL SAYFA ===== */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.6;
    color: #c12a2a;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
}

/* ===== ÜST BÖLÜM (HEADER) ===== */
table:first-of-type {
    background: #07157d;
    color: #ffffff;
    width: 100%;
}

table:first-of-type td {
    font-size: 16px;
    padding: 14px 12px;
}

table:first-of-type b {
    font-size: 12px;
}

table:first-of-type a {
    display: inline-block;
    padding: 6px 12px;
    margin-right: 8px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 500;
    transition: background 0.3s, color 0.3s;
}

table:first-of-type a:hover {
    background: #f2f0f0;
    color: #262626;
    text-decoration: none;
}

/* ===== ANA İÇERİK TABLOLARI ===== */
table:not(:first-of-type) {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    background: #ffffff;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

table:not(:first-of-type) td {
    padding: 10px 14px;
    vertical-align: top;
}

/* Alternatif satır arka planı */
table:not(:first-of-type) tr:nth-child(even) {
    background: #f9f9f9;
}

table:not(:first-of-type) tr:nth-child(odd) {
    background: #ffffff;
}

/* Başlık hücreleri */
th {
    background: #343330;
    color: #ffffff;
    font-weight: bold;
    padding: 12px 14px;
    text-align: left;
}

/* Linkler */
table:not(:first-of-type) a {
    color: #0b5ed7;
    text-decoration: underline;
}

table:not(:first-of-type) a:hover {
    color: #c9cdd3;
    text-decoration: none;
}

/* ===== GENEL TABLE ÖZEL ===== */
body > table {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
}

/* Ana sayfa kitap kapaklarını sabitle */
table:not(:first-of-type) td img {
    display: block;
    margin: 0 auto;
    max-height: 1900px;
    object-fit: contain;
}

/* Ana sayfa kitap hücreleri - font güvencesi */
table:not(:first-of-type) td {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
}

/* Üst menü */
.top-menu {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
}

.top-menu a {
    color: #666666;
    text-decoration: none;
    margin: 0 6px;
}

.top-menu a:hover {
    color: #FF6600;
    text-decoration: underline;
}

/* ALT MENÜ / ALT LİNK TABLOSU DÜZENİ */
.bottom-links {
    border-collapse: collapse;
}

.bottom-links td {
    padding: 3px 10px;
    vertical-align: middle;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3;
}

.bottom-links p {
    margin: 0;
}

.bottom-links a {
    color: #000000;
    text-decoration: none;
}

.bottom-links a:hover {
    color: #FF6600;
    text-decoration: underline;
}

/* Kitap kapak hücreleri */
.book-row td {
    text-align: center;
}

.book-row img {
    display: block;
    margin: 6px auto;
    width: 135px;
    height: 190px;
    border: 1px solid #C0C0C0;
}

.book-row td {
    text-align: center;
}

.book-row img {
    display: block;
    margin: 6px auto;
    width: 135px;
    height: 190px;
    border: 1px solid #C0C0C0;
}
