/* Sayfa / Hakkımızda gibi genel içerik detaylarında kapak görselini dengeler. */
.detail {
    background: #fff !important;
    padding-bottom: 58px !important;
}

.detail > header {
    padding-top: 42px !important;
    padding-bottom: 24px !important;
}

.detail h1 {
    font-size: clamp(38px, 4.6vw, 64px) !important;
    line-height: 1 !important;
}

.detail .lead {
    margin-top: 14px !important;
    max-width: 680px !important;
}

.detail-cover {
    background: #f5f0f7 !important;
    border-radius: 22px !important;
    box-shadow: 0 22px 70px rgba(42, 20, 52, .08) !important;
    display: block !important;
    height: clamp(260px, 30vw, 430px) !important;
    margin: 0 auto 44px !important;
    max-height: none !important;
    max-width: 960px !important;
    object-fit: cover !important;
    object-position: center 34% !important;
    width: min(960px, calc(100% - (var(--site-pad, 32px) * 2))) !important;
}

.detail .rich-text {
    background: #fff !important;
    border: 1px solid rgba(111, 50, 142, .12) !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 55px rgba(42, 20, 52, .045) !important;
    max-width: 960px !important;
    padding: clamp(24px, 4vw, 48px) !important;
}

.detail .rich-text:empty {
    display: none !important;
}

.detail .rich-text h2 {
    font-size: clamp(30px, 3vw, 46px) !important;
    line-height: 1.08 !important;
    margin: 0 0 18px !important;
}

.detail .rich-text h3 {
    font-size: clamp(24px, 2.3vw, 34px) !important;
    line-height: 1.12 !important;
    margin: 34px 0 14px !important;
}

.detail .rich-text p {
    color: #514855 !important;
    font-size: 17px !important;
    line-height: 1.82 !important;
    margin: 0 0 20px !important;
}

.detail .rich-text ul,
.detail .rich-text ol {
    display: grid !important;
    gap: 10px !important;
    margin: 24px 0 !important;
    padding: 0 !important;
}

.detail .rich-text li {
    background: #faf7fb !important;
    border: 1px solid rgba(111, 50, 142, .10) !important;
    border-radius: 14px !important;
    list-style: none !important;
    padding: 13px 16px !important;
}

.detail-gallery {
    max-width: 1160px !important;
    padding-top: 44px !important;
}

.detail-gallery img {
    border-radius: 18px !important;
    height: clamp(240px, 28vw, 390px) !important;
    object-fit: cover !important;
}

@media(max-width: 900px) {
    .detail-cover {
        border-radius: 18px !important;
        height: clamp(220px, 54vw, 360px) !important;
        margin-bottom: 30px !important;
        width: calc(100% - 36px) !important;
    }

    .detail .rich-text {
        border-radius: 18px !important;
        width: calc(100% - 36px) !important;
    }
}
