/*
 Theme Name: DHaber Theme
 Theme URI: https://example.com/dhaber-theme
 Description: Kanews tarzı, hızlı ve SEO odaklı haber/magazin WordPress teması.
 Author: Ahmet Eren
 Author URI: https://example.com
 Version: 1.0.0
 Text Domain: dhaber
 Tags: news, magazine, blog, responsive, rtl, seo

 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Temel reset ve tipografi - ileride parçalara ayrılabilir */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f0f1f3;
  color: #1a1a1a;
  line-height: 1.0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Haber başlıkları (Slider Haber hariç): en fazla 2 satır, taşan ... ile kesilir */
.manset-card__title,
.breaking-bar-top__title,
.archive-hero__overlay .archive-hero__title,
.archive-hero__right-title,
.archive-card__title,
.archive-list--two-cols .archive-card__title--col,
.mainnews-1__row-headline,
.mainnews-cols__headline,
.sidebar-news-1__headline,
.sidebar-kultur-sanat__item-headline,
.sidebar-magazin-burc__item-headline,
.post-card__title,
.post-list__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: var(--dhaber-header-bg, #11131a);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header-inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-block: 0.75rem;
}

.site-header__row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-header__row--main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
}

.site-branding {
  flex-shrink: 0;
}

.header-ad {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  min-width: 0;
}

.header-ad__inner,
.header-ad_inner {
  width: 100%;
  max-width: 728px;
  min-height: 90px;
  line-height: 0;
}

.header-ad__inner img,
.header-ad_inner img {
  display: block !important;
  max-width: 100% !important;
  width: 100%;
  height: auto;
  max-height: 90px;
  object-fit: contain;
  border-radius: 6px;
  vertical-align: middle;
}

.header-ad-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 728px;
  min-height: 90px;
  line-height: 0;
}

.header-ad-placeholder__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 90px;
  object-fit: contain;
  border-radius: 6px;
}

.header-search {
  flex-shrink: 0;
  min-width: 200px;
}

.header-search-form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 280px;
  height: 40px;
  padding-inline: 0.75rem 1rem;
  background: #023f76;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.header-search-form__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
}

.header-search-form__input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
}

.header-search-form__input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.header-search-form__input:focus {
  outline: none;
}

.header-search-form__input:focus::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.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;
}

.site-logo {
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-logo img {
  max-height: 60px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Navbar - logonun altında, beyaz arka plan */
.navbar {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 48px;
}

.navbar__nav {
  flex: 1;
  min-width: 0;
}

.navbar__toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(2, 63, 118, 0.2);
  border-radius: 6px;
  background: #fff;
  padding: 0.45rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.navbar__toggle-line {
  display: block;
  width: 100%;
  height: 2px;
  background: #023f76;
  border-radius: 2px;
}

.navbar__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
}

.navbar__list li {
  margin: 0;
}

.navbar__list a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
  text-decoration: none;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}

.navbar__list a:hover,
.navbar__list a:focus {
  color: #023f76;
  background: rgba(2, 63, 118, 0.06);
}

.navbar__list .current-menu-item > a {
  color: #023f76;
  background: rgba(2, 63, 118, 0.08);
}

.navbar__social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.navbar__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #023f76;
  color: #ffffff;
  transition: background 0.2s ease, transform 0.2s ease;
}

.navbar__social-link:hover {
  background: #022a52;
  color: #ffffff;
  transform: scale(1.05);
}

.navbar__social-link svg {
  width: 18px;
  height: 18px;
}

.header-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.8rem;
  color: #a0a3b1;
}

.site-main {
  padding-block: 1.5rem 3rem;
  background: #ffffff;
  color: #1a1a1a;
}

.site-main a {
  color: #1a1a1a;
}

.site-main .layout-main {
  background: transparent;
}

.site-main .post-card,
.site-main .post-list__item,
.site-main .widget,
.site-main .quick-access,
.site-main .city-widget,
.site-main .home-section,
.site-main .manset-card {
  background: #f5f5f7;
  border-color: rgba(0, 0, 0, 0.08);
}

.site-main .post-card__meta,
.site-main .section-title__label,
.site-main .widget-title,
.site-main .quick-access__label,
.site-main .city-widget__time-label {
  color: #6b7280;
}

.site-main .post-card__excerpt,
.site-main .post-list__title,
.site-main .city-widget__note {
  color: #374151;
}

.site-main .post-card__title,
.site-main .post-list__title {
  color: #111827;
}

.site-main .post-card__title:hover,
.site-main .post-list__title:hover {
  color: #ff4b7d;
}

.site-main .quick-access__links a {
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.1);
  color: #374151;
}

.site-main .quick-access__links a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #111827;
}

.site-main .city-widget__time-value,
.site-main .dhaber-poll__value {
  color: #374151;
}

.layout-main {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.1fr);
  gap: 1rem;
}

.layout-main__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.layout-main__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.post-card {
  background: #11131a;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 2fr);
}

.post-card__thumb {
  position: relative;
  min-height: 180px;
  background: radial-gradient(circle at top left, #ff6b6b, #1f2833);
}

.post-card__content {
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.post-card__category {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 99, 132, 0.12);
  color: #ff637c;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.post-card__title {
  font-size: clamp(1.1rem, 1.3vw + 0.6rem, 1.45rem);
  font-weight: 700;
}

.post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: #a0a3b1;
}

.post-card__excerpt {
  font-size: 0.9rem;
  color: #c3c7d4;
}

.post-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1.25rem;
}

.post-list__item {
  background: #11131a;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
}

.post-list__body {
  padding: 0.9rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.post-list__title {
  font-size: 0.95rem;
  font-weight: 600;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.section-title__label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #a0a3b1;
}

.section-title__label::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ff4b7d;
  margin-right: 0.5rem;
}

.widget {
  background: #11131a;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.25rem 1.4rem;
}

.widget-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #a0a3b1;
  margin-bottom: 0.75rem;
}

.home-top {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}

.quick-access {
  background: #11131a;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.85rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.quick-access__label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #a0a3b1;
  white-space: nowrap;
}

.quick-access__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.85rem;
}

.quick-access__links a {
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0.9;
}

.quick-access__links a:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}

.city-widget {
  background: #11131a;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1rem 1.3rem 1.2rem;
}

.city-widget__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.city-widget__title {
  font-size: 0.95rem;
  font-weight: 600;
}

.city-widget__select-wrap {
  position: relative;
}

.city-widget__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.25rem 1.9rem 0.25rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.2);
  color: #f5f5f5;
  font-size: 0.8rem;
}

.city-widget__times {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem 0.75rem;
  margin-bottom: 0.7rem;
}

.city-widget__time {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
}

.city-widget__time-label {
  color: #a0a3b1;
}

.city-widget__time-value {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.city-widget__note {
  font-size: 0.7rem;
  color: #6b7280;
}

.dhaber-poll {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.dhaber-poll__option {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 2fr) auto;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.8rem;
}

.dhaber-poll__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dhaber-poll__bar-wrap {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.dhaber-poll__bar {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff4b7d, #ffb86c);
}

.dhaber-poll__value {
  font-variant-numeric: tabular-nums;
  color: #d1d5db;
}

.site-footer {
  border-top: none;
  padding-block: 0 2rem;
  background: #023f76;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8rem;
}

.site-footer__top-bar {
  height: 3px;
  width: 100%;
}

.site-footer__inner {
  padding-block: 2rem 1.5rem;
}

.site-footer__main {
  display: grid;
  grid-template-columns: 0.8fr 2.2fr;
  gap: 0rem 0rem;
  align-items: stretch;
  margin-bottom: 2rem;
}

.site-footer__brand {
  min-width: 0;
  display: flex;
  align-items: center;
}

.site-footer__logo {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}

.site-footer__logo:hover {
  color: #fff;
  text-decoration: none;
}

.site-footer__logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.site-footer__logo-img {
  display: block;
  max-height: 50px;
  width: auto;
  object-fit: contain;
}

.site-footer__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  flex: 1;
  min-width: 0;
}

.site-footer__col {
  min-width: 140px;
}

.site-footer__col-title {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
}

.site-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__list li {
  margin: 0;
  padding: 0.25rem 0;
}

.site-footer__list a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.site-footer__list a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer__apps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.site-footer__app-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding: 0.6rem 1rem;
  background: #0a1f3a;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
  min-width: 120px;
}

