/*
 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;
}

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

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

@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.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.35rem;
}

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

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

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

.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: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.sidebar-news-1__play::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  border-width: 8px 0 8px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
}

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

.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 {
  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__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 #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;
}

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

@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: flex-start;
  }

  .navbar__social {
    gap: 0.35rem;
  }

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

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

  .navbar__list {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.25rem;
    gap: 0;
  }

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

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

