/*
Theme Name: Haber Ortası Pro
Theme URI: https://www.haberortasi.com
Author: OpenAI
Author URI: https://openai.com
Description: Haber Ortası için V18 geliştirmeleri eklenmiş profesyonel WordPress haber teması.
Version: 3.8
Text Domain: haberortasi-pro
*/

:root {
    --primary: #d62828;
    --primary-dark: #a61e1e;
    --secondary: #8b1111;
    --text: #1f2937;
    --muted: #6b7280;
    --bg: #fff7f7;
    --white: #ffffff;
    --border: #f3d4d4;
    --shadow: 0 10px 30px rgba(214, 40, 40, 0.08);
    --radius: 14px;
    --container: 1360px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: Arial, Helvetica, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
}
a { color: inherit; text-decoration: none; transition: 0.25s ease; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
.container { width: min(100% - 24px, var(--container)); margin: 0 auto; }

.site-header {
    background: var(--white);
    border-bottom: 3px solid var(--primary);
    box-shadow: 0 2px 12px rgba(214, 40, 40, 0.08);
    position: sticky;
    top: 0;
    z-index: 999;
}
.topbar {
    background: var(--primary);
    color: #ffffff;
    font-size: 13px;
    padding: 8px 0;
}
.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.site-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
}
.site-brand-left {
    display: flex;
    align-items: center;
    min-width: 0;
}
.site-brand-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.site-logo-link {
    display: inline-flex;
    align-items: center;
}
.site-logo-link img,
.custom-logo {
    max-height: 78px;
    width: auto;
}
.site-branding-text {
    display: flex;
    flex-direction: column;
}
.site-header .header-ad-wrap {
    width: 100%;
    max-width: 728px;
    margin: 0;
}
.site-header .header-ad-wrap .ad-widget {
    margin: 0;
}
.site-title {
    font-size: 34px;
    font-weight: 800;
    color: var(--primary);
    letter-spacing: -0.5px;
}
.site-description { color: var(--muted); font-size: 14px; margin-top: 4px; }
.main-nav {
    border-top: 1px solid #f7d7d7;
    border-bottom: 1px solid #f1caca;
    background: var(--white);
}
.main-nav ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 0; }
.main-nav a {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 600;
    color: var(--secondary);
}
.main-nav a:hover,
.main-nav .current-menu-item a,
.main-nav .current_page_item a { background: var(--primary); color: var(--white); }

.breaking-strip {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 18px 20px;
    margin: 24px 0;
}
.breaking-strip-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
    padding-left: 14px;
    border-left: 5px solid var(--primary);
    color: var(--secondary);
}
.breaking-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}
.breaking-item {
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    background: var(--white);
}
.breaking-item img { width: 100%; height: 110px; object-fit: cover; }
.breaking-item-body { padding: 12px; }
.breaking-item-title { font-size: 14px; font-weight: 700; line-height: 1.4; }
.breaking-item-title a:hover { color: var(--primary); }


.top-four-section {
    margin: 0 0 24px;
}
.top-four-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.top-four-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform .25s ease, box-shadow .25s ease;
}
.top-four-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0,0,0,.10);
}
.top-four-link { display: block; }
.top-four-thumb {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e5e7eb;
}
.top-four-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.top-four-body {
    padding: 14px 14px 16px;
}
.top-four-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    color: var(--primary-dark);
    background: rgba(214,40,40,.10);
    border-radius: 999px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.top-four-title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 44px;
}

.hero-section { margin: 0 0 30px; }
.hero-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    align-items: stretch;
}
.hero-slider {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    background: #000;
    min-height: 460px;
}
.hero-slide { display: none; position: relative; height: 460px; }
.hero-slide.active { display: block; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.82), rgba(0,0,0,0.15));
}
.hero-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 58px;
    color: var(--white);
    z-index: 2;
}
.hero-category {
    display: inline-block;
    background: var(--primary);
    color: var(--white);
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
}
.hero-title { font-size: 32px; line-height: 1.2; font-weight: 800; margin-bottom: 10px; }
.hero-title a:hover { color: #ffe0e0; }
.hero-excerpt { font-size: 15px; color: #e5e7eb; max-width: 85%; }
.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.88);
    color: var(--secondary);
    font-size: 22px;
    cursor: pointer;
    display: grid;
    place-items: center;
}
.hero-arrow:hover { background: var(--primary); color: var(--white); }
.hero-prev { left: 14px; }
.hero-next { right: 14px; }
.hero-dots {
    position: absolute;
    left: 24px;
    bottom: 18px;
    z-index: 5;
    display: flex;
    gap: 8px;
}
.hero-dot {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.78);
    color: var(--secondary);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}
