/* =========================
   PAGE – SINGLE STYLE BASE
========================= */

/* Dış arka plan */
.page-layout {
    background: #f5f5f5;
    padding: 40px 0;
}

/* İç beyaz alan */
.page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px;
    background: #fff;
    border-radius: 16px;
}

/* =========================
   TITLE
========================= */

.page-title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 28px;
    color: #111;
}

/* =========================
   CONTENT
========================= */

.page-text p,
.page-text li {
    font-size: 16px;
    line-height: 1.8;
    color: #222;
    margin-bottom: 18px;
}

.page-text h2 {
    font-size: 22px;
    margin: 36px 0 16px;
}

.page-text h3 {
    font-size: 18px;
    margin: 28px 0 14px;
}

/* Link */
.page-text a {
    color: #d32f2f;
    text-decoration: underline;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
    .page-container {
        padding: 28px 16px;
    }

    .page-title {
        font-size: 24px;
    }
}

/* =========================
   ADMIN EDIT LINK HIDE
========================= */

.post-edit-link,
.edit-link {
    display: none !important;
}
