.trend-header-visual {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.trend-header-visual > a {
    display: inline-block;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.trend-header-visual picture,
.trend-header-visual img {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    border: 0;
}

.trend-promo-slot-header.trend-promo-horizontal > * {
    max-width: 1280px;
}

.trend-promo-slot-header .trend-header-visual > a,
.trend-promo-slot-header .trend-header-visual picture {
    display: block;
    width: 100%;
    aspect-ratio: 1280 / 130;
    overflow: hidden;
}

.trend-promo-slot-header .trend-header-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.trend-menu-icon,
.trend-weather-icon {
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    fill: currentColor;
}

.trend-weather-icon {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.trend-side-feature-bg,
.trend-hero-bg,
.premium-today img,
.economy-showcase img,
.category-grid img,
.photo-gallery-showcase img,
.youtube-trend-showcase img,
.footer-featured-columns img {
    background: #edf0f4;
}

.standings-list > div {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 36px;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    border-bottom: 1px solid #e8ebef;
}

.standings-list > div:last-child { border-bottom: 0; }
.standings-list b { color: #e30613; }
.standings-list span { text-align: right; font-weight: 800; }

.breaking-news-ticker {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 38px;
    margin: 12px 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9ebef;
}

.breaking-news-ticker > strong {
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 0 14px;
    color: #fff;
    background: #e30613;
    font-size: 12px;
    white-space: nowrap;
}

.breaking-news-ticker a { font-weight: 800; }

/* v0.4.1 - Spor ana görselini sağdaki üç haberle aynı hizada tut. */
@media (min-width: 1101px) {
    body.home .economy-showcase .economy-mini-grid {
        grid-template-columns: repeat(var(--economy-mini-count, 5), minmax(0, 1fr)) !important;
    }

    body.home .sports-main-col .category-grid {
        height: 310px !important;
        align-items: stretch !important;
    }

    body.home .sports-main-col .image-card.feature {
        height: 310px !important;
        min-height: 310px !important;
        align-self: stretch !important;
    }

    body.home .sports-main-col .image-card.feature > img,
    body.home .sports-main-col .side-list article > img {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        aspect-ratio: auto !important;
        object-fit: cover !important;
    }

    body.home .sports-main-col .side-list {
        height: 310px !important;
        grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
        align-content: stretch !important;
    }

    body.home .sports-main-col .side-list article {
        min-height: 0 !important;
        height: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 1100px) {
    body.home .sports-main-col .category-grid {
        height: auto !important;
        align-items: start !important;
    }
    body.home .sports-main-col .image-card.feature {
        height: 330px !important;
        min-height: 330px !important;
    }
    body.home .sports-main-col .image-card.feature > img {
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: auto !important;
        object-fit: cover !important;
    }
    body.home .sports-main-col .side-list {
        height: auto !important;
        grid-template-rows: none !important;
    }
    body.home .sports-main-col .side-list article {
        height: auto !important;
    }
}

@media (max-width: 760px) {
    .trend-header-visual > a,
    .trend-header-visual picture,
    .trend-header-visual img { max-width: 320px; }
    .breaking-news-ticker { margin-inline: 8px; }
    .trend-hero-section {
        width: calc(100% + 16px);
        margin-left: -8px !important;
        margin-right: -8px !important;
    }
    .trend-hero-grid-v10 {
        width: 100% !important;
        max-width: none !important;
        min-height: 230px;
        margin-inline: 0 !important;
    }
}

/* v0.5.2 - Öne çıkan kartı, haber ve foto galeri sonsuz akışı. */
body.home .trend-side-feature.side-feature-slider-card {
    padding: 0 !important;
    background: #101827 !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .14) !important;
    max-width: 285px !important;
}

body.home .trend-side-feature.side-feature-slider-card .trend-side-feature-bg,
body.home .trend-side-feature.side-feature-slider-card .trend-side-feature-overlay {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

body.home .trend-side-feature.side-feature-slider-card .trend-side-feature-content {
    left: 20px !important;
    right: 20px !important;
    bottom: 22px !important;
    padding: 0 !important;
    max-height: 46% !important;
    overflow: hidden !important;
}

body.home .trend-side-feature.side-feature-slider-card .trend-side-feature-content h2 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    max-height: 3.45em !important;
    padding: 0 !important;
    margin: 0 0 8px !important;
    text-decoration: none !important;
}

.premium-section-title-clean { justify-content: flex-end !important; }
.premium-section-title-clean h2 { margin-left: auto !important; }

.detail-stream { min-width: 0; }
.detail-stream-item.is-stream-append {
    margin-top: 54px;
    padding-top: 42px;
    border-top: 8px solid #eef1f5;
}
.detail-infinite-sentinel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    margin-top: 24px;
    color: #667085;
    font-size: 14px;
    font-weight: 800;
}
.detail-infinite-sentinel.is-loading::before {
    content: '';
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border: 3px solid #d7dce4;
    border-top-color: #e30613;
    border-radius: 50%;
    animation: trend-spin .7s linear infinite;
}
@keyframes trend-spin { to { transform: rotate(360deg); } }

.gallery-archive-page { max-width: 1320px; margin: 28px auto 48px; }
.gallery-archive-header { background: #101827; color: #fff; padding: 34px; margin-bottom: 24px; }
.gallery-archive-header span, .gallery-detail-header > span { display: inline-flex; background: #e30613; color: #fff; padding: 7px 10px; font-size: 12px; font-weight: 900; letter-spacing: .06em; }
.gallery-archive-header h1 { margin: 10px 0 6px; font-size: clamp(34px, 4vw, 54px); }
.gallery-archive-header p { margin: 0; color: #d8dee8; }
.gallery-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.gallery-archive-card { overflow: hidden; background: #fff; border: 1px solid #e2e6ec; box-shadow: 0 12px 30px rgba(15, 23, 42, .06); }
.gallery-archive-card > a { display: block; color: inherit; text-decoration: none; }
.gallery-archive-image { position: relative; height: 230px; overflow: hidden; }
.gallery-archive-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gallery-archive-card:hover .gallery-archive-image img { transform: scale(1.035); }
.gallery-archive-image span { position: absolute; left: 14px; bottom: 14px; padding: 7px 9px; background: #e30613; color: #fff; font-size: 11px; font-weight: 900; }
.gallery-archive-card > a > div:last-child { padding: 18px; }
.gallery-archive-card small { color: #e30613; font-weight: 900; text-transform: uppercase; }
.gallery-archive-card h2 { margin: 7px 0; font-size: 21px; line-height: 1.15; }
.gallery-archive-card p { margin: 0; color: #667085; line-height: 1.45; }

.gallery-detail-page { max-width: 900px; margin: 26px auto 56px; }
.gallery-detail-header { margin: 18px 0 24px; }
.gallery-detail-header h1 { margin: 12px 0 8px; color: #07111f; font-size: clamp(34px, 4.3vw, 58px); line-height: 1.04; letter-spacing: -.035em; }
.gallery-detail-header p { max-width: 900px; margin: 0; color: #e30613; font-size: 20px; line-height: 1.45; }
.gallery-author-meta { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; padding-bottom: 18px; border-bottom: 1px solid #dfe4eb; }
.gallery-author-avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #07111f; color: #fff; font-weight: 900; }
.gallery-author-meta div { display: grid; gap: 2px; }
.gallery-author-meta strong { color: #07111f; font-size: 14px; }
.gallery-author-meta small { color: #667085; font-size: 12px; }
.gallery-photo-stack { display: grid; gap: 22px; }
.gallery-photo-card { margin: 0; overflow: hidden; border: 1px solid #dfe4eb; background: #fff; box-shadow: 0 8px 24px rgba(15, 23, 42, .045); scroll-margin-top: 90px; }
.gallery-photo-card.is-current-gallery-photo { border-color: #cfd6df; }
.gallery-photo-media { position: relative; display: grid; place-items: center; min-height: 180px; overflow: hidden; background: #02060c; }
.gallery-photo-media img { display: block; width: 100%; height: auto; object-fit: contain; }
.gallery-photo-number { position: absolute; top: 12px; left: 12px; z-index: 1; padding: 6px 9px; border-radius: 3px; background: rgba(2, 6, 12, .82); color: #fff; font-size: 12px; font-weight: 900; }
.gallery-photo-copy { padding: 14px 17px 16px; border-left: 4px solid #e30613; color: #384152; }
.gallery-photo-copy h2 { margin: 0 0 7px; color: #07111f; font-size: 17px; line-height: 1.25; }
.gallery-photo-copy > div { font-size: 14px; line-height: 1.55; }
.gallery-photo-copy > div > :first-child { margin-top: 0; }
.gallery-photo-copy > div > :last-child { margin-bottom: 0; }
.gallery-photo-copy p { margin: 0 0 8px; }
.gallery-detail-body { padding: 28px 0; font-size: 18px; line-height: 1.7; }

.rich-embed { margin: 22px 0; }
.rich-embed-video { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 12px; background: #020617; }
.rich-embed-video iframe,
.rich-embed-video video,
.rich-embed-mp4 video { width: 100%; height: 100%; border: 0; object-fit: contain; }
.rich-embed-mp4 { overflow: hidden; border-radius: 12px; background: #020617; }
.rich-embed-twitter { min-height: 80px; }
.gallery-empty-state { padding: 50px; text-align: center; background: #f5f7fa; }
.gallery-related { margin-top: 38px; }
.gallery-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.gallery-related-grid article { position: relative; }
.gallery-related-grid img { width: 100%; height: 145px; object-fit: cover; }
.gallery-related-grid span { display: inline-block; margin-top: 8px; color: #e30613; font-size: 11px; font-weight: 900; }
.gallery-related-grid h3 { margin: 4px 0 0; font-size: 16px; line-height: 1.22; }

@media (max-width: 900px) {
    .gallery-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gallery-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    body.home .trend-side-feature.side-feature-slider-card { max-width: none !important; }
    .premium-section-title-clean h2 { margin-left: 0 !important; }
    .gallery-archive-page, .gallery-detail-page { margin-inline: 8px; }
    .gallery-archive-header { padding: 22px; }
    .gallery-archive-grid { grid-template-columns: 1fr; }
    .gallery-detail-header h1 { font-size: clamp(32px, 10vw, 46px); }
    .gallery-detail-header p { font-size: 17px; }
    .gallery-photo-stack { gap: 16px; }
    .gallery-photo-copy { padding: 12px 13px 14px; }
    .gallery-related-grid { grid-template-columns: 1fr 1fr; }
}

/* v0.5.2 - Haber ve foto galeri sonsuz akış düzeltmeleri */
.detail-layout {
    grid-template-columns: minmax(0, 1fr) 340px !important;
    gap: 28px !important;
    align-items: start !important;
}
.detail-stream {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: block !important;
    min-width: 0;
}
.detail-stream .detail-stream-item {
    display: block !important;
    min-width: 0;
}
.detail-layout > .detail-sidebar {
    grid-column: 2 !important;
    grid-row: 1 !important;
    position: sticky !important;
    top: 92px !important;
    display: grid !important;
    max-height: none !important;
    overflow: visible !important;
}
.detail-page > .detail-breadcrumb,
.detail-page > .detail-header {
    width: 100% !important;
}
.detail-page > .detail-header {
    margin-bottom: 28px !important;
}
.detail-page > .detail-header .detail-title,
.detail-page > .detail-header .detail-spot,
.detail-page > .detail-header .detail-meta-row {
    width: 100% !important;
    max-width: none !important;
}
.detail-stream .detail-breadcrumb,
.detail-stream .detail-header,
.detail-stream .detail-featured-wrap,
.detail-stream .detail-video-player,
.detail-stream .detail-body-grid,
.detail-stream .detail-tags,
.detail-stream .detail-author-box,
.detail-stream .detail-related-section {
    width: 100%;
}
.detail-stream-item.is-stream-append {
    margin-top: 64px;
    padding-top: 48px;
    border-top: 8px solid #eef1f5;
}
.detail-video-player {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 24px;
    overflow: hidden;
    background: #020617;
}
.detail-video-player iframe,
.detail-video-player video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: contain;
}
.gallery-infinite-stream {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.gallery-stream-item.is-stream-append {
    margin-top: 74px;
    padding-top: 54px;
    border-top: 10px solid #eef1f5;
}
.gallery-stream-item.is-current-stream-item,
.detail-stream-item.is-current-stream-item {
    scroll-margin-top: 110px;
}

@media (max-width: 1180px) {
    .detail-layout { grid-template-columns: 1fr !important; }
    .detail-stream { grid-column: 1 !important; }
    .detail-layout > .detail-sidebar {
        grid-column: 1 !important;
        grid-row: auto !important;
        position: static !important;
        max-height: none;
        overflow: visible;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .detail-layout > .detail-sidebar { grid-template-columns: 1fr; }
    .detail-stream-item.is-stream-append,
    .gallery-stream-item.is-stream-append {
        margin-top: 42px;
        padding-top: 34px;
        border-top-width: 6px;
    }
    .detail-video-player { margin-bottom: 18px; }
}

/* v0.9.2 - yayın, galeri, reklam ve etkileşim düzenlemeleri */
.esen-weather {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.hero-slider-card,
.side-feature-slider-card {
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}
.hero-slider-card.is-dragging,
.side-feature-slider-card.is-dragging { cursor: grabbing; }

body.home .trend-side-feature.side-feature-slider-card .trend-side-feature-content h2,
body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content h2 {
    font-size: clamp(26px, 2.15vw, 31px) !important;
    line-height: .96 !important;
    letter-spacing: -.025em !important;
    max-height: 2.9em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.magazine-standings-layout { align-items: stretch !important; }
.magazine-standings-layout .standings-widget {
    align-self: stretch;
    display: flex;
    flex-direction: column;
}
.magazine-standings-layout .standings-list {
    flex: 1;
    display: grid;
    grid-template-rows: repeat(7, minmax(42px, 1fr));
}
.magazine-standings-layout .standings-list > div { min-height: 42px; }

.detail-source-meta-v1574 {
    display: inline-flex !important;
    align-items: center;
    gap: 6px !important;
    white-space: nowrap;
}
.detail-source-meta-v1574 span { text-transform: uppercase; }

.site-ad-slot {
    width: 100%;
    max-width: 1280px;
    margin: 22px auto;
    overflow: hidden;
    text-align: center;
}
.site-ad-slot > a { display: block; }
.site-ad-slot img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}
.site-ad-slot ins { max-width: 100%; }
.site-ad-slot-article_sidebar { margin: 0; }
.site-ad-slot-article_sidebar img { width: 100%; }
.site-ad-slot-category_top { margin-top: 30px; margin-bottom: 30px; }
.site-ad-slot-gallery_infinite_transition { margin-top: 0; margin-bottom: 34px; }
.site-ad-slot-footer_top { margin-top: 36px; margin-bottom: 0; }

.video-archive-page,
.legal-page { max-width: 1320px; margin: 28px auto 52px; }
.video-archive-header {
    margin-bottom: 24px;
    padding: 34px;
    background: #07182d;
    color: #fff;
}
.video-archive-header span,
.legal-page > header > span {
    display: inline-flex;
    padding: 7px 10px;
    background: #e30613;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
}
.video-archive-header h1 { margin: 10px 0 6px; font-size: clamp(34px, 4vw, 54px); }
.video-archive-header p { margin: 0; color: #d8dee8; }
.video-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.video-archive-card { overflow: hidden; border: 1px solid #e2e6ec; background: #fff; box-shadow: 0 12px 30px rgba(15, 23, 42, .06); }
.video-archive-card > a { display: block; color: inherit; text-decoration: none; }
.video-archive-image { position: relative; height: 230px; overflow: hidden; background: #07111f; }
.video-archive-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.video-archive-card:hover img { transform: scale(1.035); }
.video-archive-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(227, 6, 19, .92);
    transform: translate(-50%, -50%);
}
.video-archive-play::after { content: ''; position: absolute; top: 18px; left: 23px; border-width: 11px 0 11px 17px; border-style: solid; border-color: transparent transparent transparent #fff; }
.video-archive-card > a > div:last-child { padding: 18px; }
.video-archive-card small { color: #e30613; font-weight: 900; text-transform: uppercase; }
.video-archive-card h2 { margin: 7px 0; font-size: 21px; line-height: 1.15; }
.video-archive-card p { margin: 0; color: #667085; line-height: 1.45; }
.video-archive-empty { padding: 50px; border: 1px solid #e2e6ec; background: #fff; text-align: center; }

.legal-page { max-width: 980px; }
.legal-page > header { padding: 34px; background: #07182d; color: #fff; }
.legal-page > header h1 { margin: 12px 0 8px; font-size: clamp(34px, 4vw, 54px); }
.legal-page > header p { margin: 0; color: #cfd8e5; }
.legal-page > section { padding: 26px 30px; border: 1px solid #e2e6ec; border-top: 0; background: #fff; }
.legal-page > section h2 { margin: 0 0 9px; color: #07111f; font-size: 23px; }
.legal-page > section p { margin: 0; color: #3e4959; font-size: 17px; line-height: 1.7; }
.legal-note { padding: 18px 24px; background: #f5f7fa; color: #667085; font-size: 13px; }

.trend-freshness-notice {
    position: fixed;
    z-index: 9998;
    top: 88px;
    left: 50%;
    padding: 12px 18px;
    border: 0;
    border-radius: 999px;
    background: #e30613;
    color: #fff;
    box-shadow: 0 10px 30px rgba(7, 17, 31, .25);
    font-weight: 900;
    cursor: pointer;
    transform: translateX(-50%);
}

@media (max-width: 900px) {
    .video-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content h2 { font-size: 28px !important; }
    .video-archive-page, .legal-page { margin-inline: 8px; }
    .video-archive-header, .legal-page > header { padding: 22px; }
    .video-archive-grid { grid-template-columns: 1fr; }
    .site-ad-slot { margin-block: 15px; }
    .site-ad-slot-category_top { margin-block: 20px; }
    .site-ad-slot-gallery_infinite_transition { margin-top: 0; margin-bottom: 24px; }
    .trend-freshness-notice { top: 70px; width: max-content; max-width: calc(100vw - 24px); }
}

/* v0.9.3 - Öne çıkan başlık güvenli ölçülendirme ve slider ok düzeltmesi */
body.home .trend-side-feature.side-feature-slider-card .trend-side-feature-content,
body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content {
    box-sizing: border-box !important;
    max-height: 48% !important;
    overflow: hidden !important;
}

body.home .trend-side-feature.side-feature-slider-card .trend-side-feature-content h2,
body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content h2 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 3.18em !important;
    margin: 0 0 8px !important;
    padding: 2px 3px 1px !important;
    overflow: hidden !important;
    font-size: clamp(21px, 1.65vw, 25px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.012em !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    text-wrap: balance;
}

.side-feature-slider-arrow,
.hero-slider-dot {
    position: relative;
    z-index: 30 !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    user-select: none !important;
}

@media (max-width: 760px) {
    body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content h2 {
        font-size: clamp(21px, 6.7vw, 25px) !important;
        line-height: 1.06 !important;
        max-height: 3.18em !important;
    }
}


/* v0.9.4 - Üçüncü satırdaki Türkçe karakter kuyrukları için güvenli alt boşluk */
body.home .trend-side-feature.side-feature-slider-card .trend-side-feature-content,
body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content {
    max-height: 50% !important;
    padding-bottom: 2px !important;
}

body.home .trend-side-feature.side-feature-slider-card .trend-side-feature-content h2,
body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content h2 {
    -webkit-line-clamp: 3 !important;
    line-clamp: 3;
    max-height: none !important;
    line-height: 1.10 !important;
    padding: 2px 3px 6px !important;
}

@supports not (-webkit-line-clamp: 3) {
    body.home .trend-side-feature.side-feature-slider-card .trend-side-feature-content h2,
    body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content h2 {
        max-height: calc(3.3em + 8px) !important;
    }
}

@media (max-width: 760px) {
    body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content h2 {
        line-height: 1.10 !important;
        max-height: none !important;
        padding-bottom: 6px !important;
    }
}

/* v0.9.5 - Line-clamp alt satır sızması düzeltmesi.
   Padding artık clamp uygulanan metnin üzerinde değil, dış h2 kutusundadır. */
body.home .trend-side-feature.side-feature-slider-card .trend-side-feature-content h2,
body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content h2 {
    display: block !important;
    box-sizing: border-box !important;
    max-height: none !important;
    padding: 2px 3px 4px !important;
    overflow: hidden !important;
    line-height: 1 !important;
}

body.home .trend-side-feature.side-feature-slider-card .trend-side-feature-content h2 .trend-side-feature-title-text,
body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content h2 .trend-side-feature-title-text {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3;
    max-height: 3.3em !important;
    padding: 0 !important;
    overflow: hidden !important;
    font: inherit !important;
    line-height: 1.10 !important;
    letter-spacing: inherit !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
}

@supports not (-webkit-line-clamp: 3) {
    body.home .trend-side-feature.side-feature-slider-card .trend-side-feature-content h2 .trend-side-feature-title-text,
    body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content h2 .trend-side-feature-title-text {
        display: block !important;
        max-height: 3.3em !important;
    }
}

/* v0.9.7 - Kurumsal sayfalar */
.corporate-page {
    max-width: 980px;
    margin: 26px auto 56px;
}
.corporate-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    color: #667085;
    font-size: 14px;
}
.corporate-breadcrumb a {
    color: #07182d;
    font-weight: 800;
    text-decoration: none;
}
.corporate-page-header {
    padding: 34px;
    background: #07182d;
    color: #fff;
}
.corporate-page-header > span {
    display: inline-flex;
    padding: 7px 10px;
    background: #e30613;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
}
.corporate-page-header h1 {
    margin: 12px 0 8px;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1;
}
.corporate-page-header p {
    max-width: 720px;
    margin: 0;
    color: #cfd8e5;
    font-size: 17px;
    line-height: 1.55;
}
.corporate-page-body {
    border: 1px solid #e2e6ec;
    border-top: 0;
    background: #fff;
}
.corporate-section {
    padding: 30px 34px;
}
.corporate-section + .corporate-section {
    border-top: 1px solid #e2e6ec;
}
.corporate-section h2 {
    margin: 0 0 16px;
    color: #07111f;
    font-size: 25px;
}
.corporate-section p {
    margin: 0 0 14px;
    color: #3e4959;
    font-size: 17px;
    line-height: 1.75;
}
.corporate-section p:last-child {
    margin-bottom: 0;
}
.corporate-lead {
    color: #07182d !important;
    font-size: 19px !important;
    font-weight: 800;
}
.corporate-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0 0;
}
.corporate-details > div {
    padding: 18px;
    border: 1px solid #e2e6ec;
    background: #f8fafc;
}
.corporate-details dt {
    margin-bottom: 5px;
    color: #667085;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.corporate-details dd {
    margin: 0;
    color: #07182d;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4;
}
.corporate-details a {
    color: #07182d;
    text-decoration: none;
}
.corporate-details a:hover {
    color: #e30613;
}
.corporate-note {
    margin-top: 20px !important;
    padding: 18px 20px;
    border-left: 4px solid #e30613;
    background: #f5f7fa;
}
.corporate-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}
.corporate-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 18px;
    background: #e30613;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}
.corporate-action-button:hover {
    background: #b9000b;
    color: #fff;
}
@media (max-width: 760px) {
    .corporate-page { margin: 18px 8px 40px; }
    .corporate-page-header { padding: 24px 22px; }
    .corporate-section { padding: 24px 22px; }
    .corporate-details { grid-template-columns: 1fr; }
}

/* v0.9.9 - Öne çıkan başlıkta Türkçe karakter kesilmesi ve alt satır sızması için nihai düzenleme.
   Önceki sabit yükseklikler iptal edilir; üç satır sınırı yalnızca line-clamp ile korunur. */
body.home .trend-side-feature.side-feature-slider-card .trend-side-feature-content,
body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content {
    max-height: 52% !important;
    overflow: hidden !important;
    padding-bottom: 12px !important;
}

body.home .trend-side-feature.side-feature-slider-card .trend-side-feature-content h2,
body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content h2 {
    display: block !important;
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 0 8px !important;
    padding: 0 3px !important;
    overflow: visible !important;
    font-size: clamp(20px, 1.5vw, 23px) !important;
    line-height: 1.18 !important;
    letter-spacing: -.01em !important;
}

body.home .trend-side-feature.side-feature-slider-card .trend-side-feature-content h2 .trend-side-feature-title-text,
body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content h2 .trend-side-feature-title-text {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3;
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    font-weight: inherit !important;
    line-height: 1.18 !important;
    letter-spacing: inherit !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
}

@media (max-width: 760px) {
    body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content {
        max-height: 54% !important;
        padding-bottom: 12px !important;
    }

    body.home .mobile-side-feature-card.side-feature-slider-card .trend-side-feature-content h2 {
        font-size: clamp(20px, 6.2vw, 23px) !important;
        line-height: 1.18 !important;
    }
}

/* v0.10.9 - Yönetim paneli haber önizleme bildirimi */
.article-preview-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0;
    padding: 12px 16px;
    border: 1px solid #f1b7ba;
    border-left: 5px solid #d71920;
    border-radius: 8px;
    background: #fff4f4;
    color: #4b1517;
    font-size: 14px;
    line-height: 1.45;
}

.article-preview-banner strong {
    flex: 0 0 auto;
    color: #b51219;
    font-size: 15px;
}

@media (max-width: 640px) {
    .article-preview-banner {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
}

/* v0.11.1 - Mobil ana sayfa akış ve kart çakışma düzeltmeleri */
@media (max-width: 760px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body.home main.container,
    body.front-page main.container {
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
        overflow: visible !important;
    }

    body.home .trend-hero-section.trend-hero-split-section,
    body.front-page .trend-hero-section.trend-hero-split-section {
        position: relative !important;
        display: block !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 10px 0 18px !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    body.home .trend-hero-grid-v10,
    body.front-page .trend-hero-grid-v10 {
        position: relative !important;
        display: block !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    body.home .trend-hero-grid-v10 > .trend-side-feature.side-feature-slider-card,
    body.front-page .trend-hero-grid-v10 > .trend-side-feature.side-feature-slider-card {
        display: none !important;
    }

    body.home .trend-hero-main-v10.hero-slider-card,
    body.front-page .trend-hero-main-v10.hero-slider-card {
        position: relative !important;
        display: block !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 9 !important;
        margin: 0 0 30px !important;
        overflow: visible !important;
        border-radius: 10px !important;
    }

    body.home .trend-hero-main-v10 .hero-slider-track,
    body.front-page .trend-hero-main-v10 .hero-slider-track,
    body.home .trend-hero-main-v10 .hero-slide,
    body.front-page .trend-hero-main-v10 .hero-slide,
    body.home .trend-hero-main-v10 .hero-slide-link,
    body.front-page .trend-hero-main-v10 .hero-slide-link {
        border-radius: 10px !important;
        overflow: hidden !important;
    }

    body.home .trend-hero-main-v10 .hero-slider-dots,
    body.front-page .trend-hero-main-v10 .hero-slider-dots {
        bottom: -22px !important;
    }

    body.home .mobile-side-feature-card,
    body.front-page .mobile-side-feature-card {
        position: static !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 0 16px !important;
        padding: 12px !important;
        overflow: hidden !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 12px !important;
        background: #fff !important;
        box-shadow: 0 8px 22px rgba(15, 23, 42, .06) !important;
        transform: none !important;
    }

    body.home .mobile-side-feature-card .side-feature-slider-track,
    body.front-page .mobile-side-feature-card .side-feature-slider-track {
        position: static !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

    body.home .mobile-side-feature-card .side-feature-slide,
    body.front-page .mobile-side-feature-card .side-feature-slide,
    body.home .mobile-side-feature-card .side-feature-slide.is-active,
    body.front-page .mobile-side-feature-card .side-feature-slide.is-active {
        position: static !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 0 !important;
        transform: none !important;
        pointer-events: auto !important;
    }

    body.home .mobile-side-feature-card .side-feature-slide + .side-feature-slide,
    body.front-page .mobile-side-feature-card .side-feature-slide + .side-feature-slide {
        margin-top: 0 !important;
        padding-top: 12px !important;
        border-top: 1px solid #e5e7eb !important;
    }

    body.home .mobile-side-feature-card .side-feature-slide-link,
    body.front-page .mobile-side-feature-card .side-feature-slide-link,
    body.home .mobile-side-feature-card .side-feature-slide.is-active .side-feature-slide-link,
    body.front-page .mobile-side-feature-card .side-feature-slide.is-active .side-feature-slide-link {
        position: static !important;
        inset: auto !important;
        display: grid !important;
        grid-template-columns: 112px minmax(0, 1fr) !important;
        gap: 12px !important;
        align-items: center !important;
        box-sizing: border-box !important;
        width: 100% !important;
        height: auto !important;
        min-height: 92px !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        color: #111827 !important;
        text-decoration: none !important;
    }

    body.home .mobile-side-feature-card .trend-side-feature-bg,
    body.front-page .mobile-side-feature-card .trend-side-feature-bg,
    body.home .mobile-side-feature-card img.trend-side-feature-bg,
    body.front-page .mobile-side-feature-card img.trend-side-feature-bg {
        position: static !important;
        inset: auto !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        display: block !important;
        box-sizing: border-box !important;
        width: 112px !important;
        min-width: 112px !important;
        max-width: 112px !important;
        height: 92px !important;
        min-height: 92px !important;
        max-height: 92px !important;
        object-fit: cover !important;
        object-position: center !important;
        border-radius: 8px !important;
        background: #eef1f5 !important;
    }

    body.home .mobile-side-feature-card .trend-side-feature-content,
    body.front-page .mobile-side-feature-card .trend-side-feature-content {
        position: static !important;
        inset: auto !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        display: block !important;
        align-self: center !important;
        box-sizing: border-box !important;
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        color: #111827 !important;
        text-shadow: none !important;
    }

    body.home .mobile-side-feature-card .trend-side-feature-content h2,
    body.front-page .mobile-side-feature-card .trend-side-feature-content h2 {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 0 5px !important;
        padding: 0 !important;
        overflow: hidden !important;
        color: #111827 !important;
        font-size: 17px !important;
        line-height: 1.16 !important;
        letter-spacing: -.2px !important;
        text-shadow: none !important;
    }

    body.home .mobile-side-feature-card .trend-side-feature-content h2 .trend-side-feature-title-text,
    body.front-page .mobile-side-feature-card .trend-side-feature-content h2 .trend-side-feature-title-text {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        max-height: 2.32em !important;
        overflow: hidden !important;
        color: inherit !important;
        font: inherit !important;
        line-height: inherit !important;
    }

    body.home .mobile-side-feature-card .trend-side-feature-content p,
    body.front-page .mobile-side-feature-card .trend-side-feature-content p {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        max-height: 2.64em !important;
        margin: 0 !important;
        overflow: hidden !important;
        color: #4b5563 !important;
        font-size: 13px !important;
        line-height: 1.32 !important;
        text-shadow: none !important;
        opacity: 1 !important;
    }

    body.home .mobile-side-feature-card .trend-side-feature-overlay,
    body.front-page .mobile-side-feature-card .trend-side-feature-overlay,
    body.home .mobile-side-feature-card .side-feature-slider-arrow,
    body.front-page .mobile-side-feature-card .side-feature-slider-arrow,
    body.home .mobile-side-feature-card .side-feature-slider-dots,
    body.front-page .mobile-side-feature-card .side-feature-slider-dots {
        display: none !important;
    }

    body.home .trend-bottom-strip,
    body.front-page .trend-bottom-strip {
        position: relative !important;
        display: flex !important;
        grid-template-columns: none !important;
        align-items: stretch !important;
        gap: 12px !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 0 18px !important;
        padding: 0 0 8px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        scroll-snap-type: x mandatory !important;
        overscroll-behavior-x: contain !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    body.home .trend-bottom-strip::-webkit-scrollbar,
    body.front-page .trend-bottom-strip::-webkit-scrollbar {
        display: none !important;
    }

    body.home .trend-strip-card,
    body.front-page .trend-strip-card {
        position: relative !important;
        display: grid !important;
        flex: 0 0 calc(100vw - 42px) !important;
        grid-template-columns: 112px minmax(0, 1fr) !important;
        gap: 12px !important;
        align-items: center !important;
        box-sizing: border-box !important;
        width: auto !important;
        max-width: 420px !important;
        height: auto !important;
        min-height: 112px !important;
        margin: 0 !important;
        padding: 10px !important;
        overflow: hidden !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 10px !important;
        background: #fff !important;
        box-shadow: 0 7px 18px rgba(15, 23, 42, .05) !important;
        scroll-snap-align: start !important;
    }

    body.home .trend-strip-card:last-child,
    body.front-page .trend-strip-card:last-child {
        border: 1px solid #e5e7eb !important;
    }

    body.home .trend-strip-image,
    body.front-page .trend-strip-image {
        position: static !important;
        display: block !important;
        box-sizing: border-box !important;
        width: 112px !important;
        min-width: 112px !important;
        max-width: 112px !important;
        height: 88px !important;
        min-height: 88px !important;
        max-height: 88px !important;
        overflow: hidden !important;
        border-radius: 7px !important;
        background: #eef1f5 !important;
    }

    body.home .trend-strip-image img,
    body.front-page .trend-strip-image img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    body.home .trend-strip-card > div,
    body.front-page .trend-strip-card > div {
        min-width: 0 !important;
        overflow: hidden !important;
    }

    body.home .trend-strip-card h3,
    body.front-page .trend-strip-card h3 {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        max-height: 2.32em !important;
        margin: 0 0 5px !important;
        overflow: hidden !important;
        color: #101827 !important;
        font-size: 17px !important;
        line-height: 1.16 !important;
        letter-spacing: -.2px !important;
    }

    body.home .trend-strip-card p,
    body.front-page .trend-strip-card p {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        max-height: 2.6em !important;
        margin: 0 !important;
        overflow: hidden !important;
        color: #667085 !important;
        font-size: 12px !important;
        line-height: 1.3 !important;
    }

    body.home .premium-today,
    body.front-page .premium-today {
        position: relative !important;
        clear: both !important;
        display: block !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 18px 0 !important;
        padding: 14px !important;
        overflow: hidden !important;
        border-radius: 12px !important;
    }

    body.home .premium-section-title,
    body.front-page .premium-section-title,
    body.home .premium-section-title-clean,
    body.front-page .premium-section-title-clean {
        position: static !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 0 12px !important;
        padding: 0 0 10px !important;
        overflow: visible !important;
        border-bottom: 2px solid #111827 !important;
        background: transparent !important;
        color: #111827 !important;
        transform: none !important;
    }

    body.home .premium-section-title h2,
    body.front-page .premium-section-title h2,
    body.home .premium-section-title-clean h2,
    body.front-page .premium-section-title-clean h2 {
        position: static !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #111827 !important;
        font-size: 20px !important;
        line-height: 1.1 !important;
        text-transform: uppercase !important;
    }

    body.home .premium-today-grid,
    body.front-page .premium-today-grid {
        position: static !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

    body.home .premium-today-main,
    body.front-page .premium-today-main {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 4 / 5 !important;
        margin: 0 !important;
        overflow: hidden !important;
        border-radius: 10px !important;
    }

    body.home .premium-today-main > a,
    body.front-page .premium-today-main > a {
        position: absolute !important;
        inset: 0 !important;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
    }

    body.home .premium-today-main img,
    body.front-page .premium-today-main img {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    body.home .premium-today-main div,
    body.front-page .premium-today-main div {
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        box-sizing: border-box !important;
        width: 100% !important;
        padding: 92px 18px 20px !important;
        overflow: hidden !important;
    }

    body.home .premium-today-main h3,
    body.front-page .premium-today-main h3 {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
        max-height: 3.27em !important;
        margin-bottom: 7px !important;
        overflow: hidden !important;
        font-size: 25px !important;
        line-height: 1.09 !important;
    }

    body.home .premium-today-main p,
    body.front-page .premium-today-main p {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        max-height: 2.7em !important;
        overflow: hidden !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    body.home .premium-today-side,
    body.front-page .premium-today-side {
        position: static !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
    }

    body.home .premium-today-side article,
    body.front-page .premium-today-side article {
        position: static !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        border-radius: 9px !important;
    }

    body.home .premium-today-side article > a,
    body.front-page .premium-today-side article > a {
        display: grid !important;
        grid-template-columns: 118px minmax(0, 1fr) !important;
        align-items: stretch !important;
        width: 100% !important;
        min-height: 92px !important;
        overflow: hidden !important;
    }

    body.home .premium-today-side img,
    body.front-page .premium-today-side img {
        display: block !important;
        width: 118px !important;
        min-width: 118px !important;
        max-width: 118px !important;
        height: 100% !important;
        min-height: 92px !important;
        object-fit: cover !important;
    }

    body.home .premium-today-side div,
    body.front-page .premium-today-side div {
        min-width: 0 !important;
        padding: 12px !important;
        overflow: hidden !important;
    }

    body.home .premium-today-side h3,
    body.front-page .premium-today-side h3 {
        -webkit-line-clamp: 3 !important;
        font-size: 16px !important;
        line-height: 1.18 !important;
    }

    body.home .footer-featured-columns,
    body.front-page .footer-featured-columns {
        position: relative !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 26px !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 22px 0 28px !important;
        overflow: visible !important;
    }

    body.home .footer-featured-col,
    body.front-page .footer-featured-col {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    body.home .footer-featured-col header,
    body.front-page .footer-featured-col header {
        margin-bottom: 10px !important;
    }

    body.home .footer-featured-col h3,
    body.front-page .footer-featured-col h3 {
        font-size: 18px !important;
        line-height: 1.05 !important;
    }

    body.home .footer-featured-lead,
    body.front-page .footer-featured-lead {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: 190px !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    body.home .footer-featured-lead strong,
    body.front-page .footer-featured-lead strong {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
        max-height: 3.36em !important;
        overflow: hidden !important;
        font-size: 18px !important;
        line-height: 1.12 !important;
    }

    body.home .footer-featured-link,
    body.front-page .footer-featured-link {
        position: relative !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-height: calc(2.6em + 22px) !important;
        margin: 0 !important;
        padding: 10px 4px 10px 18px !important;
        overflow: hidden !important;
        border-bottom: 1px solid #e5e7eb !important;
        color: #273142 !important;
        font-size: 15px !important;
        line-height: 1.3 !important;
        font-weight: 650 !important;
        text-decoration: none !important;
    }

    body.home .footer-featured-link::before,
    body.front-page .footer-featured-link::before {
        content: "›" !important;
        position: absolute !important;
        top: 8px !important;
        left: 2px !important;
        color: #e30613 !important;
        font-size: 21px !important;
        line-height: 1 !important;
    }

    .trend-mobile-whatsapp-tipline {
        right: 12px !important;
        bottom: 14px !important;
        width: 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;
        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        gap: 0 !important;
    }

    .trend-mobile-whatsapp-tipline span {
        display: none !important;
    }

    .trend-mobile-whatsapp-tipline .trend-whatsapp-icon {
        width: 23px !important;
        height: 23px !important;
        flex-basis: 23px !important;
    }
}

/* v0.11.3 - Mobil manşet altı slider, başlık ölçüleri ve ana sayfa tipografisi */
:root {
    --trend-ui-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.home,
body.front-page {
    font-family: var(--trend-ui-font) !important;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.home :is(a, p, span, strong, small, button, input, select, textarea, label),
body.front-page :is(a, p, span, strong, small, button, input, select, textarea, label),
body.home :is(h1, h2, h3, h4, h5, h6),
body.front-page :is(h1, h2, h3, h4, h5, h6) {
    font-family: var(--trend-ui-font) !important;
}

body.home :is(h1, h2, h3, h4, h5, h6),
body.front-page :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 700 !important;
    letter-spacing: -.025em;
}

body.home .esen-nav a,
body.front-page .esen-nav a,
body.home .trend-mobile-drawer a,
body.front-page .trend-mobile-drawer a {
    font-weight: 600 !important;
    letter-spacing: -.01em !important;
}

body.home .trend-strip-card h3,
body.front-page .trend-strip-card h3,
body.home .premium-today h3,
body.front-page .premium-today h3,
body.home .economy-showcase h3,
body.front-page .economy-showcase h3,
body.home .category-grid h3,
body.front-page .category-grid h3,
body.home .footer-featured-columns strong,
body.front-page .footer-featured-columns strong {
    font-weight: 700 !important;
}

body.home .trend-side-feature-content h2,
body.front-page .trend-side-feature-content h2,
body.home .trend-side-feature-content h2 .trend-side-feature-title-text,
body.front-page .trend-side-feature-content h2 .trend-side-feature-title-text {
    font-family: var(--trend-ui-font) !important;
    font-weight: 700 !important;
}

.trend-bottom-strip-shell {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.trend-bottom-strip-controls {
    display: none;
}

@media (min-width: 761px) {
    body.home .trend-bottom-strip,
    body.front-page .trend-bottom-strip {
        width: 100%;
    }

    body.home .trend-strip-card h3,
    body.front-page .trend-strip-card h3 {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        max-height: 2.34em !important;
        overflow: hidden !important;
        font-size: clamp(18px, 1.35vw, 21px) !important;
        line-height: 1.17 !important;
    }

    body.home .trend-strip-card p,
    body.front-page .trend-strip-card p {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        overflow: hidden !important;
        font-weight: 400 !important;
        line-height: 1.35 !important;
    }
}

@media (max-width: 760px) {
    body.home .mobile-side-feature-card,
    body.front-page .mobile-side-feature-card {
        overflow: hidden !important;
    }

    body.home .mobile-side-feature-card .side-feature-slide-link,
    body.front-page .mobile-side-feature-card .side-feature-slide-link,
    body.home .mobile-side-feature-card .side-feature-slide.is-active .side-feature-slide-link,
    body.front-page .mobile-side-feature-card .side-feature-slide.is-active .side-feature-slide-link {
        grid-template-columns: 104px minmax(0, 1fr) !important;
        gap: 13px !important;
        min-height: 104px !important;
        align-items: center !important;
    }

    body.home .mobile-side-feature-card .trend-side-feature-bg,
    body.front-page .mobile-side-feature-card .trend-side-feature-bg,
    body.home .mobile-side-feature-card img.trend-side-feature-bg,
    body.front-page .mobile-side-feature-card img.trend-side-feature-bg {
        width: 104px !important;
        min-width: 104px !important;
        max-width: 104px !important;
        height: 104px !important;
        min-height: 104px !important;
        max-height: 104px !important;
        border-radius: 9px !important;
    }

    body.home .mobile-side-feature-card .trend-side-feature-content,
    body.front-page .mobile-side-feature-card .trend-side-feature-content {
        overflow: visible !important;
    }

    body.home .mobile-side-feature-card .trend-side-feature-content h2,
    body.front-page .mobile-side-feature-card .trend-side-feature-content h2 {
        display: block !important;
        box-sizing: border-box !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 0 3px !important;
        overflow: visible !important;
        font-size: 17px !important;
        font-weight: 700 !important;
        line-height: 1.22 !important;
        letter-spacing: -.025em !important;
    }

    body.home .mobile-side-feature-card .trend-side-feature-content h2 .trend-side-feature-title-text,
    body.front-page .mobile-side-feature-card .trend-side-feature-content h2 .trend-side-feature-title-text {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
        box-sizing: border-box !important;
        max-height: calc(3.66em + 4px) !important;
        padding-bottom: 4px !important;
        overflow: hidden !important;
        line-height: 1.22 !important;
    }

    body.home .mobile-side-feature-card .trend-side-feature-content p,
    body.front-page .mobile-side-feature-card .trend-side-feature-content p {
        display: none !important;
    }

    body.home .trend-bottom-strip-shell,
    body.front-page .trend-bottom-strip-shell {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 20px !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    body.home .trend-bottom-strip,
    body.front-page .trend-bottom-strip,
    body.home .trend-hero-section .trend-bottom-strip,
    body.front-page .trend-hero-section .trend-bottom-strip {
        position: relative !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        gap: 10px !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 2px 2px 10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        transform: none !important;
        scroll-snap-type: x mandatory !important;
        scroll-padding-inline: 2px !important;
        overscroll-behavior-x: contain !important;
        touch-action: pan-x pan-y !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    body.home .trend-bottom-strip:focus-visible,
    body.front-page .trend-bottom-strip:focus-visible {
        outline: 2px solid rgba(227, 6, 19, .35);
        outline-offset: 2px;
    }

    body.home .trend-strip-card,
    body.front-page .trend-strip-card,
    body.home .trend-hero-section .trend-strip-card,
    body.front-page .trend-hero-section .trend-strip-card {
        flex: 0 0 min(86%, 360px) !important;
        width: min(86%, 360px) !important;
        min-width: 272px !important;
        max-width: 360px !important;
        min-height: 108px !important;
        margin: 0 !important;
        scroll-snap-align: start !important;
        scroll-snap-stop: always !important;
    }

    body.home .trend-strip-card:first-child,
    body.front-page .trend-strip-card:first-child {
        margin-left: 0 !important;
    }

    body.home .trend-strip-card:last-child,
    body.front-page .trend-strip-card:last-child {
        margin-right: 2px !important;
    }

    body.home .trend-strip-card h3,
    body.front-page .trend-strip-card h3 {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        max-height: calc(2.38em + 2px) !important;
        margin: 0 0 5px !important;
        padding-bottom: 2px !important;
        overflow: hidden !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 1.19 !important;
        letter-spacing: -.02em !important;
    }

    body.home .trend-strip-card p,
    body.front-page .trend-strip-card p {
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        font-weight: 400 !important;
    }

    .trend-bottom-strip-controls {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 8px !important;
        min-height: 34px !important;
        margin-top: 2px !important;
    }

    .trend-bottom-strip-controls button {
        appearance: none;
        display: inline-grid;
        place-items: center;
        width: 34px;
        height: 34px;
        padding: 0;
        border: 1px solid #dce1e8;
        border-radius: 50%;
        background: #fff;
        color: #111827;
        font: 700 22px/1 var(--trend-ui-font) !important;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(15, 23, 42, .06);
    }

    .trend-bottom-strip-controls button:disabled {
        opacity: .35;
        cursor: default;
        box-shadow: none;
    }

    .trend-bottom-strip-controls span {
        min-width: 42px;
        color: #667085;
        font-size: 12px;
        font-weight: 600 !important;
        text-align: center;
    }
}

/* v0.11.4 - Mobil sade slider, yüz odaklı öne çıkan görseller ve iki satırlı alt başlıklar */
body.home .footer-featured-lead strong,
body.front-page .footer-featured-lead strong,
body.home .footer-featured-link,
body.front-page .footer-featured-link {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden !important;
}

body.home .footer-featured-lead strong,
body.front-page .footer-featured-lead strong {
    max-height: 2.34em !important;
    line-height: 1.17 !important;
}

@media (max-width: 760px) {
    /* Mobil kullanıcı parmakla kaydırdığı için ok/sayaç çubuğu gösterilmez. */
    body.home .trend-bottom-strip-controls,
    body.front-page .trend-bottom-strip-controls,
    body.home .trend-hero-section .trend-bottom-strip-controls,
    body.front-page .trend-hero-section .trend-bottom-strip-controls {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    body.home .trend-bottom-strip-shell,
    body.front-page .trend-bottom-strip-shell {
        margin-bottom: 12px !important;
    }

    /* Mobil öne çıkanlarda yüzlerin üstten kesilmesini önle. */
    body.home .mobile-side-feature-card .trend-side-feature-bg,
    body.front-page .mobile-side-feature-card .trend-side-feature-bg,
    body.home .mobile-side-feature-card img.trend-side-feature-bg,
    body.front-page .mobile-side-feature-card img.trend-side-feature-bg {
        object-fit: cover !important;
        object-position: center 18% !important;
    }

    /* Alt öne çıkan kolonlarında hem büyük hem küçük başlıklar iki satırdır. */
    body.home .footer-featured-lead strong,
    body.front-page .footer-featured-lead strong {
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        max-height: 2.34em !important;
    }

    body.home .footer-featured-link,
    body.front-page .footer-featured-link {
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        max-height: calc(2.6em + 22px) !important;
    }
}


/* v0.11.5 - Reklam oranı, eski iPhone manşet güvenliği ve alt kategori hizası */

/* Üst reklam, yüklenen görselin kendi oranını korur; cover nedeniyle hiçbir kenar kırpılmaz. */
body.home .trend-promo-slot-header,
body.front-page .trend-promo-slot-header {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 1280px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 14px auto !important;
    padding: 0 !important;
    overflow: visible !important;
}

body.home .trend-promo-slot-header .trend-header-visual,
body.front-page .trend-promo-slot-header .trend-header-visual,
body.home .trend-promo-slot-header .trend-header-visual > a,
body.front-page .trend-promo-slot-header .trend-header-visual > a,
body.home .trend-promo-slot-header .trend-header-visual picture,
body.front-page .trend-promo-slot-header .trend-header-visual picture {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 1280px !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    margin: 0 auto !important;
    overflow: visible !important;
}

body.home .trend-promo-slot-header .trend-header-visual img,
body.front-page .trend-promo-slot-header .trend-header-visual img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: 1280px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center center !important;
}

/* Masaüstü alt kategori kolonlarında eşit satır ritmi ve rahat okunurluk. */
@media (min-width: 1101px) {
    body.home .footer-featured-columns,
    body.front-page .footer-featured-columns {
        align-items: stretch !important;
    }

    body.home .footer-featured-col,
    body.front-page .footer-featured-col {
        display: grid !important;
        grid-template-rows: 34px 210px repeat(3, 48px) !important;
        align-content: start !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    body.home .footer-featured-col header,
    body.front-page .footer-featured-col header {
        display: flex !important;
        align-items: center !important;
        height: 34px !important;
        min-height: 34px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.home .footer-featured-col h3,
    body.front-page .footer-featured-col h3 {
        margin: 0 !important;
        font-size: 20px !important;
        line-height: 1.08 !important;
        font-weight: 700 !important;
        letter-spacing: -.025em !important;
        white-space: nowrap !important;
    }

    body.home .footer-featured-lead,
    body.front-page .footer-featured-lead {
        width: 100% !important;
        height: 210px !important;
        min-height: 210px !important;
        margin: 0 !important;
    }

    body.home .footer-featured-lead strong,
    body.front-page .footer-featured-lead strong {
        left: 16px !important;
        right: 16px !important;
        bottom: 15px !important;
        max-height: 2.38em !important;
        font-size: 18px !important;
        line-height: 1.19 !important;
        font-weight: 700 !important;
        letter-spacing: -.018em !important;
    }

    body.home .footer-featured-link,
    body.front-page .footer-featured-link {
        position: relative !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        box-sizing: border-box !important;
        width: 100% !important;
        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;
        margin: 0 !important;
        padding: 5px 4px 5px 0 !important;
        overflow: hidden !important;
        border-bottom: 1px solid #e7eaf0 !important;
        color: #202938 !important;
        font-size: 15px !important;
        line-height: 1.24 !important;
        font-weight: 500 !important;
        letter-spacing: -.01em !important;
        text-decoration: none !important;
    }

    body.home .footer-featured-link:hover,
    body.front-page .footer-featured-link:hover {
        color: #e30613 !important;
    }
}

@media (max-width: 760px) {
    body.home .trend-promo-slot-header,
    body.front-page .trend-promo-slot-header {
        width: 100% !important;
        max-width: 100% !important;
        margin: 8px auto 10px !important;
        padding: 0 !important;
    }

    body.home .trend-promo-slot-header .trend-header-visual,
    body.front-page .trend-promo-slot-header .trend-header-visual,
    body.home .trend-promo-slot-header .trend-header-visual > a,
    body.front-page .trend-promo-slot-header .trend-header-visual > a,
    body.home .trend-promo-slot-header .trend-header-visual picture,
    body.front-page .trend-promo-slot-header .trend-header-visual picture,
    body.home .trend-promo-slot-header .trend-header-visual img,
    body.front-page .trend-promo-slot-header .trend-header-visual img {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Eski ve dar iPhone Safari sürümlerinde poster alt yazısının cover ile kesilmesini önler. */
@media (max-width: 430px) {
    body.home .trend-hero-main-v10.hero-slider-card,
    body.front-page .trend-hero-main-v10.hero-slider-card,
    body.home .hero-slider-card,
    body.front-page .hero-slider-card {
        box-sizing: border-box !important;
        width: 100% !important;
        height: calc((100vw - 20px) * .5666667) !important;
        min-height: calc((100vw - 20px) * .5666667) !important;
        max-height: calc((100vw - 20px) * .5666667) !important;
        aspect-ratio: auto !important;
        background: #050505 !important;
    }

    body.home .trend-hero-main-v10 .hero-slider-track,
    body.front-page .trend-hero-main-v10 .hero-slider-track,
    body.home .trend-hero-main-v10 .hero-slide,
    body.front-page .trend-hero-main-v10 .hero-slide,
    body.home .trend-hero-main-v10 .hero-slide-link,
    body.front-page .trend-hero-main-v10 .hero-slide-link {
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
        background: #050505 !important;
    }

    body.home .trend-hero-main-v10 .trend-hero-bg,
    body.front-page .trend-hero-main-v10 .trend-hero-bg,
    body.home .hero-slider-card .trend-hero-bg,
    body.front-page .hero-slider-card .trend-hero-bg {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        object-position: center center !important;
        background: #050505 !important;
    }
}

/* v0.11.7 - Piyasa bandı: tekrar/kırpılma olmadan sabit ve okunabilir düzen */
body.home .trend-market-ticker-custom,
body.front-page .trend-market-ticker-custom {
    width: 100% !important;
    max-width: 1280px !important;
    height: auto !important;
    min-height: 40px !important;
    margin: 8px auto 10px !important;
    overflow: hidden !important;
    border-radius: 0 !important;
}

body.home .trend-market-ticker-custom .trend-market-track,
body.front-page .trend-market-ticker-custom .trend-market-track {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    transform: none !important;
    animation: none !important;
}

body.home .trend-market-ticker-custom .trend-market-set:first-child,
body.front-page .trend-market-ticker-custom .trend-market-set:first-child {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    width: 100% !important;
    min-width: 0 !important;
}

body.home .trend-market-ticker-custom .trend-market-set[aria-hidden="true"],
body.front-page .trend-market-ticker-custom .trend-market-set[aria-hidden="true"] {
    display: none !important;
}

body.home .trend-market-ticker-custom .trend-market-item,
body.front-page .trend-market-ticker-custom .trend-market-item {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    height: 40px !important;
    padding: 0 12px !important;
    overflow: hidden !important;
    border-right: 1px solid #e7eaf0 !important;
    white-space: nowrap !important;
}

body.home .trend-market-ticker-custom .trend-market-item:last-child,
body.front-page .trend-market-ticker-custom .trend-market-item:last-child {
    border-right: 0 !important;
}

body.home .trend-market-ticker-custom .trend-market-item strong,
body.home .trend-market-ticker-custom .trend-market-item b,
body.home .trend-market-ticker-custom .trend-market-item em,
body.front-page .trend-market-ticker-custom .trend-market-item strong,
body.front-page .trend-market-ticker-custom .trend-market-item b,
body.front-page .trend-market-ticker-custom .trend-market-item em {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

@media (max-width: 760px) {
    body.home .trend-market-ticker-custom,
    body.front-page .trend-market-ticker-custom {
        width: 100% !important;
        min-height: 36px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        overscroll-behavior-x: contain !important;
    }

    body.home .trend-market-ticker-custom::-webkit-scrollbar,
    body.front-page .trend-market-ticker-custom::-webkit-scrollbar {
        display: none !important;
    }

    body.home .trend-market-ticker-custom .trend-market-track,
    body.front-page .trend-market-ticker-custom .trend-market-track {
        width: max-content !important;
        min-width: 100% !important;
    }

    body.home .trend-market-ticker-custom .trend-market-set:first-child,
    body.front-page .trend-market-ticker-custom .trend-market-set:first-child {
        display: flex !important;
        width: max-content !important;
        min-width: 100% !important;
    }

    body.home .trend-market-ticker-custom .trend-market-item,
    body.front-page .trend-market-ticker-custom .trend-market-item {
        flex: 0 0 auto !important;
        min-width: 154px !important;
        height: 36px !important;
        padding: 0 11px !important;
        justify-content: flex-start !important;
    }
}

/* v0.11.8 - Mobil haber detayında güvenli yatay okuma boşluğu ve taşma koruması */
@media (max-width: 760px) {
    .detail-page,
    .detail-layout,
    .detail-stream,
    .detail-stream-item,
    .detail-body-grid,
    .detail-content {
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Ana container'ın 12px boşluğuna ek olarak haber metnine 8px iç boşluk verir. */
    .detail-body-grid {
        width: 100% !important;
        padding-inline: 8px !important;
        overflow: hidden !important;
    }

    .detail-content {
        width: 100% !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    .detail-content p,
    .detail-content h2,
    .detail-content h3,
    .detail-content h4,
    .detail-content ul,
    .detail-content ol,
    .detail-content blockquote,
    .detail-content figure,
    .detail-content .wp-block-image,
    .detail-content .wp-caption,
    .detail-content .rich-embed,
    .detail-content .rich-embed-video,
    .detail-content .rich-embed-mp4 {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .detail-content img,
    .detail-content video,
    .detail-content iframe {
        max-width: 100% !important;
        height: auto;
    }

    .detail-content iframe,
    .detail-content .rich-embed-video iframe,
    .detail-content .rich-embed-video video,
    .detail-content .rich-embed-mp4 video {
        width: 100% !important;
    }

    .detail-content table {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .detail-content blockquote {
        margin-inline: 0 !important;
        padding: 17px 18px !important;
    }
}

@media (max-width: 390px) {
    .detail-body-grid {
        padding-inline: 10px !important;
    }

    .detail-content p {
        font-size: 16.5px !important;
        line-height: 1.72 !important;
    }
}

/* v0.11.9 - Ana sayfa üst alan tekilleştirme ve küçük kategori kartlarında iki satır sınırı */
body.home .gundem-showcase .economy-mini-card > a,
body.front-page .gundem-showcase .economy-mini-card > a,
body.home .economy-showcase .economy-mini-card > a,
body.front-page .economy-showcase .economy-mini-card > a,
body.home .world-showcase .economy-mini-card > a,
body.front-page .world-showcase .economy-mini-card > a {
    min-width: 0 !important;
    overflow: hidden !important;
}

body.home .gundem-showcase .economy-mini-card h3,
body.front-page .gundem-showcase .economy-mini-card h3,
body.home .economy-showcase .economy-mini-card h3,
body.front-page .economy-showcase .economy-mini-card h3,
body.home .world-showcase .economy-mini-card h3,
body.front-page .world-showcase .economy-mini-card h3 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    box-sizing: border-box !important;
    height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
    margin: 0 !important;
    padding: 12px 12px 13px !important;
    overflow: hidden !important;
    color: #111827 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: -.018em !important;
    text-overflow: ellipsis !important;
}

@media (max-width: 760px) {
    body.home .gundem-showcase .economy-mini-card h3,
    body.front-page .gundem-showcase .economy-mini-card h3,
    body.home .economy-showcase .economy-mini-card h3,
    body.front-page .economy-showcase .economy-mini-card h3,
    body.home .world-showcase .economy-mini-card h3,
    body.front-page .world-showcase .economy-mini-card h3 {
        height: auto !important;
        min-height: 0 !important;
        max-height: 2.4em !important;
        padding: 0 !important;
    }
}


/* v0.11.10 - Küçük kategori kartlarında tarayıcıdan bağımsız kesin iki satır sınırı */
body.home .economy-mini-card h3,
body.front-page .economy-mini-card h3 {
    display:block !important;
    height:64px !important;
    min-height:64px !important;
    max-height:64px !important;
    margin:0 !important;
    padding:12px 12px 13px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
    color:#111827 !important;
    font-size:16px !important;
    line-height:1.2 !important;
    font-weight:700 !important;
    letter-spacing:-.018em !important;
}

body.home .economy-mini-card .economy-mini-title-text,
body.front-page .economy-mini-card .economy-mini-title-text {
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    line-clamp:2 !important;
    height:2.4em !important;
    min-height:0 !important;
    max-height:2.4em !important;
    overflow:hidden !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
    text-overflow:ellipsis !important;
}

@supports not (-webkit-line-clamp: 2) {
    body.home .economy-mini-card .economy-mini-title-text,
    body.front-page .economy-mini-card .economy-mini-title-text {
        display:block !important;
        height:2.4em !important;
        max-height:2.4em !important;
        overflow:hidden !important;
    }
}

@media (max-width:760px) {
    body.home .economy-mini-card h3,
    body.front-page .economy-mini-card h3 {
        height:auto !important;
        min-height:0 !important;
        max-height:none !important;
        padding:10px 10px 11px !important;
        font-size:15px !important;
    }
}

/* v0.11.11 - Metin içi fotoğraf boyutu ve fotoğraf altı açıklaması */
.detail-content figure.trend-inline-photo {
    display: block !important;
    width: min(var(--trend-inline-photo-width, 100%), 100%) !important;
    max-width: 100% !important;
    margin: 26px auto !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

.detail-content figure.trend-inline-photo > img.trend-inline-photo-image {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    border-radius: 0 !important;
}

.detail-content figure.trend-inline-photo > figcaption {
    display: block !important;
    width: 100% !important;
    margin: 8px 0 0 !important;
    padding: 0 2px !important;
    color: #64748b !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    text-align: left !important;
    font-style: normal !important;
    box-sizing: border-box !important;
}

@media (max-width: 760px) {
    .detail-content figure.trend-inline-photo {
        width: min(var(--trend-inline-photo-width, 100%), 100%) !important;
        margin: 20px auto 22px !important;
    }

    .detail-content figure.trend-inline-photo > figcaption {
        font-size: 12.5px !important;
        line-height: 1.5 !important;
    }
}

/* v0.11.14 - Gerçek piyasa verileri ve masaüstü kayan bant */
body.home .trend-market-ticker-v01114,
body.front-page .trend-market-ticker-v01114 {
    width: 100% !important;
    max-width: 1280px !important;
    min-height: 40px !important;
    height: 40px !important;
    margin: 8px auto 10px !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background: #fff !important;
}

body.home .trend-market-ticker-v01114 .trend-market-track,
body.front-page .trend-market-ticker-v01114 .trend-market-track {
    display: flex !important;
    width: max-content !important;
    min-width: max-content !important;
    white-space: nowrap !important;
    transform: translate3d(0, 0, 0) !important;
    animation: trendMarketTickerV01114 48s linear infinite !important;
    will-change: transform !important;
}

body.home .trend-market-ticker-v01114:hover .trend-market-track,
body.front-page .trend-market-ticker-v01114:hover .trend-market-track {
    animation-play-state: paused !important;
}

body.home .trend-market-ticker-v01114 .trend-market-set,
body.front-page .trend-market-ticker-v01114 .trend-market-set,
body.home .trend-market-ticker-v01114 .trend-market-set:first-child,
body.front-page .trend-market-ticker-v01114 .trend-market-set:first-child,
body.home .trend-market-ticker-v01114 .trend-market-set[aria-hidden="true"],
body.front-page .trend-market-ticker-v01114 .trend-market-set[aria-hidden="true"] {
    display: inline-flex !important;
    align-items: center !important;
    width: max-content !important;
    min-width: max-content !important;
    flex: 0 0 auto !important;
}

body.home .trend-market-ticker-v01114 .trend-market-item,
body.front-page .trend-market-ticker-v01114 .trend-market-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex: 0 0 auto !important;
    min-width: 220px !important;
    height: 40px !important;
    padding: 0 18px !important;
    gap: 8px !important;
    overflow: visible !important;
    border-right: 1px solid #e7eaf0 !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

body.home .trend-market-ticker-v01114 .trend-market-item strong,
body.front-page .trend-market-ticker-v01114 .trend-market-item strong,
body.home .trend-market-ticker-v01114 .trend-market-item b,
body.front-page .trend-market-ticker-v01114 .trend-market-item b,
body.home .trend-market-ticker-v01114 .trend-market-item em,
body.front-page .trend-market-ticker-v01114 .trend-market-item em {
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
}

body.home .trend-market-ticker-v01114 .trend-market-item b,
body.front-page .trend-market-ticker-v01114 .trend-market-item b {
    margin-left: auto !important;
    font-weight: 700 !important;
    font-variant-numeric: tabular-nums !important;
}

body.home .trend-market-ticker-v01114 .trend-market-item em,
body.front-page .trend-market-ticker-v01114 .trend-market-item em {
    min-width: 56px !important;
    text-align: right !important;
    font-style: normal !important;
    font-weight: 700 !important;
}

body.home .trend-market-ticker-v01114 .trend-market-icon,
body.front-page .trend-market-ticker-v01114 .trend-market-icon {
    min-width: 22px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    color: #475467 !important;
}

body.home .trend-market-ticker-v01114 .trend-market-icon-gold,
body.front-page .trend-market-ticker-v01114 .trend-market-icon-gold {
    color: #eab308 !important;
    font-size: 20px !important;
    line-height: 1 !important;
}

body.home .trend-market-ticker-v01114 .trend-market-icon-bitcoin,
body.front-page .trend-market-ticker-v01114 .trend-market-icon-bitcoin {
    color: #f59e0b !important;
    font-size: 17px !important;
}

@keyframes trendMarketTickerV01114 {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 760px) {
    body.home .trend-market-ticker-v01114,
    body.front-page .trend-market-ticker-v01114 {
        min-height: 36px !important;
        height: 36px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        overscroll-behavior-x: contain !important;
        scroll-snap-type: x proximity !important;
    }

    body.home .trend-market-ticker-v01114::-webkit-scrollbar,
    body.front-page .trend-market-ticker-v01114::-webkit-scrollbar {
        display: none !important;
    }

    body.home .trend-market-ticker-v01114 .trend-market-track,
    body.front-page .trend-market-ticker-v01114 .trend-market-track {
        width: max-content !important;
        min-width: max-content !important;
        animation: none !important;
        transform: none !important;
    }

    body.home .trend-market-ticker-v01114 .trend-market-set:first-child,
    body.front-page .trend-market-ticker-v01114 .trend-market-set:first-child {
        display: inline-flex !important;
    }

    body.home .trend-market-ticker-v01114 .trend-market-set[aria-hidden="true"],
    body.front-page .trend-market-ticker-v01114 .trend-market-set[aria-hidden="true"] {
        display: none !important;
    }

    body.home .trend-market-ticker-v01114 .trend-market-item,
    body.front-page .trend-market-ticker-v01114 .trend-market-item {
        min-width: 190px !important;
        height: 36px !important;
        padding: 0 13px !important;
        gap: 7px !important;
        scroll-snap-align: start !important;
    }

    body.home .trend-market-ticker-v01114 .trend-market-item strong,
    body.front-page .trend-market-ticker-v01114 .trend-market-item strong,
    body.home .trend-market-ticker-v01114 .trend-market-item b,
    body.front-page .trend-market-ticker-v01114 .trend-market-item b {
        font-size: 12px !important;
    }

    body.home .trend-market-ticker-v01114 .trend-market-item em,
    body.front-page .trend-market-ticker-v01114 .trend-market-item em {
        min-width: 48px !important;
        font-size: 11px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home .trend-market-ticker-v01114,
    body.front-page .trend-market-ticker-v01114 {
        overflow-x: auto !important;
        scrollbar-width: none !important;
    }

    body.home .trend-market-ticker-v01114 .trend-market-track,
    body.front-page .trend-market-ticker-v01114 .trend-market-track {
        animation: none !important;
        transform: none !important;
    }

    body.home .trend-market-ticker-v01114 .trend-market-set[aria-hidden="true"],
    body.front-page .trend-market-ticker-v01114 .trend-market-set[aria-hidden="true"] {
        display: none !important;
    }
}


/* v0.11.20: safe front-end rendering optimizations */
.home .homepage-wide-block,
.home .photo-gallery-showcase,
.home .magazine-standings-layout,
.home .youtube-trend-showcase,
.home .footer-featured-columns {
    content-visibility: auto;
    contain-intrinsic-size: auto 760px;
}
.home img {
    max-inline-size: 100%;
}
@media (max-width: 760px) {
    .home .homepage-wide-block,
    .home .photo-gallery-showcase,
    .home .magazine-standings-layout,
    .home .youtube-trend-showcase,
    .home .footer-featured-columns {
        contain-intrinsic-size: auto 1100px;
    }
}

/* v0.11.22: mobile LCP image pipeline */
body.home .trend-hero-picture,
body.front-page .trend-hero-picture {
    display: block;
    width: 100%;
    height: 100%;
}

body.home .trend-hero-picture > img,
body.front-page .trend-hero-picture > img {
    display: block;
    width: 100%;
    height: 100%;
}


/* v0.11.23 - Ayrı Bugünün Öne Çıkanları ve Sağlık kategori bloğu */
body.home .health-main-col,
body.front-page .health-main-col {
    --cat-accent: #0f766e !important;
    border-top-color: #0f766e !important;
}

body.home .health-main-col .section-head h2,
body.front-page .health-main-col .section-head h2,
body.home .health-main-col .side-list span,
body.front-page .health-main-col .side-list span {
    color: #0f766e !important;
}

body.home .health-main-col .section-head .view-all-btn,
body.front-page .health-main-col .section-head .view-all-btn,
body.home .health-main-col a.view-all-btn,
body.front-page .health-main-col a.view-all-btn {
    background: #0f766e !important;
    box-shadow: 0 8px 18px rgba(15, 118, 110, .22) !important;
}

body.home .health-main-col .tag.health,
body.front-page .health-main-col .tag.health {
    background: #0f766e !important;
    color: #fff !important;
}

.health-main-col .image-card.feature,
.health-main-col .side-list article {
    position: relative;
    cursor: pointer;
}

.health-main-col .health-click-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: block;
    color: inherit;
    background: transparent;
    text-decoration: none;
}

.health-main-col .image-card.feature .content,
.health-main-col .side-list article img,
.health-main-col .side-list article div {
    pointer-events: none;
}

.health-main-col .side-list h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}


/* v0.11.28 - Haber detay bilgi/paylaşım/AI bandı ve video etiketi kaldırma */
.detail-info-share-bar {
    position: relative;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    margin: -1px 0 28px;
    padding: 13px 14px;
    border: 1px solid #dfe5ed;
    border-top: 0;
    background: #fff;
    box-shadow: 0 9px 24px rgba(15, 23, 42, .055);
    box-sizing: border-box;
}
.detail-info-list {
    display: flex;
    align-items: stretch;
    min-width: 0;
}
.detail-info-item {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 0 15px;
    border-right: 1px solid #e5e9ef;
}
.detail-info-item:first-child { padding-left: 0; }
.detail-info-item:last-child { border-right: 0; }
.detail-info-icon {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 8px;
    background: #f2f5f9;
    color: #526071;
}
.detail-info-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.detail-info-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}
.detail-info-copy small {
    color: #7b8492;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .035em;
}
.detail-info-copy strong,
.detail-info-copy a {
    overflow: hidden;
    color: #142033;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detail-info-copy a:hover { color: #d71920; }
.detail-share-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    flex: 0 0 auto;
}
.detail-share-caption {
    color: #697386;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}
.detail-share-buttons {
    display: flex;
    align-items: center;
    gap: 5px;
}
.detail-share-button {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    color: #fff !important;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .16s ease, filter .16s ease;
}
.detail-share-button:hover { transform: translateY(-2px); filter: brightness(.93); }
.detail-share-button svg { width: 17px; height: 17px; fill: currentColor; }
.detail-share-button.is-copy { background: #e9eef5; color: #334155 !important; }
.detail-share-button.is-facebook { background: #1877f2; }
.detail-share-button.is-x { background: #050505; }
.detail-share-button.is-linkedin { background: #0a66c2; }
.detail-share-button.is-whatsapp { background: #16b765; }

.detail-ai-summary {
    position: relative;
}
.detail-ai-summary > summary {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 33px;
    padding: 0 11px;
    border-radius: 6px;
    background: #0b0c0f;
    color: #fff;
    font-size: 11.5px;
    font-weight: 850;
    line-height: 1;
    list-style: none;
    cursor: pointer;
    user-select: none;
}
.detail-ai-summary > summary::-webkit-details-marker { display: none; }
.detail-ai-wand { color: #fff; font-size: 14px; }
.detail-ai-chevron { width: 14px; height: 14px; fill: currentColor; transition: transform .18s ease; }
.detail-ai-summary[open] .detail-ai-chevron { transform: rotate(180deg); }
.detail-ai-menu {
    position: absolute;
    z-index: 30;
    top: calc(100% + 8px);
    right: 0;
    display: grid;
    min-width: 220px;
    padding: 7px;
    border: 1px solid #dfe4eb;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .18);
}
.detail-ai-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 6px 9px;
    border-radius: 7px;
    color: #111827;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}
.detail-ai-menu a:hover { background: #f2f5f8; }
.detail-ai-brand {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 900;
}
.detail-ai-brand.is-chatgpt { background: #e9f7f2; color: #0b8f6a; }
.detail-ai-brand.is-claude { background: #fff0e8; color: #d45f2c; }
.detail-ai-brand.is-grok { background: #111; color: #fff; }
.detail-ai-brand.is-perplexity { background: #e7f9f8; color: #137f82; }
.detail-ai-menu p {
    margin: 5px 7px 3px;
    padding-top: 8px;
    border-top: 1px solid #e8ebf0;
    color: #778195;
    font-size: 10px;
    line-height: 1.4;
}
.detail-copy-toast {
    position: fixed;
    z-index: 100000;
    right: 18px;
    bottom: 22px;
    max-width: min(360px, calc(100vw - 36px));
    padding: 11px 14px;
    border-radius: 8px;
    background: #111827;
    color: #fff;
    font-size: 12px;
    font-weight: 750;
    box-shadow: 0 16px 38px rgba(0,0,0,.22);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .18s ease, transform .18s ease;
}
.detail-copy-toast.is-visible { opacity: 1; transform: translateY(0); }

/* Eski üst meta bandı ve dikey paylaşım rayı artık kullanılmaz. */
.detail-header .detail-meta-row,
.detail-share-rail,
.video-news-badge { display: none !important; }

.detail-stream .detail-info-share-bar { width: 100%; }
.detail-body-grid {
    grid-template-columns: minmax(0, 760px) !important;
    justify-content: start !important;
}

@media (max-width: 1320px) {
    .detail-info-share-bar {
        align-items: flex-start;
        flex-direction: column;
    }
    .detail-share-tools {
        width: 100%;
        justify-content: flex-start;
        padding-top: 12px;
        border-top: 1px solid #e5e9ef;
    }
}
@media (max-width: 820px) {
    .detail-info-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 0;
    }
    .detail-info-item {
        padding: 9px 10px;
        border-right: 0;
        border-bottom: 1px solid #e9edf2;
    }
    .detail-info-item:nth-child(odd) { border-right: 1px solid #e9edf2; }
    .detail-info-item:nth-last-child(-n+2) { border-bottom: 0; }
    .detail-share-tools { flex-wrap: wrap; }
}
@media (max-width: 560px) {
    .detail-info-share-bar {
        margin-bottom: 22px;
        padding: 10px;
    }
    .detail-info-list { grid-template-columns: 1fr; }
    .detail-info-item,
    .detail-info-item:nth-child(odd) {
        padding: 9px 4px;
        border-right: 0;
        border-bottom: 1px solid #e9edf2;
    }
    .detail-info-item:last-child { border-bottom: 0; }
    .detail-share-caption { display: none; }
    .detail-share-tools { gap: 8px; }
    .detail-ai-summary { width: 100%; order: 2; }
    .detail-ai-summary > summary { justify-content: center; width: 100%; min-height: 40px; box-sizing: border-box; }
    .detail-ai-menu { left: 0; right: 0; min-width: 0; }
    .detail-share-buttons { width: 100%; justify-content: space-between; }
    .detail-share-button { width: 38px; height: 38px; border-radius: 7px; }
}


/* v0.11.29 - Bilgi bandını ferahlatır, paylaşımı eski sol raya taşır. */
.detail-info-bar-v01129 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 14px 16px !important;
}

.detail-info-bar-v01129 .detail-info-list {
    display: grid !important;
    grid-template-columns: minmax(135px, 1.15fr) minmax(130px, 1fr) minmax(145px, 1fr) minmax(145px, 1fr) !important;
    width: 100%;
    min-width: 0;
}

.detail-info-bar-v01129 .detail-info-item {
    min-width: 0;
    padding: 2px 14px;
}

.detail-info-bar-v01129 .detail-info-item:first-child {
    padding-left: 0;
}

.detail-info-bar-v01129 .detail-info-copy strong,
.detail-info-bar-v01129 .detail-info-copy a,
.detail-info-bar-v01129 .detail-info-copy time {
    display: block;
    overflow: visible !important;
    color: #142033;
    font-size: 12.5px;
    font-weight: 850;
    line-height: 1.32;
    text-overflow: clip !important;
    white-space: normal !important;
    word-break: normal;
}

.detail-info-bar-v01129 .detail-info-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: max-content;
}

.detail-info-bar-v01129 .detail-ai-summary > summary {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 12px;
}

.detail-body-grid {
    display: grid !important;
    grid-template-columns: 56px minmax(0, 760px) !important;
    gap: 20px !important;
    justify-content: start !important;
    align-items: start !important;
}

.detail-share-rail.detail-share-rail-v01129 {
    position: sticky !important;
    top: 112px !important;
    display: grid !important;
    gap: 8px;
    align-content: start;
    justify-items: center;
    width: 44px;
}

.detail-share-rail-v01129 .detail-share-rail-title {
    margin: 0 0 4px;
    color: #6b7280;
    font-size: 10px;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .06em;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.detail-share-rail-v01129 .detail-share-rail-button {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 7px;
    background: #fff;
    color: #111827 !important;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .045);
    cursor: pointer;
    transition: transform .16s ease, color .16s ease, border-color .16s ease, background .16s ease;
}

.detail-share-rail-v01129 .detail-share-rail-button:hover {
    transform: translateY(-2px);
    border-color: #e30613;
    background: #e30613;
    color: #fff !important;
}

.detail-share-rail-v01129 .detail-share-rail-button svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.detail-share-rail-v01129 .detail-share-rail-button.is-facebook:hover {
    border-color: #1877f2;
    background: #1877f2;
}

.detail-share-rail-v01129 .detail-share-rail-button.is-x:hover {
    border-color: #050505;
    background: #050505;
}

.detail-share-rail-v01129 .detail-share-rail-button.is-linkedin:hover {
    border-color: #0a66c2;
    background: #0a66c2;
}

.detail-share-rail-v01129 .detail-share-rail-button.is-whatsapp:hover {
    border-color: #16b765;
    background: #16b765;
}

@media (max-width: 980px) {
    .detail-info-bar-v01129 {
        grid-template-columns: 1fr !important;
    }

    .detail-info-bar-v01129 .detail-info-actions {
        justify-content: flex-start;
        padding-top: 12px;
        border-top: 1px solid #e5e9ef;
    }
}

@media (max-width: 760px) {
    .detail-info-bar-v01129 .detail-info-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .detail-info-bar-v01129 .detail-info-item,
    .detail-info-bar-v01129 .detail-info-item:first-child {
        padding: 10px;
    }

    .detail-info-bar-v01129 .detail-info-actions,
    .detail-info-bar-v01129 .detail-ai-summary {
        width: 100%;
    }

    .detail-info-bar-v01129 .detail-ai-summary > summary {
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
    }

    .detail-body-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .detail-share-rail.detail-share-rail-v01129 {
        position: static !important;
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        gap: 7px;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .detail-share-rail-v01129 .detail-share-rail-title {
        margin: 0 5px 0 0;
        writing-mode: horizontal-tb;
        transform: none;
    }
}

@media (max-width: 520px) {
    .detail-info-bar-v01129 .detail-info-list {
        grid-template-columns: 1fr !important;
    }

    .detail-info-bar-v01129 .detail-info-item,
    .detail-info-bar-v01129 .detail-info-item:first-child {
        padding: 10px 4px;
    }
}


/* v0.11.31 - Haber üst boşluğu, ferah bilgi bandı ve renkli bilgi ikonları. */

/* Spot ile ana görsel/video arasındaki eski 28px boşluğu kaldırır. */
.detail-page > .detail-header {
    margin-bottom: 8px !important;
}

/* Reklam bulunmadığında zaten HTML üretilmez; medya doğrudan başlığa yaklaşır. */
.detail-page > .detail-header + .detail-layout {
    margin-top: 0 !important;
}

/* Bilgi bandında kaynak alanına daha fazla yer ayırır. */
.detail-info-bar-v01129 {
    gap: 14px !important;
    padding: 13px 15px !important;
}

.detail-info-bar-v01129 .detail-info-list {
    grid-template-columns:
        minmax(128px, .9fr)
        minmax(180px, 1.25fr)
        minmax(145px, 1fr)
        minmax(145px, 1fr) !important;
}

.detail-info-bar-v01129 .detail-info-item {
    gap: 9px;
    padding-inline: 11px;
}

.detail-info-bar-v01129 .detail-info-item:nth-child(2) {
    min-width: 180px;
}

.detail-info-bar-v01129 .detail-info-item:nth-child(2) .detail-info-copy,
.detail-info-bar-v01129 .detail-info-item:nth-child(2) .detail-info-copy a,
.detail-info-bar-v01129 .detail-info-item:nth-child(2) .detail-info-copy strong {
    min-width: 0;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

/* Bilgi ikonları içerik türüne göre renklenir. */
.detail-info-bar-v01129 .detail-info-icon {
    border: 1px solid transparent;
    box-shadow: none;
}

.detail-info-bar-v01129 .detail-info-item:nth-child(1) .detail-info-icon {
    border-color: #dbeafe;
    background: #eff6ff;
    color: #2563eb;
}

.detail-info-bar-v01129 .detail-info-item:nth-child(2) .detail-info-icon {
    border-color: #fee2e2;
    background: #fff1f2;
    color: #e30613;
}

.detail-info-bar-v01129 .detail-info-item:nth-child(3) .detail-info-icon {
    border-color: #d1fae5;
    background: #ecfdf5;
    color: #059669;
}

.detail-info-bar-v01129 .detail-info-item:nth-child(4) .detail-info-icon {
    border-color: #ede9fe;
    background: #f5f3ff;
    color: #7c3aed;
}

.detail-info-bar-v01129 .detail-info-icon svg {
    fill: currentColor !important;
}

@media (max-width: 1120px) {
    .detail-info-bar-v01129 {
        grid-template-columns: 1fr !important;
    }

    .detail-info-bar-v01129 .detail-info-actions {
        justify-content: flex-start;
        padding-top: 11px;
        border-top: 1px solid #e5e9ef;
    }
}

@media (max-width: 760px) {
    .detail-page > .detail-header {
        margin-bottom: 6px !important;
    }

    .detail-info-bar-v01129 .detail-info-item:nth-child(2) {
        min-width: 0;
    }

    .detail-info-bar-v01129 .detail-info-item:nth-child(2) .detail-info-copy a,
    .detail-info-bar-v01129 .detail-info-item:nth-child(2) .detail-info-copy strong {
        white-space: normal !important;
    }
}


/* v0.11.32 - Haber spotu ile ana görsel/video arasındaki boşluğu kesin azaltır. */
.detail-page > .detail-header {
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
}

.detail-page > .detail-header .detail-spot {
    margin-bottom: 0 !important;
}

.detail-page > .detail-header + .site-ad-slot-article_top {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
}

.detail-page > .detail-header + .detail-layout,
.detail-page > .site-ad-slot-article_top + .detail-layout {
    margin-top: 0 !important;
}

@media (max-width: 760px) {
    .detail-page > .detail-header {
        padding-bottom: 4px !important;
        margin-bottom: 4px !important;
    }
}

/* v0.11.34 - Mobil haber bilgi bandı taşma ve sütun düzeltmesi. */
@media (max-width: 760px) {
    .detail-info-bar-v01129 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 11px !important;
        overflow: visible;
    }

    /* v0.11.31 masaüstü sütun tanımını mobilde kesin olarak geçersiz kılar. */
    .detail-info-bar-v01129 .detail-info-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .detail-info-bar-v01129 .detail-info-item,
    .detail-info-bar-v01129 .detail-info-item:first-child {
        min-width: 0 !important;
        padding: 10px 8px !important;
        border-right: 0;
        border-bottom: 1px solid #e9edf2;
    }

    .detail-info-bar-v01129 .detail-info-item:nth-child(odd) {
        border-right: 1px solid #e9edf2;
    }

    .detail-info-bar-v01129 .detail-info-item:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .detail-info-bar-v01129 .detail-info-item:nth-child(2) {
        min-width: 0 !important;
    }

    .detail-info-bar-v01129 .detail-info-copy {
        width: 100%;
        min-width: 0;
    }

    .detail-info-bar-v01129 .detail-info-copy strong,
    .detail-info-bar-v01129 .detail-info-copy a,
    .detail-info-bar-v01129 .detail-info-copy time,
    .detail-info-bar-v01129 .detail-info-item:nth-child(2) .detail-info-copy a,
    .detail-info-bar-v01129 .detail-info-item:nth-child(2) .detail-info-copy strong {
        max-width: 100%;
        overflow: visible !important;
        text-overflow: clip !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .detail-info-bar-v01129 .detail-info-actions {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 350px) {
    .detail-info-bar-v01129 .detail-info-list {
        grid-template-columns: 1fr !important;
    }

    .detail-info-bar-v01129 .detail-info-item,
    .detail-info-bar-v01129 .detail-info-item:first-child,
    .detail-info-bar-v01129 .detail-info-item:nth-child(odd) {
        border-right: 0;
        border-bottom: 1px solid #e9edf2;
    }

    .detail-info-bar-v01129 .detail-info-item:last-child {
        border-bottom: 0;
    }
}

/* v0.11.43 - Kategori kart grid + Laravel pagination düzeltmesi */
.trend-category-main,
.trend-category-grid-list,
.trend-category-news-card,
.trend-category-news-card a,
.trend-category-news-card div {
    min-width: 0;
}

@media (min-width: 901px) {
    .trend-category-grid-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }

    .trend-category-news-card a {
        display: grid !important;
        grid-template-columns: 190px minmax(0, 1fr) !important;
        gap: 14px !important;
        align-items: stretch !important;
        min-height: 132px !important;
    }

    .trend-category-news-card img {
        width: 190px !important;
        height: 132px !important;
        aspect-ratio: auto !important;
        object-fit: cover !important;
    }

    .trend-category-news-card div {
        padding: 14px 14px 14px 0 !important;
    }
}

@media (min-width: 621px) and (max-width: 900px) {
    .trend-category-grid-list {
        grid-template-columns: 1fr !important;
    }

    .trend-category-news-card a {
        display: grid !important;
        grid-template-columns: 190px minmax(0, 1fr) !important;
        gap: 14px !important;
        align-items: stretch !important;
    }

    .trend-category-news-card img {
        width: 190px !important;
        height: 132px !important;
        aspect-ratio: auto !important;
    }

    .trend-category-news-card div {
        padding: 14px 14px 14px 0 !important;
    }
}

@media (max-width: 620px) {
    .trend-category-grid-list {
        grid-template-columns: 1fr !important;
    }

    .trend-category-news-card a {
        display: grid !important;
        grid-template-columns: 112px minmax(0, 1fr) !important;
        gap: 10px !important;
        align-items: stretch !important;
    }

    .trend-category-news-card img {
        width: 112px !important;
        height: 82px !important;
        aspect-ratio: auto !important;
    }

    .trend-category-news-card div {
        padding: 10px 10px 10px 0 !important;
    }
}

.trend-category-pagination {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px !important;
    flex-wrap: wrap;
    margin-top: 28px !important;
    padding-top: 20px !important;
    border-top: 1px solid #e4e9f1;
}

.trend-category-pagination .trend-page-number,
.trend-category-pagination .trend-page-arrow,
.trend-category-pagination .trend-page-ellipsis {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
    border: 1px solid #dce3ed;
    background: #fff;
    color: #07111f;
}

.trend-category-pagination .trend-page-arrow {
    font-size: 25px;
    padding-bottom: 2px;
}

.trend-category-pagination .trend-page-number.is-current,
.trend-category-pagination a:hover {
    background: #e30613;
    border-color: #e30613;
    color: #fff;
}

.trend-category-pagination .trend-page-arrow.is-disabled {
    opacity: .35;
    cursor: default;
}

.trend-category-pagination .trend-page-ellipsis {
    border-color: transparent;
    background: transparent;
    min-width: 24px;
    padding: 0 4px;
}