.hero-dot.active, .hero-dot:hover { background: var(--primary); color: var(--white); }
.hero-side { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; }
.hero-side-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    min-height: 220px;
}
.hero-side-thumb img { width: 100%; height: 140px; object-fit: cover; }
.hero-side-body { padding: 16px; }
.hero-side-title { font-size: 18px; font-weight: 800; line-height: 1.35; }
.hero-side-title a:hover { color: var(--primary); }

.site-main { padding-bottom: 40px; }
.content-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; }
.section-box {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: 0 10px 24px rgba(214, 40, 40, 0.08);
    padding: 22px;
    margin-bottom: 24px;
}
.section-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-left: 14px;
    border-left: 5px solid var(--primary);
    color: var(--secondary);
}
.news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}
.news-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(214, 40, 40, 0.16);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 22px rgba(214, 40, 40, 0.10);
    transition: 0.25s ease;
}
.news-card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); }
.news-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e5e7eb;
}
.news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.news-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px;
}
.news-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 10px;
    min-height: 54px;
}
.news-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-title a:hover { color: var(--primary); }
.news-excerpt {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
    margin-top: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 67px;
}

.masonry-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.masonry-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.compact-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.compact-item { display: flex; gap: 12px; border-bottom: 1px solid var(--border); padding-bottom: 14px; }
.compact-item:last-child { border-bottom: 0; padding-bottom: 0; }
.compact-item img { width: 130px; min-width: 130px; height: 92px; object-fit: cover; border-radius: 10px; }
.compact-item-title { font-size: 16px; font-weight: 800; line-height: 1.35; }
.compact-item-title a:hover { color: var(--primary); }
.big-two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.author-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.author-card { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: #fff; }
.author-card img { width: 100%; height: 220px; object-fit: cover; }
.author-card-body { padding: 14px; }
.author-card-title { font-size: 18px; font-weight: 800; line-height: 1.35; }
.author-card-title a:hover { color: var(--primary); }

.article-content {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 26px;
}
.article-thumbnail { margin-bottom: 20px; overflow: hidden; border-radius: 12px; }
.article-thumbnail img { width: 100%; max-height: 520px; object-fit: cover; }
.article-title { font-size: 34px; line-height: 1.2; font-weight: 800; margin-bottom: 12px; }
.entry-content p { margin-bottom: 18px; }
.entry-content img { margin: 18px 0; border-radius: 10px; }

.sidebar-widget {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: 0 10px 24px rgba(214, 40, 40, 0.08);
    padding: 20px;
    margin-bottom: 24px;
}
.sidebar-widget h3,
.sidebar-widget .widget-title {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 800;
    color: var(--secondary);
    padding-left: 12px;
    border-left: 4px solid var(--primary);
}
.sidebar-post { display: flex; gap: 12px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.sidebar-post:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.sidebar-post-thumb { width: 95px; min-width: 95px; }
.sidebar-post-thumb img { width: 95px; height: 72px; object-fit: cover; border-radius: 8px; }
.sidebar-post-title { font-size: 15px; font-weight: 700; line-height: 1.35; }
.sidebar-post-title a:hover { color: var(--primary); }

.site-footer { background: var(--secondary); color: #dbe4ee; margin-top: 40px; }
.footer-top { padding: 40px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 24px; }
.footer-title { color: var(--white); font-size: 22px; font-weight: 800; margin-bottom: 12px; }
.footer-widget-title { color: var(--white); font-size: 18px; font-weight: 700; margin-bottom: 14px; }
.footer-links li { margin-bottom: 10px; }
.footer-links a:hover { color: #ffd5d5; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); text-align: center; padding: 14px 0; font-size: 14px; color: #b9c4cf; }

.pagination-wrap { margin-top: 12px; }
.nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.nav-links .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 10px;
    background: var(--white);
    border: 1px solid var(--border);
    color: var(--secondary);
    font-weight: 700;
}
.nav-links .current, .nav-links .page-numbers:hover { background: var(--primary); color: var(--white); border-color: var(--primary); }
.widget ul li { margin-bottom: 10px; }
.widget a:hover { color: var(--primary); }

.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-field { width: 100%; height: 42px; padding: 0 12px; border: 1px solid var(--border); border-radius: 10px; }
.search-submit {
    height: 42px;
    padding: 0 16px;
    border: 0;
    border-radius: 10px;
    background: var(--primary);
    color: var(--white);
    cursor: pointer;
}

@media (max-width: 1200px) {
    .breaking-list, .masonry-5 { grid-template-columns: repeat(3, 1fr); }
    .masonry-4, .author-list, .top-four-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1024px) {
    .hero-grid, .content-grid, .footer-grid { grid-template-columns: 1fr; }
    .hero-side { grid-template-columns: 1fr 1fr; grid-template-rows: unset; }
    .hero-slider, .hero-slide { min-height: 420px; height: 420px; }
}

@media (max-width: 768px) {
    .site-title { font-size: 28px; }
    .hero-slider, .hero-slide { min-height: 360px; height: 360px; }
    .hero-title { font-size: 24px; }
    .hero-excerpt { max-width: 100%; font-size: 14px; }
    .news-grid, .hero-side, .compact-list, .big-two, .author-list, .masonry-5, .masonry-4, .breaking-list, .top-four-grid { grid-template-columns: 1fr; }
    .news-title { min-height: auto; }
    .news-excerpt { min-height: auto; }
    .hero-side-card { min-height: auto; }
    .main-nav ul { gap: 4px; }
    .main-nav a { padding: 8px 12px; font-size: 14px; }
    .compact-item { flex-direction: column; }
    .compact-item img { width: 100%; height: 180px; }
    .article-title { font-size: 26px; }
}

@media (max-width: 480px) {
    .hero-content { left: 18px; right: 18px; bottom: 58px; }
    .hero-title { font-size: 21px; }
    .hero-dot { width: 30px; height: 30px; font-size: 12px; }
    .hero-arrow { width: 36px; height: 36px; }
    .news-thumb img { height: 100%; }
}


/* v2.1 - üst 5'li blok daha sade */
.breaking-strip-minimal {
    padding: 10px 0 4px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.breaking-strip-minimal .breaking-list {
    gap: 18px;
}

.breaking-strip-minimal .breaking-item {
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.breaking-strip-minimal .breaking-item a {
    display: block;
}

.breaking-strip-minimal .breaking-item img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 12px;
}

.breaking-strip-minimal .breaking-item-body {
    padding: 10px 2px 0;
}

.breaking-strip-minimal .breaking-item-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.breaking-strip-minimal .breaking-item-title a:hover {
    color: var(--primary);
}

@media (max-width: 1200px) {
    .breaking-strip-minimal .breaking-item img {
        height: 150px;
    }
}

@media (max-width: 768px) {
    .breaking-strip-minimal {
        padding-top: 4px;
    }

    .breaking-strip-minimal .breaking-item img {
        height: 190px;
    }

    .breaking-strip-minimal .breaking-item-body {
        padding-top: 8px;
    }
}


.breaking-band {
    display: flex;
    align-items: center;
    gap: 0;
    overflow: hidden;
    background: var(--white);
    border-radius: 999px;
    box-shadow: var(--shadow);
    margin: 20px 0 24px;
    border: 1px solid var(--border);
}
.breaking-band-label {
    flex: 0 0 auto;
    background: #e11d48;
    color: var(--white);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .4px;
    padding: 14px 18px;
}
.breaking-band-track-wrap {
    overflow: hidden;
    width: 100%;
}
.breaking-band-track {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 0 22px;
    min-width: max-content;
    white-space: nowrap;
    animation: breakingTicker 28s linear infinite;
}
.breaking-band:hover .breaking-band-track { animation-play-state: paused; }
.breaking-band-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--secondary);
}
.breaking-band-item:hover { color: var(--primary); }
.breaking-band-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e11d48;
    flex: 0 0 8px;
}
@keyframes breakingTicker {
    from { transform: translateX(0); }
    to { transform: translateX(-25%); }
}

.section-head-inline { margin-bottom: 18px; }
.section-title-inline { margin-bottom: 0; }
.authors-featured-box {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
}
.author-badge,
.sidebar-mini-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: var(--primary-dark);
    background: rgba(18,179,182,0.10);
    border-radius: 999px;
    padding: 5px 9px;
    margin-bottom: 10px;
}
.sidebar-authors-widget {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
}
.sidebar-widget ul li {
    padding: 7px 0;
    border-bottom: 1px solid var(--border);
}
.sidebar-widget ul li:last-child { border-bottom: 0; }

