/* Quill çıktısı — sadece .rich-content kapsayıcısında */
.rich-content .ql-align-center {
    text-align: center;
}

.rich-content .ql-align-right {
    text-align: right;
}

.rich-content .ql-align-justify {
    text-align: justify;
}

.rich-content .ql-size-small {
    font-size: 0.85em;
}

.rich-content .ql-size-large {
    font-size: 1.35em;
}

.rich-content .ql-size-huge {
    font-size: 1.75em;
}

.rich-content p,
.rich-content ul,
.rich-content ol {
    margin-bottom: 0.75rem;
}

.rich-content ul,
.rich-content ol {
    padding-left: 1.25rem;
}

.rich-content a {
    text-decoration: underline;
}

/* Anasayfa terapi faydaları: eski h2 görünümü */
.section-title .therapy-benefit-subtitle {
    font-size: clamp(1.35rem, 2.8vw, 2.25rem);
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0.35rem;
    color: inherit;
}

/* Hero: Quill HTML (ör. <p>) — h1 yerine, tema h1 stilleri */
.hero-1 .hero-content .hero-title.rich-content {
    margin-bottom: 20px;
    font-size: 70px;
    font-weight: 700;
    line-height: 112%;
}

.hero-1 .hero-content .hero-title.rich-content span {
    color: var(--theme);
}

.hero-1 .hero-content .hero-title.rich-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .hero-1 .hero-content .hero-title.rich-content {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .hero-1 .hero-content .hero-title.rich-content {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-content .hero-title.rich-content {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-content .hero-title.rich-content {
        font-size: 34px;
    }
}

/* Bölüm başlıkları: span / h2 yerine zengin metin */
.section-title .section-title__lead.rich-content {
    color: var(--theme);
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
    font-family: "Source Sans 3", sans-serif;
}

.section-title.text-center .section-title__lead.rich-content {
    display: block;
}

.section-title .section-title__heading.rich-content {
    font-size: 50px;
    line-height: 116%;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 1199px) {
    .section-title .section-title__heading.rich-content {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .section-title .section-title__heading.rich-content {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .section-title .section-title__heading.rich-content {
        font-size: 28px;
    }
}

/* Hakkımda breadcrumb üst başlık */
.breadcrumb-wrapper .page-heading .page-heading-title.rich-content {
    color: var(--white);
    font-size: 60px;
    position: relative;
    z-index: 9;
    margin: 0;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading .page-heading-title.rich-content {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .page-heading-title.rich-content {
        font-size: 36px;
    }
}
