/* =========================================================
   Şimşek Haber — Claude Tema Özel Stilleri
   Bootstrap 5 CDN üzerinden yükleniyor; bu dosyada sadece
   özel bileşenler tanımlıdır.
   ========================================================= */

/* ── Reset / Base ── */
*, *::before, *::after { box-sizing: border-box; outline: none !important; }
#svg-sprite { display: none; }

body {
  margin: 0;
  padding: 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: #fafafa;
}

h1,h2,h3,h4,h5,h6 { margin-top: 0; margin-bottom: .5rem; }
a { color: #1a2f5e; }

/* ── Bootstrap Primary Override ── */
.btn-primary {
  --bs-btn-bg: #1a2f5e;
  --bs-btn-border-color: #1a2f5e;
  --bs-btn-hover-bg: #152545;
  --bs-btn-hover-border-color: #152545;
  --bs-btn-active-bg: #152545;
  --bs-btn-active-border-color: #152545;
}

/* ── SVG İkon sistemi ── */
.svg-icon {
  height: 1rem; width: 1rem;
  fill: currentColor;
  display: inline-block; vertical-align: middle;
}
.svg-icon.svg-md { height: 1.5rem; width: 1.5rem; }

/* ── Top Bar ── */
#top-bar {
  background: linear-gradient(90deg, #f5f9fd 0%, #eef4fb 100%);
  color: #222;
  font-size: 1rem;
  padding: 5px 0;
  border-bottom: 1px solid rgba(31,78,121,.12);
}
#top-bar .top-bar-inner { display: flex; justify-content: space-between; align-items: center; }
#top-bar .top-bar-date  { opacity: .9; }
#top-bar .top-bar-weather { color: #222; text-decoration: none; opacity: .9; }
#top-bar .top-bar-weather:hover { opacity: 1; text-decoration: underline; }

/* ── Header / Navbar ── */
.site-navbar {
  background: #fff;
  width: 100%;
  transition: box-shadow .1s, background .1s;
  padding: .8rem 0;
}
.site-navbar.navbar-scrolled {
  box-shadow: 0 2px 22px 0 rgba(0,0,0,.06);
  backdrop-filter: blur(5px);
  position: sticky; top: 0; z-index: 1030;
}
.site-logo { width: 100px; height: auto; }

.home-search-box .form-control,
.home-search-box .btn { height: 40px; }
.home-search-box .form-control {
  border-color: #1a2f5e; border-width: 2px; border-right: 0;
  box-shadow: none;
}
.home-search-box .form-control:focus { box-shadow: none; z-index: auto; }
.home-search-box .btn { padding: 0 2rem; }

/* Search autocomplete */
.search-suggest-list {
  position: absolute; top: 100%; left: 0; right: 0; z-index: 1050;
  background: #fff; border: 1px solid #dee2e6; border-top: 0;
  border-radius: 0 0 6px 6px; margin: 0; padding: .25rem 0;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  display: none;
}
.search-suggest-list li { padding: 0; }
.search-suggest-list li a {
  display: block; padding: .4rem .75rem;
  color: #222; text-decoration: none; font-size: .9rem;
}
.search-suggest-list li a:hover { background: #f0f4ff; color: #1a2f5e; }

/* ── Left Sidebar Categories ── */
.navbar-categories .nav-link {
  padding: .4rem .5rem; color: #222; padding-left: 0;
  font-size: .9rem;
}
.navbar-categories .nav-link.active { color: #1a2f5e; font-weight: 600; }
.navbar-categories .nav-link:hover { color: #1a2f5e; }

.sidebar-left-inner { padding-top: .75rem; padding-right: .5rem; }

.category-icon { max-height: 18px; width: auto; vertical-align: middle; margin-right: .3rem; }

/* ── Market Strip ── */
.market-strip-wrap {
  background: linear-gradient(90deg, #f5f9fd 0%, #eef4fb 100%);
  border-top: 1px solid rgba(31,78,121,.08);
  border-bottom: 1px solid rgba(31,78,121,.12);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.7);
}
.market-strip {
  display: flex; align-items: center; gap: 1rem;
  min-height: 64px; padding: .75rem 0;
}
.market-strip-heading {
  display: flex; align-items: center; gap: .55rem;
  white-space: nowrap; color: #173a5e; font-weight: 600;
  min-width: 170px; font-size: .9rem;
}
.market-strip-dot {
  width: 10px; height: 10px; border-radius: 999px;
  background: #1f4e79; box-shadow: 0 0 0 6px rgba(31,78,121,.12);
}
.market-strip-title { letter-spacing: .02em; }
.market-strip-time  { color: #6c7a89; font-size: .78rem; font-weight: 500; }
.market-strip-track {
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .85rem; width: 100%;
}
.market-strip-card {
  display: flex; flex-direction: column; gap: .2rem;
  padding: .7rem .85rem;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(31,78,121,.08);
  border-radius: 12px; text-decoration: none;
  transition: transform .18s, box-shadow .18s, border-color .18s;
}
.market-strip-card:hover {
  text-decoration: none; transform: translateY(-1px);
  border-color: rgba(31,78,121,.22);
  box-shadow: 0 12px 28px rgba(15,39,61,.08);
}
.market-label  { color: #5e6d7d; font-size: 1rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.market-value  { color: #173a5e; font-size: 1.05rem; font-weight: 700; line-height: 1.1; }
.market-change { display: inline-flex; align-items: center; gap: .35rem; font-size: 1rem; font-weight: 700; }
.market-arrow  {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1rem; height: 1rem; border-radius: 999px; font-size: .75rem;
  background: rgba(23,58,94,.08);
}
.market-up   .market-arrow  { background: rgba(25,135,84,.12); }
.market-down .market-arrow  { background: rgba(192,57,43,.12); }
.market-up   .market-change { color: #198754; }
.market-down .market-change { color: #c0392b; }
.market-flat .market-change { color: #6c7a89; }

@media (max-width: 991.98px) {
  .market-strip         { display: block; padding: .7rem 0; }
  .market-strip-heading { min-width: 0; margin-bottom: .65rem; }
  .market-strip-track   {
    display: flex; gap: .7rem; overflow-x: auto;
    padding-bottom: .2rem; scroll-snap-type: x proximity;
  }
  .market-strip-card { min-width: 150px; scroll-snap-align: start; }
  .market-strip-track::-webkit-scrollbar { display: none; }
}

/* ── Post Item (Haber Kartı) ── */
.post-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow .18s;
}
.post-item:hover { box-shadow: 0 4px 18px rgba(0,0,0,.09) !important; }

.post-feat-image {
  flex: 0 0 130px; width: 130px;
  background: #f0f0f0 center/cover no-repeat;
  overflow: hidden;
  align-self: stretch;
}
.post-feat-img {
  width: 130px; height: 100%; object-fit: cover; display: block;
  transition: transform .3s;
}
.post-item:hover .post-feat-img { transform: scale(1.04); }

.post-info { flex: 1; min-width: 0; }

.post-title {
  font-size: 1rem; font-weight: 600; line-height: 1.4;
  color: #222; margin: 0 0 .35rem;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-item a:hover .post-title { color: #1a2f5e; }
.post-info a { text-decoration: none; color: inherit; }
.post-info a:hover { color: #1a2f5e; text-decoration: none; }

.post-footer { font-size: .82rem; color: #6c7a89; }
.post-views  { margin-left: .4rem; }

.feed-logo-img { max-height: 18px; width: auto; border-radius: 2px; }

/* ── Site Heading (bölüm başlığı) ── */
.site-heading {
  font-size: 1rem; color: #222;
  padding: .6rem 0; letter-spacing: .2rem;
  border-bottom: 1px solid #dee2e6; text-transform: uppercase;
}
.site-heading span {
  border-left: 6px solid #1a2f5e; padding: 0 .6rem; display: block;
}

/* ── Hero Header (piyasa / kategori / arama / trend) ── */
.hero-header, .page-hero {
  min-height: 4rem; padding: 1rem .5rem;
  display: flex; flex-direction: column; justify-content: center;
  color: #fff; background: #1a2f5e;
}
.hero-header h3   { margin: 0; font-size: 1.3rem; font-weight: 700; }
.page-hero h1     { font-size: 1.35rem; font-weight: 700; margin: 0; }
.page-hero .hero-sub { font-size: .9rem; opacity: .85; margin-top: .2rem; }

/* ── Sağ Sidebar ── */
.sidebar-block {
  margin: 0 .4rem 1rem; padding: .5rem 0;
  box-shadow: 0 2px 22px 0 rgba(0,0,0,.06); background: #fff;
}
.sidebar-block:last-child { margin-bottom: 0; }
.sidebar-block .sidebar-body { padding: 0 .5rem; }
.sidebar-block .sidebar-heading {
  font-size: 1rem; color: #222; margin-bottom: 0;
  padding: 0 1rem; letter-spacing: .05rem;
}
.sidebar-block .sidebar-heading span {
  position: relative; display: inline-block; z-index: 2; padding-left: 1.3rem;
}
.sidebar-block .sidebar-heading span::before {
  width: 1rem; height: .6rem; content: "";
  display: inline-block; background: #1a2f5e;
  position: absolute; top: 50%; transform: translateY(-50%); left: 0;
}
.sidebar-block .sidebar-heading .svg-icon { float: right; }

/* Trendler */
.sidebar-block .trend-item { padding: .5rem 0; }
.sidebar-block .trend-item a { font-weight: 500; color: #222; text-decoration: none; }
.sidebar-block .trend-item a:hover { color: #1a2f5e; }

/* Sidebar Popüler */
.sidebar-post-item { display: flex; justify-content: space-between; padding: .25rem; }
.sidebar-post-item .post-feat-image { flex: 0 0 75px; width: 75px; position: relative; flex-shrink: 0; }
.sidebar-post-item .post-info { flex: 1; min-width: 0; }
.sidebar-post-item .post-img-link { display: block; overflow: hidden; height: 75px; width: 75px; }
.sidebar-post-item .post-feat-img { width: 75px; height: 75px; object-fit: cover; }
.sidebar-post-item .post-title { font-size: .95rem; color: #222; font-weight: 500; }
.sidebar-post-item .post-time { font-size: .8rem; }

/* Footer block in sidebar */
.sidebar-footer-block { padding: .75rem; font-size: .82rem; color: #6c7a89; }
.footer-link { color: #555; text-decoration: none; font-size: .85rem; }
.footer-link:hover { text-decoration: underline; }

/* ── Slider ── */
.home-carousel { border-radius: 8px; overflow: hidden; }
.home-carousel .carousel-inner { height: 300px; }
.home-carousel .carousel-item  { height: 300px; }
.home-carousel .carousel-item img { height: 300px; object-fit: cover; width: 100%; }
.home-carousel .carousel-caption {
  text-align: left; padding: 1rem;
  bottom: 1rem; left: 1rem; right: 1rem; top: auto;
}
.home-carousel .caption-label {
  background: rgba(0,0,0,.8);
  display: inline; line-height: 1.9rem;
  font-weight: 500; font-size: 1.02rem;
  padding: .1em 0;
}
.home-carousel .carousel-control-prev,
.home-carousel .carousel-control-next { width: 10%; }
@media (max-width: 767.98px) {
  .home-carousel .carousel-inner,
  .home-carousel .carousel-item,
  .home-carousel .carousel-item img { height: 200px; }
  .home-carousel .caption-label { font-size: .85rem; }
}

/* ── Post Single ── */
.post-single { background: #fff; }
.post-single-title { font-size: 1.5rem; font-weight: 700; line-height: 1.35; }
.post-single-meta  { font-size: .875rem; border-bottom: 1px solid #f0f0f0; }
.post-single-image {
  min-height: 300px; max-height: 400px;
  overflow: hidden; background: #f0f0f0 center/cover no-repeat;
}
.post-single-image.image-tall { min-height: 400px; max-height: 520px; }
.post-single-content { font-size: 1rem; line-height: 1.85; }
.post-single-content p  { margin-bottom: 1.3rem; }
.post-single-content h2 { font-size: 1.35rem; margin-top: 1.8rem; }
.post-single-content img { max-width: 100%; height: auto; display: block; margin: .5rem auto; }

/* Share buttons */
.post-share-icons { display: inline-flex; align-items: center; gap: 2px; }
.share-icon-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 4px; border: none;
  background: transparent; color: #6c757d; padding: 0; cursor: pointer; text-decoration: none;
}
.share-icon-x:hover     { color: #000; }
.share-icon-wa:hover    { color: #25d366; }
.share-icon-print:hover { color: #333; }

/* Trend badges */
.badge-trend {
  font-size: .8rem; padding: .35em .6em;
  background: #f8f9fa; color: #222;
  border: 1px solid #dee2e6; text-decoration: none; border-radius: .25rem;
}
.badge-trend:hover { background: #e9ecef; }

/* Breadcrumb */
.breadcrumb { font-size: .85rem; }
.breadcrumb-item + .breadcrumb-item::before { color: #aaa; }

/* ── İlgili Haberler Kartı ── */
.related-card {
  background: #fff; border-radius: 8px; overflow: hidden;
  box-shadow: 0 1px 8px rgba(0,0,0,.06);
  height: 100%; text-decoration: none; color: #222; display: block;
}
.related-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.1); color: #1a2f5e; text-decoration: none; }
.related-card img { width: 100%; height: 140px; object-fit: cover; display: block; }
.related-card-body  { padding: .65rem .75rem; }
.related-card-title { font-size: .95rem; font-weight: 600; line-height: 1.4; margin: 0 0 .3rem; }
.related-card-meta  { font-size: .78rem; color: #6c7a89; }

/* ── Hava Durumu ── */
.market-detail-card {
  background: #fff; border-radius: 12px;
  box-shadow: 0 2px 22px rgba(0,0,0,.07);
  padding: 1.2rem 1.4rem; margin-bottom: 1rem;
}
.market-detail-head {
  display: flex; align-items: flex-start;
  justify-content: space-between; gap: 1rem;
}
.market-detail-kicker { font-size: .85rem; color: #6c7a89; font-weight: 500; margin-bottom: .25rem; }
.market-detail-value  { font-size: 2.2rem; font-weight: 700; color: #1a2f5e; line-height: 1.1; }

.weather-stats-row {
  display: flex; flex-wrap: wrap; gap: .5rem 1.5rem;
  padding: .75rem 0 0; border-top: 1px solid #f0f0f0; margin-top: .75rem;
}
.weather-stat       { min-width: 80px; }
.weather-stat-label { font-size: .75rem; color: #6c7a89; display: block; }
.weather-stat-value { font-size: .95rem; font-weight: 700; color: #1a2f5e; display: block; }

.weather-section-title {
  font-size: .85rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  color: #6c7a89; margin-bottom: .6rem;
}
.weather-hourly-scroll {
  display: flex; gap: .5rem; overflow-x: auto;
  scroll-snap-type: x proximity; padding-bottom: .25rem;
}
.weather-hourly-scroll::-webkit-scrollbar { display: none; }
.weather-hour-card {
  flex: 0 0 62px; background: #f8f9fa; border-radius: 10px;
  padding: .5rem .3rem; text-align: center; scroll-snap-align: start;
}
.weather-hour-card.is-current { background: #1a2f5e; color: #fff; }
.weather-hour-card.is-past    { opacity: .45; }
.wh-time                { font-size: .68rem; color: #6c7a89; }
.is-current .wh-time    { color: rgba(255,255,255,.75); }
.wh-emoji               { font-size: 1.2rem; line-height: 1.5; }
.wh-temp                { font-size: .85rem; font-weight: 700; color: #1a2f5e; }
.is-current .wh-temp    { color: #fff; }
.wh-rain                { font-size: .65rem; color: #1e7fc4; }
.is-current .wh-rain    { color: rgba(255,255,255,.85); }

.weather-search-wrap    { position: relative; max-width: 600px; }
.weather-search-results {
  position: absolute; top: 100%; left: 0; right: 0; z-index: 1050;
  background: #fff; border: 1px solid #dee2e6; border-top: 0;
  border-radius: 0 0 6px 6px; box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.weather-result-item { padding: .5rem .75rem; cursor: pointer; font-size: .9rem; }
.weather-result-item:hover { background: #f0f4ff; }
.weather-no-result    { padding: .5rem .75rem; font-size: .88rem; color: #6c7a89; }

/* ── Piyasa Single ── */
.price-hero {
  background: #fff; border-radius: 12px;
  box-shadow: 0 2px 22px rgba(0,0,0,.07);
  padding: 1.2rem 1.4rem; margin-bottom: 1rem;
}
.price-instrument  { font-size: .85rem; color: #6c7a89; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.price-current     { font-size: 2.8rem; font-weight: 700; color: #1a2f5e; line-height: 1.1; }
.price-change-down { color: #c0392b; font-size: 1rem; font-weight: 600; }
.price-change-up   { color: #198754; font-size: 1rem; font-weight: 600; }
.price-updated     { font-size: .78rem; color: #aaa; margin-top: .3rem; }

.market-detail-badge { font-size: 1rem; font-weight: 600; }
.market-detail-meta  { font-size: .78rem; color: #aaa; margin-top: .2rem; }
.market-up   .market-detail-badge { color: #198754; }
.market-down .market-detail-badge { color: #c0392b; }
.market-flat .market-detail-badge { color: #6c7a89; }

.chart-area {
  background: #fff; border-radius: 12px;
  box-shadow: 0 2px 22px rgba(0,0,0,.07);
  padding: 1rem 1.2rem; margin-bottom: 1rem;
}

.market-chart-switcher { display: flex; gap: .4rem; margin-bottom: .75rem; }
.market-chart-tab {
  font-size: .82rem; padding: .25rem .75rem;
  background: #f0f4ff; border: 1px solid #dee2e6;
  border-radius: 20px; color: #555; cursor: pointer; transition: .15s;
}
.market-chart-tab.active  { background: #1a2f5e; border-color: #1a2f5e; color: #fff; }
.market-chart-tab:disabled { opacity: .45; cursor: not-allowed; }
.market-chart-view        { display: none; }
.market-chart-view.active { display: block; }

.market-chart-panel { overflow: hidden; }
.market-chart-shell { display: flex; align-items: stretch; gap: .25rem; }
.market-chart-y-axis {
  display: flex; flex-direction: column; justify-content: space-between;
  font-size: .7rem; color: #aaa; padding: 1px 0;
  min-width: 44px; text-align: right;
}
.market-chart-canvas { flex: 1; min-width: 0; }
.market-chart { width: 100%; height: auto; display: block; }
.market-chart-grid            { stroke: #f0f0f0; stroke-width: 1; }
.market-chart-grid-horizontal { stroke: #eee; }
.market-chart-line {
  fill: none; stroke: #1a2f5e; stroke-width: 2.5;
  stroke-linejoin: round; stroke-linecap: round;
}
.market-down .market-chart-line { stroke: #c0392b; }
.market-up   .market-chart-line { stroke: #198754; }
.market-chart-point             { fill: #1a2f5e; stroke: #fff; stroke-width: 2; }
.market-down .market-chart-point { fill: #c0392b; }
.market-up   .market-chart-point { fill: #198754; }
.market-chart-labels {
  display: flex; justify-content: space-between;
  font-size: .68rem; color: #aaa; margin-top: .15rem;
  padding-left: 44px;
}
.market-chart-labels .chart-label { flex: 1; text-align: center; }

.mini-market-card {
  display: flex; align-items: center; justify-content: space-between;
  background: #fff; border-radius: 10px; padding: .65rem .9rem;
  box-shadow: 0 1px 6px rgba(0,0,0,.05); text-decoration: none; color: #222;
  transition: box-shadow .15s;
}
.mini-market-card:hover    { box-shadow: 0 4px 14px rgba(0,0,0,.1); text-decoration: none; color: #222; }
.mini-market-name          { font-size: .85rem; font-weight: 600; }
.mini-market-price         { font-size: .88rem; font-weight: 700; color: #1a2f5e; }
.mini-market-chg-up        { font-size: .75rem; color: #198754; font-weight: 600; }
.mini-market-chg-down      { font-size: .75rem; color: #c0392b; font-weight: 600; }
.mini-market-chg-flat      { font-size: .75rem; color: #6c7a89; font-weight: 600; }

.market-desc   { font-size: .95rem; line-height: 1.75; color: #444; }
.market-desc p { margin-bottom: .9rem; }

.stat-card       { background: #fff; border-radius: 8px; padding: .85rem 1rem; box-shadow: 0 1px 8px rgba(0,0,0,.05); }
.stat-card-label { font-size: .78rem; color: #6c7a89; text-transform: uppercase; letter-spacing: .05em; }
.stat-card-value { font-size: 1.15rem; font-weight: 700; color: #1a2f5e; margin-top: .15rem; }

.history-table th { font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; color: #6c7a89; }
.history-table td { font-size: .88rem; vertical-align: middle; }
.badge-up   { background: rgba(25,135,84,.1);  color: #198754; padding: .2em .5em; border-radius: .25rem; font-size: .8rem; }
.badge-down { background: rgba(192,57,43,.1); color: #c0392b; padding: .2em .5em; border-radius: .25rem; font-size: .8rem; }

/* ── Sayfa (page.php) ── */
.page-content      { font-size: 1rem; line-height: 1.85; }
.page-content p    { margin-bottom: 1.2rem; color: #333; }
.page-content h2   { font-size: 1.2rem; font-weight: 700; color: #1a2f5e; margin-top: 1.8rem; }
.page-content h3   { font-size: 1rem; font-weight: 700; margin-top: 1.2rem; }
.page-content ul   { padding-left: 1.4rem; margin-bottom: 1rem; }
.page-content ul li { margin-bottom: .4rem; }
.page-content a    { color: #1a2f5e; }
.page-content .lead { font-size: 1.1rem; color: #444; }

/* ── Video (youtube.php) ── */
.embed-responsive { position: relative; width: 100%; }
.embed-responsive-16by9::before { content: ""; display: block; padding-top: 56.25%; }
.embed-responsive-item { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

.video-description { font-size: .9rem; }
.video-description li { padding: .25rem 0; border-bottom: 1px solid #f0f0f0; }
.video-description li:last-child { border-bottom: none; }
.video-description .vd-label { color: #6c7a89; min-width: 90px; display: inline-block; }
.download-links .btn { margin-bottom: .4rem; width: 100%; text-align: left; font-size: .88rem; }

/* ── 404 ── */
.page-flex    { flex: 1; display: flex; align-items: center; justify-content: center; min-height: 80vh; }
.error-code   { font-size: 6rem; font-weight: 700; line-height: 1; color: #e8edf5; letter-spacing: -.02em; user-select: none; }
.error-heading { font-size: 1.5rem; font-weight: 700; color: #1a2f5e; }
.btn-home {
  display: inline-block; background: #1a2f5e; color: #fff;
  padding: .55rem 1.4rem; border-radius: 6px; text-decoration: none;
  font-weight: 600; font-size: .95rem;
}
.btn-home:hover { background: #152545; color: #fff; }
.sad-icon { color: #cdd5e0; }

/* ── Arama Highlight ── */
mark.search-hl { background: rgba(255,210,0,.4); color: inherit; border-radius: 2px; padding: 0 1px; }

/* ── Pagination ── */
.pagination { gap: .2rem; }
.page-link { color: #1a2f5e; border-radius: 6px !important; }
.page-item.active .page-link { background: #1a2f5e; border-color: #1a2f5e; }

/* ── Footer ── */
.site-footer { border-top: 1px solid #dee2e6; padding: .85rem 0; background: #f8f9fa; }
.site-footer .footer-inner {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: .5rem; font-size: .85rem; color: #6c7a89;
}
.site-footer a { color: #555; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }

/* ── Print ── */
@media print {
  .site-navbar, #top-bar, .market-strip-wrap, .post-share-icons,
  .site-footer, .sidebar { display: none !important; }
}

/* ── Responsive ── */
@media (max-width: 767.98px) {
  .post-feat-image { flex: 0 0 100px; width: 100px; }
  .post-feat-img   { width: 100px; }
  .post-title { font-size: .9rem; -webkit-line-clamp: 2; }
  .post-single-title { font-size: 1.2rem; }
  .daily-row { grid-template-columns: 60px 1fr 50px 70px; }
  .daily-desc { display: none; }
  .weather-temp { font-size: 2.5rem; }
}