@media (max-width: 768px) {
    .breaking-band {
        border-radius: 18px;
        align-items: stretch;
        flex-direction: column;
    }
    .breaking-band-label {
        width: 100%;
        text-align: center;
    }
    .breaking-band-track {
        animation-duration: 22s;
        padding: 14px 18px;
    }
}


.middle-authors-news-box {
    background: var(--white);
}
.author-list-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.author-list-news .news-title {
    font-size: 18px;
    min-height: 50px;
}
.author-list-news .news-excerpt {
    min-height: 62px;
}
.sidebar-authors-widget {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
}
.sidebar-authors-stack {
    display: grid;
    gap: 16px;
}
.sidebar-author-featured {
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}
.sidebar-author-featured-thumb {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef4f7;
}
.sidebar-author-featured-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar-author-featured-body {
    padding: 14px;
}
.sidebar-author-featured-title {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}
.sidebar-author-featured-title a:hover {
    color: var(--primary);
}
.sidebar-author-post {
    align-items: center;
}
.sidebar-author-post .sidebar-post-thumb img {
    border-radius: 12px;
    width: 92px;
    height: 72px;
}
@media (max-width: 1024px) {
    .author-list-news {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .author-list-news {
        grid-template-columns: 1fr;
    }
}


/* Sidebar köşe yazarları */
.sidebar-authors-list {
    display: grid;
    gap: 16px;
}
.sidebar-author-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}
.sidebar-author-card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.sidebar-author-avatar {
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    background: #eef4f7;
}
.sidebar-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sidebar-author-content {
    min-width: 0;
}
.sidebar-author-name {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 6px;
    color: var(--secondary);
}
.sidebar-author-name a:hover,
.sidebar-author-post-title a:hover {
    color: var(--primary);
}
.sidebar-author-post-title {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}
.sidebar-author-post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* v9 - sidebar authors latest unique + cleaner hero + stronger mobile */
.hero-content-minimal {
    left: 24px;
    right: 24px;
    bottom: 28px;
    padding: 20px 20px 6px;
}

