/* Edume özel sayfalar — modern banner + tek içerik */

/* Banner başlıkları — ortalı */
#feCustomPageSections .fe-page-banner__inner .row {
    justify-content: center;
    text-align: center;
}

#feCustomPageSections .fe-page-banner__inner .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
}

#feCustomPageSections .fe-page-banner__title,
#feCustomPageSections .fe-page-banner__sub {
    text-align: center;
}

#feCustomPageSections .fe-page-banner__sub {
    margin-left: auto;
    margin-right: auto;
}

/* İçerik bölümü */
.fe-cp-section {
    padding: 2rem 0 3.5rem;
    background: #fff;
}

/* İçerik paneli - başlık yok */
.fe-cp-panel {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.35rem 1.25rem;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05);
    min-height: 240px;
}

@media (min-width: 768px) {
    .fe-cp-panel {
        padding: 2.5rem 3rem;
    }
}

.fe-cp-panel--no-header .fe-cp-panel__body {
    padding-top: 0;
}

.fe-cp-panel__body {
    color: #334155;
    font-size: 1.05rem;
    line-height: 1.75;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.fe-cp-panel__body h1 {
    color: #0f172a;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.35;
    margin: 1.5rem 0 0.75rem;
}

.fe-cp-panel__body h2 {
    color: #0f172a;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 1.25rem 0 0.6rem;
}

.fe-cp-panel__body h3 {
    color: #0f172a;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 1rem 0 0.5rem;
}

.fe-cp-panel__body h4 {
    color: #0f172a;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0.85rem 0 0.4rem;
}

.fe-cp-panel__body h1:first-child,
.fe-cp-panel__body h2:first-child,
.fe-cp-panel__body h3:first-child,
.fe-cp-panel__body p:first-child {
    margin-top: 0;
}

.fe-cp-panel__body p {
    margin: 0.85rem 0;
}

.fe-cp-panel__body ul,
.fe-cp-panel__body ol {
    padding-left: 1.5rem;
    margin: 0.85rem 0;
    list-style-position: outside;
}

.fe-cp-panel__body ul {
    list-style-type: disc;
}

.fe-cp-panel__body ol {
    list-style-type: decimal;
}

.fe-cp-panel__body ul li,
.fe-cp-panel__body ol li {
    margin-bottom: 0.5rem;
    line-height: 1.75;
}

.fe-cp-panel__body ul ul,
.fe-cp-panel__body ol ul {
    list-style-type: circle;
    margin-top: 0.5rem;
}

.fe-cp-panel__body ul ol,
.fe-cp-panel__body ol ol {
    list-style-type: lower-alpha;
    margin-top: 0.5rem;
}

.fe-cp-panel__body a {
    color: var(--system_primery_color, #4f46e5);
    text-decoration: underline;
}

.fe-cp-panel__body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 1rem 0;
    display: block;
}

.fe-cp-panel__body table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

.fe-cp-panel__body table td,
.fe-cp-panel__body table th {
    border: 1px solid rgba(148, 163, 184, 0.55);
    padding: 0.5rem 0.65rem;
}

/* Eski Aora/keditor kalıntıları gizle */
.fe-cp-panel__body .breadcrumb_area,
.fe-cp-panel__body .bradcam_bg_1,
.fe-cp-panel__body .breadcrumb_img,
.fe-cp-panel__body [data-type="component"],
.fe-cp-panel__body .keditor-container {
    display: none !important;
}

@media (max-width: 767.98px) {
    .fe-cp-panel {
        padding: 1.5rem 1.25rem;
    }
}
