/**
 * İçerik sayfaları (Gizlilik Politikası vb. — site.page.show)
 */

/* Üst başlık alanı */
.by-content-page .by-page-hero-plain .pg-tp-wrp.style2 {
    padding: 28px 0 24px !important;
    gap: 0;
}

.by-content-page .by-page-hero-plain .by-breadcrumb-nav {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.4;
}

.by-content-page .by-page-hero-plain .pg-tp-wrp > h1 {
    font-size: 28px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    font-weight: 700 !important;
}

/* İçerik gövdesi */
.by-content-page__section .gap {
    padding-top: 10px;
    padding-bottom: 50px;
}

.by-content-page__body {
    max-width: 100%;
    margin: 0 auto;
    float: none;
    font-size: 15px;
    line-height: 1.75;
    color: #444;
}

.by-content-page__body > p {
    margin: 0 0 1em !important;
}

.by-content-page__body > p:first-child {
    margin-top: 0 !important;
}

.by-content-page__body h1 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 0.75em;
    line-height: 1.35;
}

.by-content-page__body h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111;
    margin: 1.65em 0 0.45em;
    padding-bottom: 0.35em;
    border-bottom: 1px solid #ebebeb;
    line-height: 1.35;
}

.by-content-page__body h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
    margin: 1.25em 0 0.4em;
    line-height: 1.4;
}

.by-content-page__body h4,
.by-content-page__body h5,
.by-content-page__body h6 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #333;
    margin: 1.1em 0 0.35em;
    line-height: 1.45;
}

.by-content-page__body ul,
.by-content-page__body ol {
    margin: 0 0 1em;
    padding-left: 1.35em;
}

.by-content-page__body li {
    margin-bottom: 0.35em;
}

.by-content-page__body li + li {
    margin-top: 0.2em;
}

.by-content-page__body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 0.75em 0;
}

.by-content-page__body a {
    color: #dd1c1c;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.by-content-page__body blockquote {
    margin: 1.25em 0;
    padding: 1em 1.25em;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Görsel alt yazıları / caption */
.by-content-page__body figcaption,
.by-content-page__body .wp-caption-text,
.by-content-page__body caption,
.by-content-page__body .caption,
.by-content-page__body p.caption {
    display: block;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    color: #777 !important;
    margin: 0.3em 0 1.1em !important;
    text-align: center;
}

.by-content-page__body .wp-caption {
    max-width: 100%;
    margin: 1em 0 1.25em;
}

.by-content-page__body table {
    width: 100%;
    margin: 1em 0 1.25em;
    font-size: 14px;
}

.by-content-page__body table caption {
    caption-side: top;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5em;
    padding: 0;
}

/* Fancybox (tema v3) — içerik görselleri */
.fancybox-caption {
    font-size: 13px !important;
    line-height: 1.45 !important;
    padding: 10px 16px !important;
}

@media (max-width: 767px) {
    .by-content-page .by-page-hero-plain .pg-tp-wrp > h1 {
        font-size: 24px !important;
    }

    .by-content-page__body {
        font-size: 14.5px;
    }

    .by-content-page__body h2 {
        font-size: 1.1rem;
        margin-top: 1.35em;
    }

    .by-content-page__body h3 {
        font-size: 1rem;
    }
}