.hero-content-minimal .hero-title {
    margin-bottom: 0;
    max-width: 88%;
    font-size: 30px;
    line-height: 1.22;
    text-shadow: 0 2px 14px rgba(0,0,0,0.38);
}

.hero-content-minimal .hero-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.35) 35%, rgba(0,0,0,0.08) 62%, rgba(0,0,0,0.02) 100%);
}

.sidebar-authors-list {
    display: grid;
    gap: 14px;
}

.sidebar-author-card {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 12px;
    align-items: start;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border);
}

.sidebar-author-card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.sidebar-author-avatar {
    display: block;
}

.sidebar-author-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    box-shadow: 0 6px 16px rgba(0,0,0,0.10);
}

.sidebar-author-name {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 6px;
}

.sidebar-author-name a:hover,
.sidebar-author-post-title a:hover {
    color: var(--primary);
}

.sidebar-author-post-title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .top-four-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-content-minimal .hero-title {
        max-width: 92%;
        font-size: 27px;
    }
}

@media (max-width: 768px) {
    .container {
        width: min(100% - 18px, var(--container));
    }

    .topbar-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .site-brand {
        padding: 14px 0;
    }

    .main-nav ul {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }

    .main-nav ul::-webkit-scrollbar {
        display: none;
    }

    .breaking-band {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 12px 14px;
    }

    .breaking-band-label {
        justify-self: start;
    }

    .top-four-grid,
    .masonry-4,
    .masonry-5,
    .big-two,
    .author-list,
    .compact-list {
        grid-template-columns: 1fr;
    }

    .top-four-thumb img {
        height: 220px;
    }

    .hero-slider,
    .hero-slide {
        min-height: 330px;
        height: 330px;
    }

    .hero-content-minimal {
        left: 16px;
        right: 16px;
        bottom: 22px;
        padding: 12px 6px 0;
    }

    .hero-content-minimal .hero-title {
        max-width: 100%;
        font-size: 22px;
        line-height: 1.28;
    }

    .hero-dots {
        left: 16px;
        bottom: 14px;
        gap: 6px;
    }

    .hero-dot {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .hero-arrow {
        width: 34px;
        height: 34px;
        font-size: 20px;
    }

    .hero-side {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hero-side-thumb img {
        height: 190px;
    }

    .section-box {
        padding: 18px;
        margin-bottom: 18px;
    }

    .section-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .news-body {
        padding: 14px;
    }

    .compact-item {
        grid-template-columns: 1fr;
    }

    .compact-item img,
    .news-thumb img {
        border-radius: 10px;
    }

    .sidebar-widget {
        padding: 16px;
        margin-bottom: 18px;
    }
}

@media (max-width: 480px) {
    .site-title {
        font-size: 25px;
    }

    .top-four-thumb img {
        height: 190px;
    }

    .hero-slider,
    .hero-slide {
        min-height: 290px;
        height: 290px;
    }

    .hero-content-minimal .hero-title {
        font-size: 19px;
    }

    .hero-prev {
        left: 10px;
    }

    .hero-next {
        right: 10px;
    }

    .sidebar-author-card {
        grid-template-columns: 56px 1fr;
        gap: 10px;
    }

    .sidebar-author-avatar img {
        width: 56px;
        height: 56px;
    }
}


/* v10 - reklam alanları + gelişmiş haber detayı */
.header-ad-wrap,
.home-inline-ad {
    margin-top: 16px;
}

.ad-widget {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 14px;
    overflow: hidden;
}

.ad-widget img,
.ad-widget iframe {
    width: 100%;
    max-width: 100%;
    border: 0;
    display: block;
}

.sidebar-ad {
    margin-bottom: 24px;
}

.single-article-card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 26px;
    margin-bottom: 24px;
}

.single-article-header {
    margin-bottom: 18px;
}

.single-article-category {
    display: inline-flex;
    align-items: center;
    background: rgba(18,179,182,0.10);
    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 800;
    border-radius: 999px;
    padding: 7px 12px;
    margin-bottom: 14px;
}

.single-article-title {
    font-size: 42px;
    line-height: 1.12;
    font-weight: 800;
    color: var(--secondary);
    margin-bottom: 18px;
}

.single-article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.single-author-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.single-author-avatar img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
}