.site-footer__app-btn:hover {
  background: #0d2b52;
  color: #fff;
  text-decoration: none;
}

.site-footer__app-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-bottom: 0.15rem;
}

.site-footer__app-icon svg {
  width: 100%;
  height: 100%;
}

.site-footer__app-label {
  display: block;
  line-height: 1.2;
  font-size: 0.85rem;
}

.site-footer__app-sublabel {
  display: block;
  font-size: 0.65rem;
  font-weight: 400;
  opacity: 0.85;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.site-footer__copyright {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer__partner {
  display: block;
  line-height: 0;
}

.site-footer__partner-img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  opacity: 0.9;
}

.site-footer__partner:hover .site-footer__partner-img {
  opacity: 1;
}

@media (max-width: 768px) {
  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .site-footer__columns {
    width: 100%;
  }
  .site-footer__col {
    min-width: 0;
  }
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer__partner {
    margin-left: auto;
  }
}

/* Eski footer nav (geri uyumluluk) */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.9);
  opacity: 0.9;
}

.footer-nav a:hover {
  opacity: 1;
  color: #fff;
}

/* Top Bar - Arka plan #023f76, Son Dakika + Şehir/İmsak/Hava */
.top-bar {
  width: 100%;
  background: #023f76;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar--no-breaking .top-bar__left {
  display: none;
}

.top-bar--no-breaking .top-bar__right {
  margin-left: 0;
  border-left: none;
}

.top-bar__inner {
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 2.75rem;
}

.top-bar__left {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  min-height: 2.75rem;
  background: rgba(0, 0, 0, 0.15);
}

.breaking-bar-top__label {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.95);
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.breaking-bar-top__track {
  flex: 1;
  min-width: 0;
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Liste stili: tek satır, yukarı/aşağı kayarak değişen */
.breaking-bar-top__list--vertical {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-inline: 1rem;
  animation: none;
  position: relative;
  width: 100%;
  min-height: 2.75rem;
}

.breaking-bar-top__list--vertical .breaking-bar-top__item--list {
  position: absolute;
  left: 1rem;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.breaking-bar-top__list--vertical .breaking-bar-top__item--list.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.breaking-bar-top__list--vertical .breaking-bar-top__item--list.exit {
  opacity: 0;
}

.breaking-bar-top__track--list {
  position: relative;
  width: 100%;
  min-height: 2.75rem;
}

.top-bar__no-news {
  padding-inline: 1rem;
  font-size: 0.78rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}

.breaking-bar-top__list {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  padding-inline: 1rem;
}
.breaking-bar-top__list:not(.breaking-bar-top__list--vertical) {
  animation: dhaber-ticker 40s linear infinite;
}

.breaking-bar-top__list:hover {
  animation-play-state: paused;
}

.breaking-bar-top__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  line-height: 1.3;
  white-space: nowrap;
  padding-block: 0;
  color: rgba(255, 255, 255, 0.95);
}

.breaking-bar-top__item:hover {
  color: #fff;
}

.breaking-bar-top__time {
  font-variant-numeric: tabular-nums;
  opacity: 0.75;
}

.breaking-bar-top__title {
  font-weight: 500;
}

.top-bar__right {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1rem;
  min-height: 2.75rem;
  padding-inline: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* Hava durumu ile namaz arasında dikey çizgi */
.top-bar__right-sep {
  width: 1px;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}

/* Namaz: hilal + yeşil kutu (geri sayım) + X SAATİ + vakit adı; hover'da dropdown */
.top-bar__prayer-wrap {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  position: relative;
  cursor: default;
}
.top-bar__prayer-icon {
  font-size: 1rem;
  line-height: 1;
  color: #22c55e;
}
.top-bar__prayer-countdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.2rem 0.4rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #fff;
  background: #22c55e;
  border-radius: 3px;
}
.top-bar__prayer-label {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
}
.top-bar__prayer-label-sep {
  margin: 0 0.25rem;
  opacity: 0.9;
}
.top-bar__prayer-name-inline {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
}

.top-bar__prayer-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.35rem;
  min-width: 200px;
  padding: 0.75rem 1rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}
.top-bar__prayer-dropdown::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 1rem;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
.top-bar__prayer-wrap:hover .top-bar__prayer-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.top-bar__prayer-dropdown-date--greg {
  font-size: 0.8rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.2rem;
}
.top-bar__prayer-dropdown-date--hijri {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.6rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.top-bar__prayer-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}
.top-bar__prayer-dropdown-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.35rem 0;
  border-bottom: 1px solid #f3f4f6;
}
.top-bar__prayer-dropdown-list li:last-child {
  border-bottom: none;
}
.top-bar__prayer-name {
  color: #374151;
}
.top-bar__prayer-time {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: #111827;
}

.top-bar__imsak {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.top-bar__imsak-icon {
  font-size: 1rem;
  line-height: 1;
}

.top-bar__imsak-label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.8);
}

.top-bar__imsak-time {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: #fff;
}

.top-bar__city-weather {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.top-bar__city {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.95);
}

.top-bar__weather {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.85);
}

.top-bar__weather-desc {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.top-bar__weather-temp {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: #fff;
}

.top-bar__weather-temp {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: #fff;
}

/* Scroll to top - sağ alt, #023f76, sayfa kaydırılınca görünür */
.scroll-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #023f76;
  background: #fff;
  color: #023f76;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background-color 0.2s ease, color 0.2s ease;
  box-shadow: 0 4px 12px rgba(2, 63, 118, 0.25);
}
.scroll-to-top:hover {
  background: #023f76;
  color: #fff;
}
.scroll-to-top--visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@keyframes dhaber-ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.hero-section {
  margin-bottom: 2rem;
}

