/* Style Dasar */
body {
    background-color: #f9f7f2;
    color: #2c2c2c;
    font-family: 'Georgia', serif;
    line-height: 1.8;
    margin: 0;
}

.container {
    max-width: 750px;
    margin: 0 auto;
    padding: 20px;
}

/* Header & Nav */
.header { text-align: center; border-bottom: 2px solid #eee; margin-bottom: 30px; }
.nav { margin-bottom: 20px; font-family: sans-serif; font-size: 14px; }

/* Judul */
h1, h2, h3 { font-family: 'Arial', sans-serif; color: #111; }
.chapter-title { font-size: 2.2rem; margin-bottom: 20px; }

/* Teks Bacaan */
.content-text { font-size: 1.25rem; }
.content-text p { margin-bottom: 25px; }

/* Slot Iklan */
.ad-slot {
    background: #ffffff;
    border: 1px dashed #ddd;
    margin: 40px 0;
    padding: 10px;
    text-align: center;
    min-height: 90px;
}

/* Tombol */
.navigation-buttons { display: flex; justify-content: space-between; margin: 40px 0; }
.btn {
    background: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-family: sans-serif;
}