.single-author-name {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 4px;
}

.single-author-name a:hover {
    color: var(--primary);
}

.single-reading-time {
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
}

.single-article-thumbnail {
    margin: 0 0 20px;
    border-radius: 18px;
    overflow: hidden;
    background: #eef3f7;
}

.single-article-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.single-share-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 14px 0;
    margin-bottom: 24px;
}

.single-share-label {
    font-size: 13px;
    font-weight: 800;
    color: var(--muted);
}

.share-btn {
    border: 1px solid var(--border);
    background: var(--white);
    color: var(--secondary);
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.share-btn:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.single-entry-content {
    font-size: 17px;
    line-height: 1.85;
}

.single-entry-content p,
.single-entry-content ul,
.single-entry-content ol,
.single-entry-content blockquote,
.single-entry-content h2,
.single-entry-content h3,
.single-entry-content h4 {
    margin-bottom: 18px;
}

.single-entry-content h2,
.single-entry-content h3,
.single-entry-content h4 {
    line-height: 1.3;
    color: var(--secondary);
}

.single-entry-content img {
    border-radius: 14px;
    height: auto;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.related-news-card .news-title {
    min-height: 0;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .single-article-title {
        font-size: 34px;
    }

    .related-posts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .header-ad-wrap,
    .home-inline-ad {
        margin-top: 12px;
    }

    .ad-widget {
        padding: 10px;
        border-radius: 16px;
    }

    .single-article-card {
        padding: 18px;
        border-radius: 18px;
    }

    .single-article-title {
        font-size: 28px;
    }

    .single-share-bar {
        gap: 8px;
    }

    .share-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .single-entry-content {
        font-size: 16px;
        line-height: 1.8;
    }

    .related-posts-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .single-article-title {
        font-size: 24px;
    }

    .single-author-avatar img {
        width: 48px;
        height: 48px;
    }

    .single-share-bar {
        align-items: stretch;
    }

    .share-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .site-brand {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-brand-right {
        width: 100%;
        justify-content: center;
    }

    .site-header .header-ad-wrap {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .site-brand-left {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .site-title {
        font-size: 26px;
    }

    .site-description {
        font-size: 13px;
    }

    .site-logo-link img,
    .custom-logo {
        max-height: 60px;
    }

    .site-header .header-ad-wrap .ad-widget {
        padding: 8px;
    }
}


/* v13 - turkuaz header, ince kırmızı şerit, sticky küçülen logo, mega menü */
:root {
    --primary: #17c7d5;
    --primary-dark: #0e8fa6;
    --secondary: #0f9fb1;
    --secondary-deep: #0b7080;
    --bg: #eefbfd;
}
body {
    overflow-x: hidden;
}
.site-header {
    background: var(--secondary);
    box-shadow: 0 10px 30px rgba(15, 159, 177, 0.16);
    transition: box-shadow .25s ease, background .25s ease;
}
.topbar {
    background: var(--secondary-deep);
    color: #eaffff;
}
.header-main {
    background: var(--secondary);
}
.site-brand {
    padding: 22px 0;
    transition: padding .25s ease;
}
.site-brand-left {
    flex: 0 0 340px;
    max-width: 340px;
}
.site-logo-link,
.custom-logo-link {
    display: inline-flex;
    align-items: center;
}
.site-logo-link img,
.custom-logo {
    max-height: 92px;
    width: auto;
    transition: max-height .25s ease, transform .25s ease;
}
.site-title,
.site-title a,
.site-description {
    color: #ffffff;
}
.site-brand-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}
.site-header .header-ad-wrap {
    width: min(100%, 760px);
    max-width: 760px;
}
.site-header .header-ad-wrap .ad-widget {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 14px;
    padding: 10px;
}
.main-nav {
    background: var(--secondary);
    border-top: 1px solid rgba(255,255,255,0.16);
    border-bottom: 1px solid rgba(255,255,255,0.16);
}
.nav-inner {
    position: relative;
}
.primary-menu,
.main-nav > .container > ul,
.main-nav .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 12px 0;
    align-items: center;
}
.main-nav a {
    color: #ffffff;
    font-weight: 700;
}
.main-nav a:hover,
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a {
    background: rgba(255,255,255,0.18);
    color: #ffffff;
}
.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255,255,255,.30);
    border-radius: 12px;
    background: rgba(255,255,255,.10);
    padding: 10px;
    cursor: pointer;
}
.menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #ffffff;
    border-radius: 2px;
}
body.is-scrolled .site-brand {
    padding: 12px 0;
}
body.is-scrolled .site-logo-link img,
body.is-scrolled .custom-logo {
    max-height: 68px;
}
body.is-scrolled .site-header {
    box-shadow: 0 14px 34px rgba(11, 112, 128, 0.24);
}
.section-box,
.sidebar-widget,
.news-card {
    position: relative;
}
.section-box::before,
.news-card::before,
.sidebar-widget::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #ef4444 0%, #dc2626 100%);
    border-radius: 12px 0 0 12px;
}
.news-card,
.sidebar-widget,
.section-box {
    box-shadow: 0 12px 28px rgba(9, 117, 134, 0.08);
}
.news-card {
    border-color: rgba(220, 38, 38, 0.12);
    box-shadow: 0 14px 28px rgba(9, 117, 134, 0.10);
}
.news-card:hover,
.top-four-card:hover,
.hero-side-card:hover,
.sidebar-widget:hover {
    transform: translateY(-4px);
}
.news-thumb img,
.top-four-thumb img,
.hero-side-thumb img,
.breaking-item img {
    transition: transform .35s ease;
}
.news-card:hover .news-thumb img,
.top-four-card:hover .top-four-thumb img,
.hero-side-card:hover .hero-side-thumb img,
.breaking-item:hover img {
    transform: scale(1.04);
}
/* Mega menu */
.primary-menu > li {
    position: relative;
}
.primary-menu > li.menu-item-has-children {
    position: static;
}
.primary-menu > li.menu-item-has-children > a::after {
    content: "▾";
    font-size: 11px;
    margin-left: 6px;
}
.primary-menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1px);
    background: #ffffff;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 24px 40px rgba(0,0,0,.12);
    padding: 22px 26px;
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 10px 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
    z-index: 1001;
}
.primary-menu > li.menu-item-has-children:hover > .sub-menu,
.primary-menu > li.menu-item-has-children:focus-within > .sub-menu,
.primary-menu > li.menu-item-has-children.mega-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.primary-menu > li.menu-item-has-children > .sub-menu > li {
    min-width: 0;
}
.primary-menu > li.menu-item-has-children > .sub-menu a {
    display: block;
    color: #12313a;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f5fcfd;
    line-height: 1.35;
}
.primary-menu > li.menu-item-has-children > .sub-menu a:hover {
    background: rgba(23,199,213,0.12);
    color: var(--secondary-deep);
}
.primary-menu > li.menu-item-has-children > .sub-menu .sub-menu {
    margin-top: 8px;
    display: grid;
    gap: 8px;
}
.primary-menu > li.menu-item-has-children > .sub-menu .sub-menu a {
    background: #ffffff;
    border: 1px solid #e3f4f7;
}
@media (max-width: 1100px) {
    .site-brand-left {
        flex-basis: 300px;
        max-width: 300px;
    }
    .site-header .header-ad-wrap {
        max-width: 620px;
    }
    .primary-menu > li.menu-item-has-children > .sub-menu {
        grid-template-columns: repeat(3, minmax(150px, 1fr));
    }
}
@media (max-width: 992px) {
    .site-brand {
        align-items: center;
    }
    .site-brand-left {
        flex: 1 1 auto;
        max-width: none;
    }
    .site-brand-right {
        flex: 0 0 auto;
    }
    .site-header .header-ad-wrap {
        display: none;
    }
    .menu-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
    }
    .main-nav {
        display: none;
    }
    .main-nav.is-open {
        display: block;
    }
    .primary-menu,
    .main-nav > .container > ul,
    .main-nav .menu {
        display: grid;
        gap: 6px;
        padding: 12px 0 18px;
    }
    .primary-menu > li.menu-item-has-children {
        position: relative;
    }
    .primary-menu > li.menu-item-has-children > .sub-menu {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        display: none;
        grid-template-columns: 1fr;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin-top: 8px;
        border-radius: 14px;
        box-shadow: none;
        padding: 10px;
        background: rgba(255,255,255,.10);
    }
    .primary-menu > li.menu-item-has-children.mega-open > .sub-menu {
        display: grid;
    }
    .primary-menu > li.menu-item-has-children > .sub-menu a {
        color: #ffffff;
        background: rgba(255,255,255,.10);
    }
    .primary-menu > li.menu-item-has-children > .sub-menu a:hover {
        background: rgba(255,255,255,.18);
        color: #ffffff;
    }
}
@media (max-width: 768px) {
    .site-brand {
        gap: 12px;
    }
    .site-logo-link img,
    .custom-logo {
        max-height: 76px;
    }
    body.is-scrolled .site-logo-link img,
    body.is-scrolled .custom-logo {
        max-height: 60px;
    }
    .topbar-inner {
        flex-direction: column;
        text-align: center;
        gap: 4px;
    }
}
@media (max-width: 480px) {
    .site-brand {
        padding: 14px 0;
    }
    .site-logo-link img,
    .custom-logo {
        max-height: 64px;
    }
    .menu-toggle {
        width: 42px;
        height: 42px;
    }
    .section-box::before,
    .news-card::before,
    .sidebar-widget::before {
        width: 2px;
    }
}