.post-card--hero {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

/* Manşet Haberler - 5 kart, container genişliği (logo–reklam hizası), başlık yok */
.manset-kayan {
  margin-bottom: 1.25rem;
  padding-top: 0.5rem;
}

.manset-kayan--full {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.manset-kayan__inner {
  padding-inline: 1rem;
}

.manset-kayan__inner.container {
  max-width: 1200px;
  margin-inline: auto;
}

.manset-kayan__title {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #374151;
  margin: 0 0 0.75rem 0;
}

.manset-kayan__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.manset-card {
  margin: 0;
  position: relative;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
}

.manset-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.manset-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.manset-card__link:hover {
  text-decoration: none;
}

.manset-card__cat {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.2rem 0.5rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #023f76;
  color: #fff;
  border-radius: 2px;
  z-index: 1;
}

.manset-card__thumb {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  background: #e5e7eb;
  overflow: hidden;
}

.manset-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manset-card__no-thumb {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
}

.manset-card__title {
  padding: 0.75rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  color: #111827;
}

.manset-card__title:hover {
  color: #c00;
}

/* Döviz Kurları - canlidoviz tarzı ticker bar (BIST 100 | DOLAR | EURO | GRAM ALTIN) */
.para-piyasalari {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

/* Ticker bar: koyu mavi zemin, cyan etiket, beyaz değer, değişim satırı */
.para-piyasalari--ticker {
  background: #1e3a5f;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.para-piyasalari--ticker .para-piyasalari__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: stretch;
  min-height: auto;
  line-height: 1.25;
}

.para-piyasalari--ticker .para-piyasalari__item {
  display: flex;
  align-items: center;
  padding: 0.6rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
}

.para-piyasalari--ticker .para-piyasalari__item:last-child {
  border-right: none;
}

.para-piyasalari--ticker .para-piyasalari__item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.para-piyasalari--ticker .para-piyasalari__col {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  width: 100%;
}

.para-piyasalari--ticker .para-piyasalari__label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #7dd3fc;
  font-size: 0.7rem;
}

.para-piyasalari--ticker .para-piyasalari__value {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 1.05rem;
  color: #ffffff;
  line-height: 1.2;
}

.para-piyasalari--ticker .para-piyasalari__change {
  font-variant-numeric: tabular-nums;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.para-piyasalari--ticker .para-piyasalari__change--neutral {
  color: #94a3b8;
}

.para-piyasalari--ticker .para-piyasalari__change--neutral .para-piyasalari__arrow {
  color: #94a3b8;
}

.para-piyasalari--ticker .para-piyasalari__change--neg {
  color: #f87171;
}

.para-piyasalari--ticker .para-piyasalari__change--neg .para-piyasalari__arrow {
  color: #f87171;
  font-size: 0.6em;
}

.para-piyasalari--ticker .para-piyasalari__change--pos {
  color: #4ade80;
}

.para-piyasalari--ticker .para-piyasalari__change--pos .para-piyasalari__arrow {
  color: #4ade80;
  font-size: 0.6em;
}

.para-piyasalari--full {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  border-top: none;
  border-bottom: none;
}

.para-piyasalari--full.para-piyasalari--ticker {
  background: #1e3a5f;
}

.para-piyasalari__inner.container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
}

.para-piyasalari__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: stretch;
  min-height: 4rem;
  line-height: 1.0;
}

/* Eski kart stilindeki item (ticker değilse) */
.para-piyasalari:not(.para-piyasalari--ticker) .para-piyasalari__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-right: 1px solid #e5e7eb;
  font-size: 0.85rem;
  background: #fafafa;
  transition: background 0.15s ease;
}

.para-piyasalari:not(.para-piyasalari--ticker) .para-piyasalari__item:last-child {
  border-right: none;
}

.para-piyasalari:not(.para-piyasalari--ticker) .para-piyasalari__item:hover {
  background: #f0f4f8;
}

.para-piyasalari__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #023f76;
  color: #ffffff;
  transition: background 0.2s ease;
}

.para-piyasalari:not(.para-piyasalari--ticker) .para-piyasalari__item:hover .para-piyasalari__icon {
  background: #022a52;
}

.para-piyasalari__icon svg {
  width: 18px;
  height: 18px;
}

.para-piyasalari__col {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.para-piyasalari__label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #374151;
  font-size: 0.75rem;
}

.para-piyasalari__row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  line-height: 1.0;
}

.para-piyasalari__value {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 1rem;
  color: #111827;
}

.para-piyasalari__change {
  font-variant-numeric: tabular-nums;
  font-size: 0.8rem;
  color: #6b7280;
}

.para-piyasalari__change--neg {
  color: #b91c1c;
}

.para-piyasalari__change--neg .para-piyasalari__arrow {
  font-size: 0.6rem;
  margin-right: 0.15rem;
  color: #b91c1c;
}

.para-piyasalari__change--pos {
  color: #15803d;
}

.para-piyasalari__change--pos .para-piyasalari__arrow {
  color: #15803d;
}

/* Slide Haberler - büyük slider */
.slide-haberler {
  margin-bottom: -0.5rem;
}

.slide-haberler__wrap {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #1f2833;
}

.slide-haberler__track {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 420px;
}

.slide-haberler__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.slide-haberler__slide--active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.slide-haberler__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

.slide-haberler__link:hover {
  color: #fff;
  text-decoration: none;
}

.slide-haberler__thumb {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-haberler__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-haberler__no-thumb {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1f2833 0%, #0d1117 100%);
}

.slide-haberler__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 1.5rem 1.25rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
}

.slide-haberler__cat {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fff;
  margin-bottom: 0.55rem;
  padding: 0.25rem 0.55rem;
  border-radius: 4px;
  background: rgba(2, 63, 118, 0.9);
}

.slide-haberler__title {
  font-size: clamp(1rem, 1.5vw + 0.75rem, 1.35rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-left: 3px solid #22c55e;
  padding-left: 0.65rem;
}

.slide-haberler__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.slide-haberler__arrow:hover {
  background: rgba(0, 0, 0, 0.75);
}

.slide-haberler__arrow--prev {
  left: 1rem;
}

.slide-haberler__arrow--next {
  right: 1rem;
}

.slide-haberler__arrow svg {
  width: 24px;
  height: 24px;
}

.slide-haberler__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.75rem;
}

.slide-haberler__dot {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #e5e7eb;
  color: #374151;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.slide-haberler__dot:hover {
  background: #d1d5db;
}

.slide-haberler__dot--active {
  background: #023f76;
  color: #fff;
}

/* SideBar News #1 – tek haberli carousel (Manşetler tarzı) */
.sidebar-news-1 {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1rem;
}

.sidebar-news-1__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
}

/* Ortak sidebar başlık yapısı (PİYASALAR, VİDEO HABER, TFF) */
.sidebar-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem 0;
  padding-bottom: 0.5rem;
  font-size: 1.10rem;
  font-weight: 700;
  color: #1a1a1a;
  border-bottom: 2px solid transparent;
}

.sidebar-section-title__accent {
  width: 4px;
  height: 1.1em;
  border-radius: 2px;
  flex-shrink: 0;
}

.sidebar-section-title--red .sidebar-section-title__accent,
.sidebar-section-title--red {
  border-bottom-color: #dc2626;
}

.sidebar-section-title--red .sidebar-section-title__accent {
  background: #dc2626;
}

.sidebar-section-title--green .sidebar-section-title__accent,
.sidebar-section-title--green {
  border-bottom-color: #166534;
}

.sidebar-section-title--green .sidebar-section-title__accent {
  background: #166534;
}

