/*
Theme Name: Dr. Özarslan Özel Tema
Theme URI: https://drozarslan.com
Author: Dr. Özarslan
Description: Dr. Özarslan için sıfırdan geliştirilen sağlık bilgilendirme teması.
Version: 0.1.0
Text Domain: drozarslan-ozel
*/

:root { --oz-navy: #12324a; --oz-teal: #147f86; --oz-mist: #f4f8f8; --oz-ink: #18252f; --oz-muted: #62727d; --oz-line: #dce7e7; --oz-radius: 16px; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--oz-ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: var(--oz-teal); text-decoration: none; }
a:hover { text-decoration: underline; }
.site-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { background: #fff; border-bottom: 1px solid var(--oz-line); }
.site-brand { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 86px; }
.site-title { margin: 0; font-size: clamp(1.25rem, 2vw, 1.75rem); color: var(--oz-navy); }
.site-tagline { margin: 0; color: var(--oz-muted); font-size: .9rem; }
.primary-nav ul { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; padding: 14px 0; list-style: none; }
.primary-nav a { color: var(--oz-navy); font-weight: 650; }
.hero { padding: clamp(42px, 7vw, 88px) 0; background: linear-gradient(135deg, #edf7f7, #fff); }
.hero h1 { max-width: 760px; margin: 0 0 16px; color: var(--oz-navy); font-size: clamp(2rem, 5vw, 4.25rem); line-height: 1.08; }
.hero p { max-width: 700px; margin: 0; color: var(--oz-muted); font-size: 1.1rem; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 44px; padding: 48px 0; }
.article-card { padding: 28px; border: 1px solid var(--oz-line); border-radius: var(--oz-radius); background: #fff; box-shadow: 0 8px 28px rgba(18, 50, 74, .05); }
.article-card + .article-card { margin-top: 20px; }
.entry-title { margin-top: 0; color: var(--oz-navy); }
.entry-meta { color: var(--oz-muted); font-size: .9rem; }
.site-footer { padding: 32px 0; color: #d8e9e9; background: var(--oz-navy); }
.site-footer a { color: #fff; }
@media (max-width: 800px) { .site-brand { align-items: flex-start; flex-direction: column; padding: 18px 0; } .content-grid { grid-template-columns: 1fr; gap: 28px; } }

.single-article .entry-content { max-width: 100%; }
.single-article img, .article-card img { display: block; max-width: 100%; height: auto; margin: 24px 0; border-radius: 12px; }
.entry-content h2, .entry-content h3 { color: var(--oz-navy); line-height: 1.25; margin-top: 1.8em; }
.entry-content a { text-decoration: underline; }
.entry-content table { display: block; max-width: 100%; overflow-x: auto; }

.archive-header { padding: 52px 0 18px; background: var(--oz-mist); border-bottom: 1px solid var(--oz-line); }
.archive-header h1 { margin: 0; color: var(--oz-navy); font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.15; }
.archive-description { max-width: 720px; color: var(--oz-muted); }
.archive-links { margin: 0; padding-left: 20px; }
.archive-links li + li { margin-top: 10px; }
.navigation.pagination { display: flex; gap: 12px; margin-top: 28px; }
.navigation.pagination .page-numbers { padding: 8px 12px; border: 1px solid var(--oz-line); border-radius: 8px; }
.navigation.pagination .current { color: #fff; background: var(--oz-teal); border-color: var(--oz-teal); }

.empty-state { max-width: 760px; padding: 72px 0; }
.button-link, .search-submit { display: inline-block; padding: 10px 16px; color: #fff; background: var(--oz-teal); border: 1px solid var(--oz-teal); border-radius: 8px; font: inherit; font-weight: 650; cursor: pointer; }
.button-link:hover, .search-submit:hover { color: #fff; background: var(--oz-navy); border-color: var(--oz-navy); text-decoration: none; }
.search-form { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.search-field { flex: 1 1 190px; min-height: 42px; padding: 8px 12px; border: 1px solid var(--oz-line); border-radius: 8px; font: inherit; }

form[role="search"] { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
input[name="s"] { flex: 1 1 190px; min-height: 42px; padding: 8px 12px; border: 1px solid var(--oz-line); border-radius: 8px; font: inherit; }
input[type="submit"] { padding: 10px 16px; color: #fff; background: var(--oz-teal); border: 1px solid var(--oz-teal); border-radius: 8px; font: inherit; font-weight: 650; cursor: pointer; }

.page-layout { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 48px 0; }
.page-layout .article-card { box-shadow: none; }

.site-identity { display: flex; align-items: center; gap: 14px; }
.custom-logo-link { display: inline-flex; }
.custom-logo { display: block; width: auto; max-width: 180px; max-height: 58px; }
@media (max-width: 800px) { .site-identity { max-width: 100%; } .custom-logo { max-width: 145px; max-height: 48px; } }

.read-more { margin: 20px 0 0; }
.read-more a { font-weight: 700; }
.read-more span { display: inline-block; transition: transform .15s ease; }
.read-more a:hover span { transform: translateX(3px); }

.article-dates { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 14px; color: var(--oz-muted); font-size: .9rem; }
.article-dates time + time::before { content: "•"; margin-right: 18px; color: var(--oz-line); }

.content-grid > * { min-width: 0; }
.single-article { max-width: 100%; overflow-wrap: anywhere; }

@media (max-width: 800px) { .spice_social_share_list { flex-wrap: wrap !important; } }


.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; white-space: normal; }


.headline-strip { padding: 14px 0; color: #fff; background: var(--oz-teal); }
.headline-strip .site-shell { display: flex; align-items: center; gap: 22px; }
.headline-strip strong { padding-right: 22px; border-right: 1px solid rgba(255,255,255,.45); letter-spacing: .06em; }
.featured-area { padding: 28px 0 12px; background: #eef3f5; }
.featured-area > .site-shell > .entry-meta { margin: 0 0 10px; font-weight: 700; letter-spacing: .08em; }
.featured-slider { overflow: hidden; border-radius: var(--oz-radius); box-shadow: 0 12px 32px rgba(18, 50, 74, .16); }
.featured-track { display: flex; width: 300%; animation: oz-featured-slider 18s ease-in-out infinite; }
.featured-slide { position: relative; flex: 0 0 33.3333%; min-height: 440px; overflow: hidden; background: var(--oz-navy); }
.featured-image, .featured-image span, .featured-image img { display: block; width: 100%; height: 100%; }
.featured-image { position: absolute; inset: 0; background: linear-gradient(135deg, var(--oz-navy), var(--oz-teal)); }
.featured-image img { object-fit: cover; }
.featured-slide::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(8, 25, 38, .82), rgba(8, 25, 38, .28) 62%, rgba(8, 25, 38, .12)); pointer-events: none; }
.featured-overlay { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; width: min(720px, 82%); min-height: 440px; padding: clamp(24px, 5vw, 58px); color: #fff; }
.featured-overlay .entry-meta { color: #d7efef; }
.featured-overlay h2 { max-width: 650px; margin: 0 0 16px; font-size: clamp(1.7rem, 3.5vw, 3.2rem); line-height: 1.12; }
.featured-overlay h2 a, .featured-link { color: #fff; }
.featured-link { font-weight: 700; }
.featured-link:hover { color: #fff; }
.section-heading { margin-bottom: 22px; }
.section-heading h2 { margin: 0; color: var(--oz-navy); font-size: clamp(1.6rem, 3vw, 2.4rem); }
@keyframes oz-featured-slider { 0%, 27% { transform: translateX(0); } 33%, 60% { transform: translateX(-33.3333%); } 66%, 93% { transform: translateX(-66.6666%); } 100% { transform: translateX(0); } }
@media (max-width: 800px) { .headline-strip .site-shell { display: block; } .headline-strip span { display: block; margin-top: 4px; font-size: .9rem; } .headline-strip strong { border: 0; } .featured-slide, .featured-overlay { min-height: 330px; } .featured-track { width: 100%; animation: none; } .featured-slide { flex-basis: 100%; } .featured-slide:not(:first-child) { display: none; } }
@media (prefers-reduced-motion: reduce) { .featured-track { animation: none; } }

.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; white-space: normal; }


/* Makale kartları: öne çıkan görseller ve daha dengeli yazı ölçeği */
.article-with-image { padding: 0; overflow: hidden; }
.article-with-image .card-image { display: block; overflow: hidden; background: var(--oz-mist); }
.article-with-image .card-image img { display: block; width: 100%; aspect-ratio: 16 / 8; object-fit: cover; margin: 0; border-radius: 0; transition: transform .25s ease; }
.article-with-image .card-image:hover img { transform: scale(1.02); }
.article-with-image .card-body { padding: 22px 24px 24px; }
.article-with-image .entry-title { margin-bottom: 12px; font-size: clamp(1.12rem, 1.7vw, 1.4rem); line-height: 1.3; }
.article-with-image .entry-meta, .article-with-image p { font-size: .95rem; }
.featured-overlay h2 { max-width: 600px; font-size: clamp(1.45rem, 2.6vw, 2.35rem); line-height: 1.18; }
.section-heading h2 { font-size: clamp(1.45rem, 2.5vw, 2rem); }
@media (max-width: 800px) { .article-with-image .card-body { padding: 18px 20px 20px; } .article-with-image .card-image img { aspect-ratio: 16 / 9; } .featured-overlay h2 { font-size: clamp(1.35rem, 7vw, 2rem); } }


/* Özgün dergi düzeni */
.utility-bar { color: #f7fbfe; background: #d9e8f3; font-size: .78rem; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 34px; }
.utility-links { display: flex; gap: 14px; }
.utility-links a { color: #456171; font-weight: 650; }
.site-brand { min-height: 126px; }
.primary-nav ul { gap: clamp(14px, 2vw, 28px); }
.primary-nav a { font-size: .96rem; }
.headline-strip { padding: 0; background: #f4f8fb; border-top: 1px solid var(--oz-line); border-bottom: 1px solid var(--oz-line); }
.headline-strip .site-shell { min-height: 54px; }
.headline-strip strong { align-self: stretch; display: flex; align-items: center; padding: 0 24px 0 0; color: var(--oz-navy); border-right-color: var(--oz-line); }
.headline-strip span { color: var(--oz-muted); font-size: .92rem; }
.featured-area { padding: 24px 0 18px; background: #fff; }
.featured-mosaic { display: grid; grid-template-columns: 1.45fr 1fr 1fr; grid-auto-rows: 188px; gap: 10px; }
.mosaic-card { position: relative; overflow: hidden; min-width: 0; background: var(--oz-navy); border-radius: 8px; }
.mosaic-primary { grid-row: span 2; }
.mosaic-image, .mosaic-image span, .mosaic-image img { display: block; width: 100%; height: 100%; }
.mosaic-image { position: absolute; inset: 0; background: linear-gradient(135deg, var(--oz-navy), var(--oz-teal)); }
.mosaic-image img { margin: 0; border-radius: 0; object-fit: cover; transition: transform .3s ease; }
.mosaic-card:hover .mosaic-image img { transform: scale(1.03); }
.mosaic-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(5, 20, 31, .82), rgba(5, 20, 31, .04) 70%); pointer-events: none; }
.mosaic-overlay { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; padding: 18px; color: #fff; }
.mosaic-overlay .entry-meta { margin: 0 0 5px; color: #d5e9f2; font-size: .72rem; }
.mosaic-overlay h2 { margin: 0 0 8px; font-size: clamp(.98rem, 1.55vw, 1.45rem); line-height: 1.18; }
.mosaic-primary .mosaic-overlay { padding: 28px; }
.mosaic-primary .mosaic-overlay h2 { font-size: clamp(1.45rem, 2.5vw, 2.3rem); }
.mosaic-overlay a { color: #fff; }
.mosaic-link { font-size: .82rem; font-weight: 700; }
.featured-slider, .featured-track { display: block; width: auto; animation: none; }
.content-grid { grid-template-columns: minmax(0, 1fr) 280px; gap: 32px; padding-top: 30px; }
.post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.post-grid .article-card + .article-card { margin-top: 0; }
.post-grid .article-with-image .card-image img { aspect-ratio: 16 / 9; }
.post-grid .article-with-image .card-body { padding: 18px 19px 20px; }
.post-grid .article-with-image .entry-title { font-size: 1.05rem; line-height: 1.31; }
.entry-category { margin: 0 0 4px; color: var(--oz-teal); font-size: .72rem !important; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.card-excerpt { display: -webkit-box; margin: 0; overflow: hidden; color: var(--oz-muted); font-size: .88rem !important; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.post-grid .read-more { margin-top: 13px; font-size: .85rem; }
.sidebar-note { align-self: start; padding: 22px; background: #f8fbfc; }
@media (max-width: 920px) { .featured-mosaic { grid-template-columns: 1.25fr 1fr; } .mosaic-primary { grid-row: span 2; } .mosaic-card:nth-child(4), .mosaic-card:nth-child(5) { display: none; } }
@media (max-width: 800px) { .utility-inner { min-height: 32px; } .utility-links a:not(:first-child) { display: none; } .site-brand { min-height: auto; } .headline-strip strong { display: block; padding: 8px 0 0; } .headline-strip .site-shell { padding: 8px 0; } .featured-mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; } .mosaic-primary { grid-row: span 2; } .mosaic-primary .mosaic-overlay { padding: 18px; } .mosaic-primary .mosaic-overlay h2 { font-size: 1.28rem; } .mosaic-overlay h2 { font-size: .9rem; } .mosaic-link { display: none; } .post-grid { grid-template-columns: 1fr; } }


/* Dergi yardımcı bileşenleri */
.header-actions { display: flex; align-items: center; gap: 18px; }
.site-search { display: grid; width: 32px; height: 32px; place-items: center; color: var(--oz-navy); border-left: 1px solid var(--oz-line); font-size: 1.55rem; line-height: 1; }
.site-search:hover { color: var(--oz-teal); text-decoration: none; }
.site-footer { padding: 44px 0 0; color: #d8e9e9; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 44px; padding-bottom: 36px; }
.footer-grid h2 { margin: 0 0 14px; color: #fff; font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; }
.footer-grid p { margin: 0 0 10px; color: #c5d8df; font-size: .9rem; }
.footer-list { margin: 0; padding: 0; list-style: none; }
.footer-list li { padding: 7px 0; border-bottom: 1px solid rgba(216,233,233,.14); font-size: .88rem; line-height: 1.35; }
.footer-list li::before { content: "›"; margin-right: 8px; color: #75c7cc; font-weight: 800; }
.footer-bottom { padding: 16px 0; color: #b9d0d7; border-top: 1px solid rgba(216,233,233,.18); font-size: .82rem; }
@media (max-width: 800px) { .header-actions { width: 100%; justify-content: space-between; } .site-search { border-left: 0; } .footer-grid { grid-template-columns: 1fr; gap: 26px; } }


/* Öne çıkan alan: daha sakin, okunaklı dergi kartları */
.featured-area > .site-shell > .entry-meta { display: flex; align-items: center; gap: 12px; margin: 0 0 12px; color: #547181; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.featured-area > .site-shell > .entry-meta::after { flex: 1; height: 1px; content: ""; background: #dce8ee; }
.featured-mosaic { gap: 12px; }
.mosaic-card { box-shadow: 0 8px 22px rgba(22, 54, 71, .10); transition: transform .24s ease, box-shadow .24s ease; }
.mosaic-card:hover { box-shadow: 0 14px 30px rgba(22, 54, 71, .18); transform: translateY(-2px); }
.mosaic-card::after { background: linear-gradient(0deg, rgba(5, 20, 31, .93) 0%, rgba(5, 20, 31, .66) 42%, rgba(5, 20, 31, .08) 78%); }
.mosaic-overlay { padding: 20px; }
.mosaic-overlay .entry-meta { display: inline-flex; align-self: flex-start; margin-bottom: 9px; padding: 4px 8px; color: #e8f7fa; border: 1px solid rgba(232,247,250,.32); border-radius: 999px; background: rgba(5, 20, 31, .26); font-size: .65rem; font-weight: 700; letter-spacing: .035em; }
.mosaic-overlay h2 { display: -webkit-box; overflow: hidden; margin-bottom: 12px; font-weight: 750; letter-spacing: -.015em; text-shadow: 0 1px 5px rgba(0,0,0,.24); -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.mosaic-primary .mosaic-overlay h2 { -webkit-line-clamp: 3; }
.mosaic-link { display: inline-flex; align-items: center; gap: 7px; width: max-content; padding-bottom: 2px; border-bottom: 1px solid rgba(255,255,255,.55); font-size: .76rem; letter-spacing: .015em; }
.mosaic-link span { font-size: 1rem; transition: transform .18s ease; }
.mosaic-card:hover .mosaic-link span { transform: translateX(3px); }
@media (max-width: 800px) { .featured-mosaic { gap: 8px; } .mosaic-card { border-radius: 7px; } .mosaic-overlay { padding: 13px; } .mosaic-overlay .entry-meta { margin-bottom: 6px; padding: 3px 6px; font-size: .58rem; } .mosaic-overlay h2 { margin-bottom: 0; line-height: 1.23; -webkit-line-clamp: 4; } .mosaic-primary .mosaic-overlay h2 { -webkit-line-clamp: 4; } }
@media (prefers-reduced-motion: reduce) { .mosaic-card, .mosaic-image img, .mosaic-link span { transition: none !important; } }


/* Kontrollü öne çıkan slayt */
.featured-slider { position: relative; overflow: hidden; min-height: 398px; border-radius: 12px; background: var(--oz-navy); box-shadow: 0 12px 30px rgba(22,54,71,.14); }
.featured-slides { position: relative; min-height: 398px; }
.featured-slide { position: absolute; inset: 0; display: grid; place-items: end start; overflow: hidden; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .7s ease, visibility .7s ease; }
.featured-slide.is-active { visibility: visible; opacity: 1; pointer-events: auto; }
.featured-slide-image, .featured-slide-image img, .featured-slide-image span { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.featured-slide-image { background: linear-gradient(135deg, var(--oz-navy), var(--oz-teal)); }
.featured-slide-image img { margin: 0; border-radius: 0; object-fit: cover; }
.featured-slide::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5,20,31,.92) 0%, rgba(5,20,31,.69) 43%, rgba(5,20,31,.08) 78%); pointer-events: none; }
.featured-slide-overlay { position: relative; z-index: 1; max-width: min(720px, 76%); padding: 42px; color: #fff; }
.featured-slide-overlay .entry-meta { display: inline-flex; margin: 0 0 12px; padding: 5px 9px; color: #e8f7fa; border: 1px solid rgba(232,247,250,.34); border-radius: 999px; background: rgba(5,20,31,.26); font-size: .68rem; font-weight: 750; letter-spacing: .04em; }
.featured-slide-overlay h2 { display: -webkit-box; overflow: hidden; margin: 0 0 17px; font-size: clamp(1.55rem, 3vw, 2.85rem); line-height: 1.11; letter-spacing: -.03em; text-shadow: 0 1px 7px rgba(0,0,0,.24); -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.featured-slide-overlay h2 a, .featured-slide-link { color: #fff; }
.featured-slide-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.65); font-size: .82rem; font-weight: 700; }
.featured-slider-controls { position: absolute; z-index: 2; right: 24px; bottom: 20px; display: flex; align-items: center; gap: 10px; }
.featured-arrow { display: grid; width: 33px; height: 33px; padding: 0; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(5,20,31,.34); font-size: 1rem; cursor: pointer; transition: background .18s ease, transform .18s ease; }
.featured-arrow:hover, .featured-arrow:focus-visible { background: var(--oz-teal); transform: translateY(-1px); }
.featured-dots { display: flex; gap: 7px; padding: 0 2px; }
.featured-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.48); cursor: pointer; transition: width .24s ease, background .24s ease; }
.featured-dots button.is-active, .featured-dots button[aria-selected="true"] { width: 24px; background: #fff; }
@media (max-width: 800px) { .featured-slider, .featured-slides { min-height: 330px; border-radius: 8px; } .featured-slide::after { background: linear-gradient(0deg, rgba(5,20,31,.93), rgba(5,20,31,.15) 90%); } .featured-slide-overlay { max-width: 100%; padding: 20px 20px 53px; } .featured-slide-overlay h2 { margin-bottom: 12px; font-size: clamp(1.35rem, 7vw, 2rem); -webkit-line-clamp: 4; } .featured-slider-controls { right: 14px; bottom: 12px; gap: 7px; } .featured-arrow { width: 29px; height: 29px; } }
@media (prefers-reduced-motion: reduce) { .featured-slide, .featured-arrow, .featured-dots button { transition: none !important; } }


/* Başlıktaki logo oranı */
.site-identity .custom-logo-link { display: flex; flex: 0 0 auto; align-items: center; }
.site-identity .custom-logo { display: block; width: 82px; max-width: 82px; height: 82px; margin: 0; object-fit: contain; }
.site-identity { gap: 17px; }
@media (max-width: 800px) { .site-identity .custom-logo { width: 58px; max-width: 58px; height: 58px; } .site-identity { gap: 11px; } }


/* Mobil yazı listesi: daha sıkı ve okunaklı */
@media (max-width: 800px) {
  .content-grid { gap: 20px; padding-top: 22px; }
  .section-heading { margin-bottom: 16px; }
  .section-heading h2 { font-size: 1.38rem; }
  .post-grid { gap: 12px; }
  .post-grid .article-with-image { display: grid; grid-template-columns: 112px minmax(0, 1fr); overflow: hidden; border-radius: 9px; }
  .post-grid .article-with-image .card-image { min-height: 100%; background: #e7f0f4; }
  .post-grid .article-with-image .card-image img { width: 100%; height: 100%; min-height: 112px; aspect-ratio: auto; object-fit: cover; }
  .post-grid .article-with-image .card-body { display: flex; min-width: 0; min-height: 112px; flex-direction: column; justify-content: center; padding: 13px 14px; }
  .post-grid .article-with-image .entry-category { margin-bottom: 3px; font-size: .61rem !important; }
  .post-grid .article-with-image .entry-meta { margin: 0 0 4px; font-size: .67rem !important; }
  .post-grid .article-with-image .entry-title { display: -webkit-box; overflow: hidden; margin: 0; font-size: .96rem; line-height: 1.27; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .post-grid .card-excerpt, .post-grid .read-more { display: none; }
  .sidebar-note { padding: 18px; }
  .archive-pagination { margin-top: 24px; }
}


/* Mobil yerleşim düzeltmesi */
@media (max-width: 800px) {
  .site-shell { width: min(calc(100% - 32px), 680px); }
  .utility-bar { min-height: 30px; }
  .utility-inner time { font-size: .68rem; }
  .site-brand { padding: 18px 0 14px; }
  .site-identity { gap: 10px; }
  .site-identity .custom-logo { width: 54px; max-width: 54px; height: 54px; }
  .site-title { font-size: 1.18rem; }
  .specialty-line { font-size: .82rem; }
  .site-tagline { font-size: .74rem; line-height: 1.35; }
  .primary-nav { margin-top: 14px; padding: 10px 0; }
  .primary-nav .menu { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 8px 14px; }
  .primary-nav .menu a { font-size: .8rem; line-height: 1.3; }
  .header-actions { align-self: flex-start; }
  .headline-strip { padding: 13px 0; }
  .headline-strip .site-shell { display: flex; flex-wrap: wrap; gap: 3px 10px; }
  .headline-strip strong { font-size: .75rem; }
  .headline-strip span { font-size: .76rem; }
  .featured-area { padding: 24px 0 28px; }
  .featured-area .entry-meta { margin-bottom: 10px; font-size: .66rem; }
  .featured-slide { min-height: 330px; }
  .featured-slide-content { padding: 22px 20px 56px; }
  .featured-slide .entry-title { display: -webkit-box; overflow: hidden; margin: 7px 0 10px; font-size: 1.45rem; line-height: 1.14; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
  .featured-slide .entry-meta { font-size: .7rem; }
  .featured-slide .read-more { font-size: .78rem; }
  .slider-controls { right: 14px; bottom: 13px; left: 14px; }
  .slider-dot { width: 6px; height: 6px; }
  .content-grid { display: grid; grid-template-columns: minmax(0, 1fr) !important; gap: 24px; padding-top: 24px; }
  .content-grid > section, .content-grid > aside { min-width: 0; width: 100%; }
  .content-grid > aside { order: 2; }
  .section-heading { margin-bottom: 15px; }
  .section-heading h2 { font-size: 1.35rem; }
  .post-grid { display: grid; grid-template-columns: minmax(0, 1fr) !important; gap: 12px; width: 100%; }
  .post-grid .article-with-image { grid-template-columns: 106px minmax(0, 1fr); width: 100%; min-height: 106px; }
  .post-grid .article-with-image .card-image img { min-height: 106px; }
  .post-grid .article-with-image .card-body { min-height: 106px; padding: 12px 13px; }
  .post-grid .article-with-image .entry-title { font-size: .94rem; line-height: 1.28; }
  .sidebar-note { padding: 17px; }
  .site-footer { margin-top: 36px; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 22px; }
}