/* v13.2 - beyaz header/footer ve turkuaz temizliği */
:root {
    --primary: #d62828;
    --primary-dark: #a61e1e;
    --secondary: #8b1111;
    --secondary-deep: #8b1111;
    --bg: #fff7f7;
    --white: #ffffff;
    --text: #1f2937;
    --muted: #6b7280;
    --border: #f3d4d4;
    --shadow: 0 10px 30px rgba(214, 40, 40, 0.08);
}

body {
    background: #ffffff;
}

.site-header,
.header-main,
body.is-scrolled .site-header {
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(214, 40, 40, 0.08);
}

.site-header {
    border-bottom: 3px solid var(--primary);
}

.topbar {
    background: var(--primary);
    color: #ffffff;
}

.site-title,
.site-title a {
    color: var(--primary);
}

.site-description {
    color: var(--muted);
}

.site-header .header-ad-wrap .ad-widget {
    background: #ffffff;
    border: 1px solid #f1d1d1;
    color: #374151;
}

.main-nav {
    background: #ffffff;
    border-top: 1px solid #f7d7d7;
    border-bottom: 1px solid #f1caca;
}

.main-nav a,
.primary-menu > li > a {
    color: #7f1d1d;
}

.main-nav a:hover,
.main-nav .current-menu-item a,
.main-nav .current_page_item a,
.primary-menu > li.menu-item-has-children > .sub-menu a:hover {
    background: var(--primary);
    color: #ffffff;
}