/* Puan durumu: admin panelinden seçilen renk (CSS değişkeni) */
.sidebar-section-title--puan.sidebar-section-title,
.sidebar-section-title--puan {
  border-bottom-color: var(--sidebar-puan-accent, #166534);
}

.sidebar-section-title--puan .sidebar-section-title__accent {
  background: var(--sidebar-puan-accent, #166534);
}

.sidebar-section-title--purple .sidebar-section-title__accent,
.sidebar-section-title--purple {
  border-bottom-color: #5b4d7a;
}

.sidebar-section-title--purple .sidebar-section-title__accent {
  background: #5b4d7a;
}

.sidebar-section-title--gold .sidebar-section-title__accent,
.sidebar-section-title--gold {
  border-bottom-color: #c9a227;
}

.sidebar-section-title--gold .sidebar-section-title__accent {
  background: #c9a227;
}

/* Piyasalar / Eczane: admin panelinden seçilen renk (section'da --sidebar-piyasalar-accent / --sidebar-eczane-accent) */
.sidebar-piyasalar .sidebar-section-title__accent,
.sidebar-piyasalar .sidebar-section-title {
  border-bottom-color: var(--sidebar-piyasalar-accent, #c9a227);
}

.sidebar-piyasalar .sidebar-section-title__accent {
  background: var(--sidebar-piyasalar-accent, #c9a227);
}

.sidebar-nobetci-eczane .sidebar-section-title__accent,
.sidebar-nobetci-eczane .sidebar-section-title {
  border-bottom-color: var(--sidebar-eczane-accent, #dc2626);
}

.sidebar-nobetci-eczane .sidebar-section-title__accent {
  background: var(--sidebar-eczane-accent, #dc2626);
}

.sidebar-section-title--teal .sidebar-section-title__accent,
.sidebar-section-title--teal {
  border-bottom-color: #0d9488;
}

.sidebar-section-title--teal .sidebar-section-title__accent {
  background: #0d9488;
}

/* Başlık çizgisi ile içerik arasında boşluk; sağda çizgi boşluğu – çizgi ::after ile (Nöbetçi Eczane, Kültür-Sanat, Magazin) */
.sidebar-nobetci-eczane .sidebar-section-title,
.sidebar-kultur-sanat .sidebar-section-title,
.sidebar-magazin-burc > .sidebar-section-title {
  margin: 15px -6px 0.75rem 10px;
  padding-right: 0;
  border-bottom: none;
  position: relative;
}

.sidebar-nobetci-eczane .sidebar-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 1.5rem;
  height: 2px;
  background: #dc2626;
}

.sidebar-kultur-sanat .sidebar-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 1.5rem;
  height: 2px;
  background: #0d9488;
}

.sidebar-magazin-burc > .sidebar-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 1.5rem;
  height: 2px;
  background: #5b4d7a;
}

.sidebar-news-1__title-accent {
  width: 4px;
  height: 1.1em;
  background: #dc2626;
  border-radius: 2px;
  flex-shrink: 0;
}

.sidebar-news-1__wrap {
  position: relative;
  border-radius: 0.35rem;
  overflow: hidden;
  background: #f0f1f3;
}

.sidebar-news-1__track {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  min-height: 180px;
}

.sidebar-news-1__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sidebar-news-1__slide--active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.sidebar-news-1__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.sidebar-news-1__link:hover {
  color: inherit;
  text-decoration: none;
}

.sidebar-news-1__thumb {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #e5e7eb;
}

.sidebar-news-1__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-news-1__no-thumb {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 160px;
  background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
}

.sidebar-news-1__duration {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  padding: 0.2rem 0.4rem;
  border-radius: 0.2rem;
}

.sidebar-news-1__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: background 0.2s;
}

.sidebar-news-1__link:hover .sidebar-news-1__play {
  background: rgba(0, 0, 0, 0.55);
}

.sidebar-news-1__play-icon {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-width: 10px 0 10px 18px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.sidebar-news-1__headline {
  margin: 0.6rem 0 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  color: #111827;
  text-align: center;
}

.sidebar-news-1__link:hover .sidebar-news-1__headline {
  color: var(--dhaber-accent, #dc2626);
}

.sidebar-news-1__current-headline {
  margin: 0.6rem 0 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  color: #111827;
  min-height: 2.7em;
  text-align: center;
}

.sidebar-news-1__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #374151;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  transition: background 0.2s ease, color 0.2s ease;
}

.sidebar-news-1__arrow:hover {
  background: #fff;
  color: #111827;
}

.sidebar-news-1__arrow--prev {
  left: 0.4rem;
}

.sidebar-news-1__arrow--next {
  right: 0.4rem;
}

.sidebar-news-1__arrow svg {
  width: 18px;
  height: 18px;
}

.sidebar-news-1__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 0.75rem;
}

.sidebar-news-1__dot {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: #e5e7eb;
  color: #6b7280;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.sidebar-news-1__dot:hover {
  background: #d1d5db;
}

.sidebar-news-1__dot--active {
  background: #dc2626;
  color: #fff;
}

/* Sidebar Ads – 300×600, sidebar full width */
.sidebar-ads {
  width: 100%;
}

.sidebar-ads__inner,
.sidebar-ads-placeholder {
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f1f3;
  border-radius: 0.35rem;
  border: 1px dashed #d1d5db;
}

.sidebar-ads__inner img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Güncel Kur / PİYASALAR – BIST, Dolar, Euro, Gram Altın, Bitcoin */
.sidebar-piyasalar,
.sidebar-guncel-kur {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1rem;
}

.sidebar-guncel-kur__title {
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
}

.sidebar-guncel-kur__table-wrap {
  overflow-x: auto;
}

.sidebar-guncel-kur__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  table-layout: fixed;
}

/* PİYASALAR tablosu – sadece bu tabloya özel, sütun bazlı th/td */
.sidebar-guncel-kur__table .sidebar-guncel-kur__col-kurlar { width: 46%; }
.sidebar-guncel-kur__table .sidebar-guncel-kur__col-fiyat { width: 27%; }
.sidebar-guncel-kur__table .sidebar-guncel-kur__col-degisim { width: 27%; }

/* 1. sütun: Kurlar */
.sidebar-guncel-kur__table th:nth-child(1) {
  text-align: left;
  font-weight: 700;
  color: #1a1a1a;
  padding: 0.5rem 0.5rem 0.5rem 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.9rem;
}
.sidebar-guncel-kur__table td:nth-child(1) {
  padding: 0.5rem 0.5rem 0.5rem 0;
  border-bottom: 1px solid #f0f1f3;
  vertical-align: middle;
  text-align: left;
}

/* 2. sütun: Fiyatı */
.sidebar-guncel-kur__table th:nth-child(2) {
  text-align: right;
  font-weight: 700;
  color: #1a1a1a;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.9rem;
}
.sidebar-guncel-kur__table td:nth-child(2) {
  text-align: right;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border-bottom: 1px solid #f0f1f3;
  vertical-align: middle;
}

/* 3. sütun: Değişim */
.sidebar-guncel-kur__table th:nth-child(3) {
  text-align: right;
  font-weight: 700;
  color: #1a1a1a;
  padding: 0.5rem 0 0.5rem 0.5rem;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.9rem;
}
.sidebar-guncel-kur__table td:nth-child(3) {
  text-align: right;
  padding: 17px 5px 20px 0;
  border-bottom: 1px solid #f0f1f3;
  vertical-align: middle;
}

.sidebar-guncel-kur__table tbody tr:last-child td:nth-child(1),
.sidebar-guncel-kur__table tbody tr:last-child td:nth-child(2),
.sidebar-guncel-kur__table tbody tr:last-child td:nth-child(3) {
  border-bottom: none;
}

.sidebar-guncel-kur__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.sidebar-guncel-kur__icon--bist {
  background: linear-gradient(135deg, #e30a17 0%, #fff 50%);
  color: #1a1a1a;
}

.sidebar-guncel-kur__icon--usd {
  background: #1a365d;
  color: #fff;
}

.sidebar-guncel-kur__icon--eur {
  background: #003399;
  color: #ffcc00;
}

.sidebar-guncel-kur__icon--gram {
  background: linear-gradient(135deg, #c9a227 0%, #b8860b 100%);
  color: #fff;
}

.sidebar-guncel-kur__icon--btc {
  background: #f7931a;
  color: #fff;
}

.sidebar-guncel-kur__label {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.sidebar-guncel-kur__value {
  text-align: right;
  font-weight: 500;
  color: #1a1a1a;
}

.sidebar-guncel-kur__fark {
  text-align: right;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2rem;
}

.sidebar-guncel-kur__fark--pos {
  color: #15803d;
  font-weight: 600;
}

.sidebar-guncel-kur__fark--neg {
  color: #dc2626;
  font-weight: 600;
}

.sidebar-guncel-kur__arrow {
  flex-shrink: 0;
}

.sidebar-guncel-kur__arrow--down {
  transform: rotate(0deg);
}

/* TFF 1. Lig Puan Durumu */
.sidebar-tff {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1rem;
}

.sidebar-tff__content {
  font-size: 0.85rem;
}

.sidebar-tff__content table {
  width: 100%;
  border-collapse: collapse;
}

.sidebar-tff__content th,
.sidebar-tff__content td {
  padding: 0.35rem 0.25rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}

.sidebar-tff__content th {
  font-weight: 600;
  color: #374151;
}

/* Nöbetçi Eczane */
.sidebar-nobetci-eczane {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
}

.sidebar-nobetci-eczane__list {
  padding: 0 1rem 0.5rem;
}

.sidebar-nobetci-eczane__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nobetci-eczane__item {
  padding: 0.6rem 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.85rem;
  line-height: 1.4;
}

.sidebar-nobetci-eczane__item:last-child {
  border-bottom: none;
}

.sidebar-nobetci-eczane__name {
  display: block;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.2rem;
}

.sidebar-nobetci-eczane__name:hover {
  color: var(--dhaber-accent, #dc2626);
}

.sidebar-nobetci-eczane__address,
.sidebar-nobetci-eczane__district {
  display: block;
  color: #4b5563;
  font-size: 0.8rem;
}

.sidebar-nobetci-eczane__phone {
  display: inline-block;
  margin-top: 0.25rem;
  color: var(--dhaber-accent, #dc2626);
  font-weight: 600;
  text-decoration: none;
}

.sidebar-nobetci-eczane__phone:hover {
  text-decoration: underline;
}

.sidebar-nobetci-eczane__footer {
  padding: 0.5rem 1rem 1rem;
  margin: 0;
  font-size: 0.8rem;
  border-top: 1px solid #e5e7eb;
}

.sidebar-nobetci-eczane__footer a {
  color: var(--dhaber-accent, #dc2626);
  text-decoration: none;
}

.sidebar-nobetci-eczane__footer a:hover {
  text-decoration: underline;
}

.sidebar-nobetci-eczane__empty {
  padding: 0.75rem 1rem;
  margin: 0;
  font-size: 0.85rem;
  color: #6b7280;
}

/* Kültür-Sanat (sidebar, turkuaz bar) */
.sidebar-kultur-sanat {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
}

.sidebar-kultur-sanat__list {
  padding: 0 1rem 1rem;
}

.sidebar-kultur-sanat__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid #e5e7eb;
  text-decoration: none;
  color: inherit;
}

.sidebar-kultur-sanat__item:last-child {
  border-bottom: none;
}

.sidebar-kultur-sanat__item:hover {
  color: inherit;
  text-decoration: none;
}

.sidebar-kultur-sanat__item:hover .sidebar-kultur-sanat__item-headline {
  color: #0d9488;
}

.sidebar-kultur-sanat__item-thumb {
  flex-shrink: 0;
  width: 108px;
  height: 78px;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #f0f1f3;
}

.sidebar-kultur-sanat__item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-kultur-sanat__no-thumb {
  display: block;
  width: 100%;
  height: 100%;
  background: #e5e7eb;
}

.sidebar-kultur-sanat__item-headline {
  flex: 1;
  min-width: 0;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.3;
  color: #111827;
}

/* Magazin + Burç Yorumları */
.sidebar-magazin-burc {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.sidebar-magazin-burc__top {
  background: linear-gradient(135deg, #5b4d7a 0%, #3d3552 50%, #2d2640 100%);
  padding: 1rem;
  text-align: center;
  color: #fff;
}

.sidebar-magazin-burc__top,
.sidebar-magazin-burc__top a,
.sidebar-magazin-burc__top .sidebar-magazin-burc__all-link,
.sidebar-magazin-burc__top .sidebar-magazin-burc__sign {
  color: #fff !important;
}

.sidebar-magazin-burc > .sidebar-section-title {
  margin-top: 1rem;
  margin-bottom: 0;
}

.sidebar-magazin-burc__all-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  margin-bottom: 1rem;
}

.sidebar-magazin-burc__all-link:hover {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
}

.sidebar-magazin-burc__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.sidebar-magazin-burc__sign {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.25rem;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.sidebar-magazin-burc__sign:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  text-decoration: none;
}

.sidebar-magazin-burc__sign-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
}

.sidebar-magazin-burc__list {
  padding: 0.5rem 1rem 1rem;
  background: #fff;
}

.sidebar-magazin-burc__list-title {
  margin: 0 0 0.75rem 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1a1a;
}

.sidebar-magazin-burc__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid #e5e7eb;
  text-decoration: none;
  color: inherit;
}

.sidebar-magazin-burc__item:last-child {
  border-bottom: none;
}

.sidebar-magazin-burc__item:hover {
  color: inherit;
  text-decoration: none;
}

.sidebar-magazin-burc__item:hover .sidebar-magazin-burc__item-headline {
  color: #5b4d7a;
}

.sidebar-magazin-burc__item-thumb {
  flex-shrink: 0;
  width: 108px;
  height: 78px;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #f0f1f3;
}

.sidebar-magazin-burc__item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-magazin-burc__item-headline {
  flex: 1;
  min-width: 0;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.3;
  color: #111827;
}

/* Reklam alanı - slider altı, full genişlik (slider ile aynı) */
.content-ad--below-slider {
  margin-bottom: 0.5rem;
  width: 100%;
  text-align: center;
}

.content-ad--below-slider .content-ad__inner,
.content-ad--below-slider .content-ad-placeholder {
  width: 100%;
  max-width: none;
  min-height: 100px;
}

.content-ad__inner,
.content-ad-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

.content-ad--below-slider .content-ad__inner img,
.content-ad--below-slider .content-ad-placeholder__img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

/* Reklam: MainNews 4 altı - tam genişlik (viewport) */
.content-ad--full-width {
  width: 100%;
  position: static;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.content-ad--full-width .content-ad__inner--full {
  width: 100%;
  max-width: none;
  min-height: 100px;
  display: block;
}

.content-ad--full-width .content-ad-placeholder--full {
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e7eb;
  border-radius: 4px;
}

.content-ad--full-width .content-ad-placeholder__img {
  max-width: 100%;
  height: auto;
  min-height: 100px;
  object-fit: cover;
}

.content-ad__inner img,
.content-ad-placeholder__img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.sections-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* MainNews #1 – GÜNDEM: ilk 2 haber yan yana (375×175, başlık üstte), kalan 8 aynı format (resim büyük) */
.mainnews-1 {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}

.mainnews-1__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 1rem;
}

.mainnews-1__title {
  margin: 0;
  font-size: 1.10rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.mainnews-1__header-link {
  flex-shrink: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none;
  opacity: 0.95;
}

.mainnews-1__header .mainnews-1__header-link:hover {
  color: #fff !important;
  text-decoration: underline;
  opacity: 1;
}

.mainnews-1__content {
  padding: 1.5rem 1rem 1.25rem;
}

/* İlk 2 haber: yan yana, resim 375×175, başlık resmin içinde (slide gibi overlay) */
.mainnews-1__top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.mainnews-1__row-item--top .mainnews-1__row-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
}

.mainnews-1__row-item--top .mainnews-1__row-link:hover {
  color: #fff;
  text-decoration: none;
}

.mainnews-1__row-item--top .mainnews-1__row-thumb {
  display: block;
  position: relative;
  width: 100%;
  max-width: 375px;
  height: 175px;
  border-radius: 0.35rem;
  overflow: hidden;
  background: #f0f1f3;
}

.mainnews-1__row-item--top .mainnews-1__row-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainnews-1__row-item--top .mainnews-1__no-thumb {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 175px;
  background: linear-gradient(135deg, #1f2833 0%, #0d1117 100%);
}

.mainnews-1__row-item--top .mainnews-1__row-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 1rem 0.75rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
}

.mainnews-1__row-item--top .mainnews-1__row-overlay .mainnews-1__row-headline {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.mainnews-1__row-item--top .mainnews-1__row-link:hover .mainnews-1__row-headline {
  color: var(--dhaber-accent, #349aed);
}

/* Kalan 8 haber: eski format – solda resim, sağda başlık; resimler büyük */
.mainnews-1__rest-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.5rem;
  max-width: 900px;
  margin-inline: auto;
}

.mainnews-1__row-item--rest .mainnews-1__row-link {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
}

.mainnews-1__row-item--rest .mainnews-1__row-link:hover {
  color: inherit;
  text-decoration: none;
}

.mainnews-1__row-item--rest .mainnews-1__row-thumb {
  flex-shrink: 0;
  width: 140px;
  height: 100px;
  border-radius: 0.35rem;
  overflow: hidden;
  background: #f0f1f3;
}

.mainnews-1__row-item--rest .mainnews-1__row-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainnews-1__row-item--rest .mainnews-1__no-thumb {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100px;
  background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
}

.mainnews-1__row-item--rest .mainnews-1__row-content {
  flex: 1;
  min-width: 0;
}

.mainnews-1__row-item {
  margin: 0;
}

.mainnews-1__row-link:hover {
  color: inherit;
  text-decoration: none;
}

.mainnews-1__row-link:hover .mainnews-1__row-headline {
  color: var(--dhaber-accent, #ff4b7d);
}

.mainnews-1__row-content {
  flex: 1;
  min-width: 0;
}

.mainnews-1__row-headline {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  color: #111827;
}

.mainnews-1__row-excerpt {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #6b7280;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* MainNews #2, #3, #4 – full width, alt alta */
.mainnews-block {
  width: 100%;
}

.mainnews-block .section-title {
  margin-bottom: 0.75rem;
}

.mainnews-block .post-list--full {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

.mainnews-block .post-list--full .post-list__item {
  flex-direction: column;
}

.mainnews-block .post-list--full .post-list__item img {
  max-width: 100%;
  width: 100%;
}

/* MainNews #2 / #3 – 3 sütun, Kanews • [Kategori] bar, 1 büyük + 4 küçük haber */
.mainnews-cols {
  width: 100%;
  margin-bottom: 1.5rem;
}

.mainnews-cols__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.mainnews-cols__col {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.mainnews-cols__bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  color: inherit;
  text-decoration: none;
}

.mainnews-cols__bar:hover {
  background: #f9fafb;
}

.mainnews-cols__bar-accent {
  width: 4px;
  height: 1.1em;
  border-radius: 2px;
  flex-shrink: 0;
  background: #dc2626;
}

.mainnews-cols__bar-text {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
}

.mainnews-cols__list {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mainnews-cols__item--big .mainnews-cols__link {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.mainnews-cols__item--big .mainnews-cols__link:hover {
  color: #fff;
  text-decoration: none;
}

.mainnews-cols__item--big .mainnews-cols__link:hover .mainnews-cols__headline {
  color: var(--dhaber-accent, #dc2626);
}

.mainnews-cols__item--big .mainnews-cols__thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  background: #f0f1f3;
  border-radius: 0.35rem;
}

.mainnews-cols__item--big .mainnews-cols__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainnews-cols__item--big .mainnews-cols__no-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1f2833 0%, #0d1117 100%);
}

.mainnews-cols__item--big .mainnews-cols__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 0.75rem 0.75rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
}

.mainnews-cols__item--big .mainnews-cols__overlay .mainnews-cols__headline {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Küçük haberler: solda resim, sağda başlık */
.mainnews-cols__item:not(.mainnews-cols__item--big) .mainnews-cols__link {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
}

.mainnews-cols__item:not(.mainnews-cols__item--big):last-child .mainnews-cols__link {
  padding-bottom: 0;
  border-bottom: none;
}

.mainnews-cols__item:not(.mainnews-cols__item--big) .mainnews-cols__link:hover {
  color: inherit;
  text-decoration: none;
}

.mainnews-cols__item:not(.mainnews-cols__item--big) .mainnews-cols__link:hover .mainnews-cols__headline {
  color: var(--dhaber-accent, #dc2626);
}

.mainnews-cols__item:not(.mainnews-cols__item--big) .mainnews-cols__thumb {
  flex-shrink: 0;
  width: 80px;
  height: 60px;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #f0f1f3;
}

.mainnews-cols__item:not(.mainnews-cols__item--big) .mainnews-cols__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainnews-cols__item:not(.mainnews-cols__item--big) .mainnews-cols__no-thumb {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 60px;
  background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
}

.mainnews-cols__item:not(.mainnews-cols__item--big) .mainnews-cols__content {
  flex: 1;
  min-width: 0;
}

.mainnews-cols__item:not(.mainnews-cols__item--big) .mainnews-cols__headline {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.3;
  color: #111827;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mainnews-cols__excerpt {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  line-height: 1.35;
  color: #6b7280;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.home-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.home-section .post-list {
  grid-template-columns: 1fr;
}

.home-section .post-list__item {
  flex-direction: row;
}

.home-section .post-list__item img {
  max-width: 130px;
}

.home-section .post-list__body {
  flex: 1;
}

@media (max-width: 960px) {
  .layout-main {
    grid-template-columns: minmax(0, 1fr);
  }

  .post-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-header__row--main {
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
  }

  .header-ad {
    order: 3;
    grid-column: 1 / -1;
    min-height: 50px;
  }

  .header-ad-placeholder__img {
    max-height: 60px;
  }

  .header-search {
    min-width: 140px;
  }

  .header-search-form {
    max-width: 100%;
  }

  .navbar__inner {
    justify-content: space-between;
  }

  .navbar__social {
    gap: 0.35rem;
  }

  .navbar__toggle {
    display: inline-flex;
    flex-shrink: 0;
  }

  .navbar__nav {
    display: none;
    width: 100%;
    order: 3;
    flex-basis: 100%;
  }

  .navbar__nav.navbar__nav--open {
    display: block;
  }

  .navbar__social-link {
    width: 32px;
    height: 32px;
  }

  .navbar__social-link svg {
    width: 16px;
    height: 16px;
  }

  .navbar__list {
    display: block;
    padding: 0.35rem 0;
  }

  .navbar__list li {
    width: 100%;
  }

  .navbar__list a {
    padding: 0.6rem 0.75rem;
    font-size: 0.85rem;
    white-space: normal;
  }

  .home-top {
    grid-template-columns: minmax(0, 1fr);
  }

  .manset-kayan__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sections-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mainnews-1__top-row,
  .mainnews-1__rest-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 640px) {
  .manset-kayan,
  .top-bar__left {
    display: none !important;
  }

  .top-bar__right {
    margin-left: auto;
    border-left: none;
    width: 100%;
    justify-content: flex-end;
  }

  .site-header-inner {
    padding-block: 0.6rem;
  }

  .manset-kayan__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .para-piyasalari__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .para-piyasalari__item {
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
    padding-block: 0.5rem;
  }

  .para-piyasalari--ticker .para-piyasalari__item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .para-piyasalari__item:nth-child(odd) {
    border-right: 1px solid #e5e7eb;
  }

  .para-piyasalari--ticker .para-piyasalari__item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }

  .para-piyasalari__item:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .para-piyasalari--ticker .para-piyasalari__item:nth-child(3),
  .para-piyasalari--ticker .para-piyasalari__item:nth-child(4) {
    border-bottom: none;
  }

  .post-card__content {
    padding-inline: 1.1rem;
  }

  .widget {
    padding-inline: 1.1rem;
  }
}

/* ==========================================================================
   Arşiv / Kategori sayfası (Safir Odak tarzı) + Cat Sidebar
   ========================================================================== */
.archive-wrap {
  padding: 1rem 0 2rem;
}

.archive-header {
  margin-bottom: 1.25rem;
}

.archive-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.archive-title__accent {
  display: inline-block;
  width: 6px;
  height: 1.25em;
  background: var(--dhaber-accent, #dc2626);
  border-radius: 1px;
  flex-shrink: 0;
}

.archive-breadcrumb {
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 0.35rem;
}

.archive-breadcrumb a {
  color: var(--dhaber-accent, #dc2626);
  text-decoration: none;
}

.archive-breadcrumb a:hover {
  text-decoration: underline;
}

.archive-breadcrumb__sep { margin: 0 0.25rem; }
.archive-breadcrumb__current { color: #374151; }

.archive-body {
  display: block;
}

.archive-body--with-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  align-items: start;
}

/* Üst blok: sol = büyük resim (başlık overlay) + özet + meta; sağ = 2 haber alt alta */
.archive-hero {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.archive-hero__featured {
  min-width: 0;
}

.archive-hero__main-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 0.5rem;
  overflow: hidden;
}

.archive-hero__main-thumb {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  background: #e5e7eb;
}

.archive-hero__main-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-hero__no-thumb {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
}

/* Sol blok: resim üzerinde başlık (slider gibi overlay) */
.archive-hero__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 1.25rem 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
}

.archive-hero__overlay .archive-hero__title {
  margin: 0;
  font-size: clamp(1rem, 1.5vw + 0.75rem, 1.35rem);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.archive-hero__main-link:hover .archive-hero__overlay .archive-hero__title {
  color: #fff;
  text-decoration: underline;
}

.archive-hero__main-body {
  padding: 0;
  margin-top: 1.5rem;
}

.archive-hero__main-body .archive-hero__excerpt {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #6b7280;
}

.archive-hero__main-body .archive-hero__meta {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: #9ca3af;
}

.archive-hero__main-body .archive-hero__title {
  display: none;
}

.archive-hero__meta-sep {
  opacity: 0.7;
}

/* İlk haber meta: tarih ikonu */
.archive-hero__date::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

/* Sağ blok meta: tarih, izlenme, yorum ikonları */
.archive-hero__right-date::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.archive-hero__right-comments::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 0.2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

/* Sağ blokta izlenme ikonu (views-icon span kullanılıyor) */
.archive-hero__right-views .archive-hero__views-icon::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-right: 0.2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

/* Sağ blok - 2 haber alt alta */
.archive-hero__right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

.archive-hero__right-item {
  min-width: 0;
}

.archive-hero__right-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 0.5rem;
  overflow: hidden;
}

.archive-hero__right-link:hover .archive-hero__right-excerpt,
.archive-hero__right-link:hover .archive-hero__right-meta,
.archive-hero__right-link .archive-hero__right-excerpt,
.archive-hero__right-link .archive-hero__right-meta {
  text-decoration: none;
}

.archive-hero__right-link:hover {
  color: var(--dhaber-accent, #dc2626);
}

.archive-hero__right-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  background: #e5e7eb;
  margin-bottom: 0.5rem;
}

.archive-hero__right-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-hero__right-title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #111827;
}

.archive-hero__right-link:hover .archive-hero__right-title {
  color: var(--dhaber-accent, #dc2626);
}

.archive-hero__right-excerpt {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #6b7280;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.archive-hero__right-meta {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: #9ca3af;
}

.archive-hero__views-icon::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-right: 0.2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.archive-hero__comments::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 0.2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.archive-content {
  min-width: 0;
}

.archive-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.archive-list__item,
.archive-list__ad-item {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  list-style: none;
  border-bottom: 1px solid #e5e7eb;
}

.archive-list__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.archive-list-section {
  margin-top: 1.25rem;
}

.archive-list--with-meta .archive-card__link {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  border-bottom: none;
  padding: 0;
}

.archive-list--with-meta .archive-card__thumb {
  width: 200px;
  height: 120px;
  flex-shrink: 0;
}

.archive-list--with-meta .archive-card__body {
  flex: 1;
  min-width: 0;
}

.archive-list--with-meta .archive-card__excerpt {
  margin: 0.35rem 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #6b7280;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.archive-list--with-meta .archive-card__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #9ca3af;
  margin-top: 0.35rem;
}

.archive-list--with-meta .archive-card__meta time {
  margin-right: 0.25rem;
}

.archive-list--with-meta .archive-card__views::before,
.archive-list--with-meta .archive-card__comments::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-right: 0.15rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.archive-list--with-meta .archive-card__comments::before {
  width: 14px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
}

/* Reklam sonrası 2 kolonlu liste: büyük resim üstte, başlık, tarih | izlenme | yorum */
.archive-list--two-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1.25rem;
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.archive-list--two-cols .archive-card {
  margin: 0;
  padding: 0;
}

.archive-list--two-cols .archive-card__link--col {
  display: block;
  padding: 0;
  border-bottom: none;
  text-decoration: none;
  color: inherit;
}

.archive-list--two-cols .archive-card__link--col:hover .archive-card__excerpt--col,
.archive-list--two-cols .archive-card__link--col:hover .archive-card__meta--col,
.archive-list--two-cols .archive-card__link--col .archive-card__excerpt--col,
.archive-list--two-cols .archive-card__link--col .archive-card__meta--col {
  text-decoration: none;
}

.archive-list--two-cols .archive-card__thumb--col {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 20;
  min-height: 220px;
  border-radius: 0.35rem;
  overflow: hidden;
  background: #e5e7eb;
  margin-bottom: 0.5rem;
}

.archive-list--two-cols .archive-card__thumb--col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-list--two-cols .archive-card__title--col {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

.archive-list--two-cols .archive-card__excerpt--col {
  margin: 0 0 0.4rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #6b7280;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.archive-list--two-cols .archive-card__meta--col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-size: 0.8rem;
  color: #6b7280;
}

/* 2 kolonlu liste: tarih | izlenme | yorum ikonları */
.archive-list--two-cols .archive-card__date::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.archive-list--two-cols .archive-card__views-icon::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-right: 0.2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.archive-list--two-cols .archive-card__comments-icon::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 0.2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.archive-list--two-cols .archive-card__meta-sep {
  margin: 0 0.2rem;
  color: #d1d5db;
}

@media (max-width: 767px) {
  .archive-list--two-cols {
    grid-template-columns: 1fr;
  }
}

.archive-card__link {
  display: flex;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.archive-card__link:hover {
  color: var(--dhaber-accent, #dc2626);
}

.archive-card__thumb {
  flex-shrink: 0;
  width: 200px;
  height: 120px;
  border-radius: 0.35rem;
  overflow: hidden;
  background: #e5e7eb;
}

.archive-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-card__no-thumb {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
}

.archive-card__body {
  flex: 1;
  min-width: 0;
}

.archive-card__title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: #111827;
}

.archive-card__link:hover .archive-card__title {
  color: var(--dhaber-accent, #dc2626);
}

.archive-card__excerpt {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #6b7280;
}

.archive-card__date {
  font-size: 0.8rem;
  color: #9ca3af;
}

.content-ad--archive {
  margin: 0.5rem 0;
  width: 100%;
  text-align: center;
}

.content-ad--archive .content-ad__inner,
.content-ad--archive .content-ad-placeholder {
  width: 100%;
  max-width: 725px;
  margin: 0 auto;
}

.archive-pagination {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.archive-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.archive-pagination .nav-links a,
.archive-pagination .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.archive-pagination .nav-links a:hover {
  border-color: #023f76;
  color: #023f76;
  background: #e8eef4;
}

.archive-pagination .nav-links .current {
  border-color: #023f76;
  background: #023f76;
  color: #fff;
  pointer-events: none;
}

.archive-pagination .nav-links .prev,
.archive-pagination .nav-links .next {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.archive-pagination .nav-links .dots {
  border: none;
  background: transparent;
  min-width: auto;
  padding: 0 0.25rem;
  color: #9ca3af;
}

.archive-none {
  margin: 1rem 0;
  color: #6b7280;
}

/* ==========================================================================
   Arama sayfası (search.php)
   ========================================================================== */
.search-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.search-header .search-form-wrap {
  margin-top: 0;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.search-form--page {
  display: flex;
  gap: 0.5rem;
  max-width: 480px;
  margin: 0 auto;
}

.search-header .search-form--page {
  margin: 0;
}

.search-form--page .search-form__input {
  flex: 1;
  min-width: 0;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  color: #111827;
}

.search-form--page .search-form__input:focus {
  outline: none;
  border-color: #023f76;
  box-shadow: 0 0 0 3px rgba(2, 63, 118, 0.15);
}

.search-form--page .search-form__submit {
  padding: 0.6rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #023f76;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background 0.2s;
}

.search-form--page .search-form__submit:hover {
  background: #022a52;
}

.search-title .archive-title__accent {
  background: #023f76;
}

.archive-list--search .archive-card__cat {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #023f76;
  margin-bottom: 0.25rem;
}

.archive-card--search {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.archive-card__thumb--search {
  flex-shrink: 0;
  width: 200px;
  height: 120px;
  border-radius: 0.35rem;
  overflow: hidden;
  background: #e5e7eb;
}

.archive-card__thumb--search img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-card__body--search {
  flex: 1;
  min-width: 0;
}

.archive-card__title-link {
  color: inherit;
  text-decoration: none;
}

.archive-card__title-link:hover {
  color: #023f76;
  text-decoration: none;
}

.archive-list--search .archive-card__excerpt--search {
  margin: 0.45rem 0;
  color: #6b7280;
}

.search-wrap .content-ad--archive {
  margin-bottom: 1.25rem;
}

.search-none {
  text-align: center;
  padding: 2rem 1rem;
  background: #f9fafb;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}

.search-none__message {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  color: #4b5563;
  line-height: 1.5;
}

.search-form-wrap--center {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.search-form-wrap--center .search-form--page {
  max-width: 100%;
}

.search-none__home {
  margin: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: background 0.2s, color 0.2s;
}

.button--primary {
  color: #fff;
  background: #023f76;
  border: none;
}

.button--primary:hover {
  background: #022a52;
  color: #fff;
}

/* ==========================================================================
   404 - İçerik bulunamadı (404.php)
   ========================================================================== */
.error-404-wrap {
  padding: 2rem 0 3rem;
  width: 100%;
}

.error-404 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.error-404__header {
  margin-bottom: 1.5rem;
  text-align: center;
}

.error-404__label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #9ca3af;
  margin-bottom: -1rem;
  text-align: center;
}

.error-404__code {
  display: block;
  font-size: 5.5rem;
  font-weight: 800;
  line-height: 1;
  color: #e5e7eb;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
  text-align: center;
}

.error-404__title {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
}

.error-404__message {
  margin: 0;
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.6;
  text-align: center;
}

.error-404__message + .error-404__message {
  margin-top: 0.5rem;
}

.error-404__search {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
}

.error-404__search .search-form--page {
  max-width: 100%;
  justify-content: center;
  margin: 0 auto;
}

.error-404__actions {
  margin-bottom: 2rem;
  text-align: center;
}

.error-404__actions .button {
  min-width: 180px;
  margin: 0 auto;
  color: #fff !important;
}

.error-404__actions .button:hover {
  color: #fff !important;
}

.error-404__recent {
  text-align: left;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}

.error-404__recent-title {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.error-404__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-404__list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
}

.error-404__list li:last-child {
  border-bottom: none;
}

.error-404__list a {
  color: #111827;
  text-decoration: none;
  font-weight: 500;
  flex: 1;
  min-width: 0;
}

.error-404__list a:hover {
  color: #023f76;
  text-decoration: underline;
}

.error-404__list time {
  font-size: 0.8rem;
  color: #9ca3af;
  flex-shrink: 0;
}

/* Single post (yazı sayfası) */
.single-content {
  padding-block: 1rem;
}

.single-post__header {
  margin-bottom: 1rem;
}

.single-post__title {
  margin: 0 0 0.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  color: #111827;
}

.single-post__meta {
  font-size: 0.875rem;
  color: #6b7280;
}

.single-post__meta-sep {
  margin: 0 0.35rem;
  color: #d1d5db;
}

.single-post__thumb {
  margin-bottom: 1.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #e5e7eb;
}

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

.single-post__body.entry-content {
  font-size: 1rem;
  line-height: 1.65;
  color: #374151;
}

.single-post__body.entry-content p {
  margin: 0 0 1rem;
}

.single-post__body.entry-content img {
  max-width: 100%;
  height: auto;
}

/* Sayfa şablonu (page.php): üstte mavi bar + sayfa başlığı, sidebar yok */
.page-wrap {
  padding: 1rem 0 2rem;
}

.page-article {
  width: 100%;
  max-width: 100%;
}

.page-article__header {
  margin-bottom: 1.25rem;
}

.page-article__title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.page-article__title-accent {
  display: inline-block;
  width: 6px;
  height: 1.25em;
  background: #023f76;
  border-radius: 1px;
  flex-shrink: 0;
}

.page-article__content.entry-content {
  color: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.page-article__content.entry-content p {
  margin: 0 0 1rem;
}

/* Cat Sidebar - kategoriye özel widget alanı */
.cat-sidebar {
  position: sticky;
  top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.cat-sidebar__slider .sidebar-news-1__headline {
  font-size: 0.9rem;
}

.cat-sidebar__topics {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid #e5e7eb;
}

.cat-sidebar__topics-title {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--dhaber-accent, #dc2626);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cat-sidebar__topics-icon {
  display: inline-block;
  width: 18px;
  height: 14px;
  background: var(--dhaber-accent, #dc2626);
  clip-path: polygon(0 0, 100% 0, 100% 2px, 0 2px, 0 6px, 100% 6px, 100% 8px, 0 8px, 0 12px, 100% 12px, 100% 14px, 0 14px);
}

.cat-sidebar__topics-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat-sidebar__topics-list li {
  margin: 0;
  padding: 0.4rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.cat-sidebar__topics-list li:last-child {
  border-bottom: none;
}

.cat-sidebar__topics-list a {
  font-size: 0.9rem;
  color: #374151;
  text-decoration: none;
  display: block;
  line-height: 1.35;
}

.cat-sidebar__topics-list a:hover {
  color: var(--dhaber-accent, #dc2626);
}

.cat-sidebar-widget {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid #e5e7eb;
}

.cat-sidebar-widget__title {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--dhaber-accent, #dc2626);
}

@media (max-width: 900px) {
  .archive-body--with-sidebar {
    grid-template-columns: 1fr;
  }

  .archive-hero {
    grid-template-columns: 1fr;
  }

  .cat-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  .archive-card--search {
    flex-direction: column;
  }

  .archive-card__thumb--search {
    width: 100%;
    height: 180px;
  }

  .archive-list--with-meta .archive-card__link {
    flex-direction: column;
  }

  .archive-list--with-meta .archive-card__thumb {
    width: 100%;
    height: 180px;
  }

  .archive-card__link {
    flex-direction: column;
  }

  .archive-card__thumb {
    width: 100%;
    height: 180px;
  }
}