.primary-menu > li.menu-item-has-children > .sub-menu {
    background: #ffffff;
    border: 1px solid #f1d1d1;
    box-shadow: 0 14px 30px rgba(214, 40, 40, 0.12);
}

.menu-toggle span {
    background: var(--primary);
}

.site-footer {
    background: #ffffff;
    color: #374151;
    border-top: 2px solid #f1d1d1;
}

.footer-title,
.footer-widget-title {
    color: #111827;
}

.footer-links a,
.site-footer a {
    color: #374151;
}

.footer-links a:hover,
.site-footer a:hover {
    color: var(--primary);
}

.footer-bottom {
    border-top: 1px solid #f3d4d4;
    color: #6b7280;
}


/* v17 PRO - ticker, ilerleme çubuğu ve siyah blog başlıkları */
.reading-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #d62828 0%, #ef4444 100%);
    z-index: 9999;
    transition: width .12s linear;
}

.section-title,
.section-title a,
.news-title,
.news-title a,
.compact-item-title,
.compact-item-title a,
.top-four-title,
.top-four-title a,
.hero-side-title,
.hero-side-title a,
.sidebar-post-title,
.sidebar-post-title a,
.author-card-title,
.author-card-title a,
.sidebar-author-name,
.sidebar-author-name a {
    color: #111111;
}

.section-title {
    border-left-color: var(--primary);
}

.breaking-band {
    position: relative;
    overflow: hidden;
}

.breaking-band::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 100%);
    pointer-events: none;
}

.breaking-band-track {
    gap: 32px;
    animation-duration: 38s;
}

.breaking-band-item {
    color: #111111;
}

.single-article-card {
    overflow: visible;
}

.single-article-excerpt {
    font-size: 18px;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 18px;
    padding-left: 16px;
    border-left: 4px solid #f3d4d4;
}

.single-share-bar {
    position: sticky;
    top: 104px;
    background: #ffffff;
    z-index: 5;
}

@media (max-width: 992px) {
    .single-share-bar {
        position: static;
    }
}

@media (max-width: 768px) {
    .breaking-band::after {
        display: none;
    }
    .breaking-band-track {
        animation-duration: 24s;
    }
    .single-article-excerpt {
        font-size: 16px;
        padding-left: 12px;
    }
}


/* v17.1 - başlık ve detay kırmızılarını siyaha çevir */
.news-title,
.news-title a,
.compact-item-title,
.compact-item-title a,
.top-four-title,
.top-four-title a,
.author-card-title,
.author-card-title a,
.related-news-card .news-title,
.related-news-card .news-title a {
    color: #111111;
}

.news-title a:hover,
.compact-item-title a:hover,
.top-four-title a:hover,
.author-card-title a:hover,
.related-news-card .news-title a:hover {
    color: #111111;
}

.single-article-title,
.single-article-title a,
.entry-title,
.entry-title a,
.single-entry-content,
.single-entry-content p,
.single-entry-content li,
.single-entry-content h2,
.single-entry-content h3,
.single-entry-content h4,
.single-share-label,
.single-reading-time {
    color: #111111;
}

.single-article-category,
.single-article-category:hover,
.single-article-category:focus,
.single-entry-content a,
.single-entry-content a:hover,
.single-entry-content a:focus {
    color: #111111;
}

.single-article-category {
    background: #ffffff;
    border-color: #111111;
}

.single-article-excerpt {
    color: #111111;
    border-left-color: #111111;
}

.single-share-bar .share-btn,
.single-share-bar .share-btn:hover,
.single-share-bar .share-btn:focus {
    color: #111111;
    border-color: #111111;
    background: #ffffff;
}

/* v17.2 - link hover kırmızısı kaldırıldı, sidebar başlıkları siyah, üst kırmızı çizgiler temizlendi */
a,
a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: inherit;
}

.sidebar-post-title,
.sidebar-post-title a,
.sidebar-author-name,
.sidebar-author-name a,
.sidebar-author-post-title,
.sidebar-author-post-title a,
.sidebar-author-featured-title,
.sidebar-author-featured-title a {
    color: #111111;
}

.sidebar-post-title a:hover,
.sidebar-author-name a:hover,
.sidebar-author-post-title a:hover,
.sidebar-author-featured-title a:hover {
    color: #111111;
}

.site-header {
    border-bottom: 1px solid #ececec;
}

.main-nav {
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #ececec;
}

.section-title,
.section-title a {
    border-left-color: #e5e7eb;
}

.news-card::before,
.sidebar-widget::before {
    display: none;
}

.main-nav a:hover,
.main-nav .current-menu-item a,
.main-nav .current_page_item a,
.primary-menu > li.menu-item-has-children > .sub-menu a:hover {
    background: #f5f5f5;
    color: #111111;
}

.footer-links a:hover,
.site-footer a:hover,
.widget a:hover,
.breaking-item-title a:hover,
.breaking-band-item:hover,
.compact-item-title a:hover,
.author-card-title a:hover,
.related-news-card .news-title a:hover,
.single-entry-content a:hover,
.single-entry-content a:focus {
    color: inherit;
}


/* V18 enhancements */
.top-four-thumb img,
.news-thumb img,
.hero-side-thumb img,
.breaking-item img,
.compact-item img,
.sidebar-post-thumb img,
.related-news-card .news-thumb img {
    transition: transform .35s ease;
}

.top-four-card:hover .top-four-thumb img,
.news-card:hover .news-thumb img,
.hero-side-card:hover .hero-side-thumb img,
.breaking-item:hover img,
.compact-item:hover img,
.sidebar-post:hover .sidebar-post-thumb img,
.related-news-card:hover .news-thumb img {
    transform: scale(1.06);
}

.sidebar-popular-list {
    display: grid;
    gap: 14px;
}

.sidebar-popular-item {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 12px;
    align-items: start;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border);
}

.sidebar-popular-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.sidebar-popular-rank {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff5f5;
    color: var(--primary-dark);
    border: 1px solid #f1d0d0;
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 800;
}

.sidebar-popular-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    color: #111;
}

.sidebar-popular-title a:hover {
    color: #111;
}

.single-layout-grid {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.floating-share {
    position: sticky;
    top: 128px;
    display: grid;
    gap: 10px;
}

.floating-share-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    color: var(--muted);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 0 auto 2px;
}

.floating-share-link {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: var(--white);
    color: #111;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 20px rgba(214, 40, 40, 0.08);
    font-size: 13px;
    font-weight: 800;
}

.floating-share-link:hover {
    transform: translateY(-2px);
    color: #111;
}

.single-article-body-wrap {
    min-width: 0;
}

@media (max-width: 1200px) {
    .single-layout-grid {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 18px;
    }

    .floating-share-link {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        font-size: 12px;
    }
}

@media (max-width: 900px) {
    .single-layout-grid {
        grid-template-columns: 1fr;
    }

    .floating-share {
        position: static;
        grid-auto-flow: column;
        justify-content: start;
        gap: 8px;
        margin-bottom: 14px;
    }

    .floating-share-label {
        writing-mode: horizontal-tb;
        transform: none;
        margin: 0 6px 0 0;
        display: inline-flex;
        align-items: center;
    }
}

@media (max-width: 768px) {
    :root {
        --container: 100%;
    }
}
