/**
 * Site modülü — Tailwind yerine tema (Bootstrap + main.css) ile uyumlu yardımcı sınıflar.
 * main.css sonrası yüklenir.
 */

/* Manşet editörü varsayılanı (ClanProNew): site layout site.css yüklemediği için @font-face burada */
@font-face {
  font-family: 'ClanProNew';
  src: url('../fonts/clan/ff-clan-pro-blk.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ---- Manşet overlay: site.css bu layout’ta yüklenmediği için kritik kurallar burada (mobil vs masaüstü katmanı) ---- */
.manset-prose-wordwrap,
.manset-text-inner .manset-top-title,
.manset-text-inner .manset-title,
.manset-text-inner .manset-desc {
  word-break: normal !important;
  overflow-wrap: normal !important;
  word-wrap: normal !important;
  hyphens: none !important;
}
.manset-text-inner {
  min-width: 0;
}
.manset-overlay-root .headline-bg > span {
  padding: 2px 8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  /* Editör editor.css ile aynı: satır zeminleri arasında dikey boşluk */
  line-height: 1.6;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
.manset-overlay-root .manset-mobile {
  display: flex;
}
.manset-overlay-root .manset-overlay {
  display: none;
}
@media (min-width: 768px) {
  .manset-overlay-root .manset-mobile {
    display: none !important;
  }
  .manset-overlay-root .manset-overlay {
    display: block !important;
  }
  .manset-overlay-root.right .manset-shared-image {
    transform: scaleX(-1);
  }
}
@media (max-width: 767.98px) {
  .manset-overlay-root .manset-mobile {
    position: relative;
    display: block;
  }
  .manset-overlay-root .manset-mobile-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .manset-overlay-root .manset-mobile-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .manset-overlay-root .manset-mobile-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 46%;
    min-height: 0;
    padding: 12px 14px 14px !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: flex-end !important;
    background: rgba(0, 0, 0, 0.72) !important;
    backdrop-filter: blur(6px);
    flex: none;
    overflow: hidden;
    box-sizing: border-box;
  }
  .manset-overlay-root .manset-mobile-bar .manset-mobile-top,
  .manset-overlay-root .manset-mobile-bar .manset-mobile-title,
  .manset-overlay-root .manset-mobile-bar .manset-mobile-desc {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    hyphens: auto !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center !important;
  }
  .manset-overlay-root .manset-mobile-bar .manset-mobile-top {
    font-size: 0.875rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0.02em !important;
    -webkit-line-clamp: 2;
  }
  .manset-overlay-root .manset-mobile-bar .manset-mobile-title {
    font-size: 1.0625rem !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em !important;
    -webkit-line-clamp: 3;
    margin-top: 0.2rem !important;
  }
  .manset-overlay-root .manset-mobile-bar .manset-mobile-desc {
    font-size: 0.8125rem !important;
    line-height: 1.35 !important;
    -webkit-line-clamp: 2;
    margin-top: 0.25rem !important;
  }
}
.sticker-animated .sticker-icon {
  animation: siteMansetStickerBounce 1.5s ease-in-out infinite;
}
@keyframes siteMansetStickerBounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-3px) scale(1.1);
  }
}

/* ---- Genel ---- */
.site-line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-tabular {
  font-variant-numeric: tabular-nums;
}
.site-scrollbar {
  overflow-y: auto;
  max-height: 12rem;
}
.site-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.site-scrollbar::-webkit-scrollbar-thumb {
  background: #dee2e6;
  border-radius: 4px;
}

/* ---- Manşet / son dakika fade (Tailwind opacity-* yerine) ---- */
.site-slide-visible {
  opacity: 1;
  z-index: 10;
}
.site-slide-hidden {
  opacity: 0;
  z-index: 0;
}

/* Manşet sayfa butonları */
.site-headline-page-active {
  background-color: var(--primary-color, #234b4c);
  color: #fff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.site-headline-page-idle {
  background-color: transparent;
  color: var(--primary-color, #234b4c) !important;
}
.site-headline-page-idle:hover {
  background-color: rgba(35, 75, 76, 0.12);
}

/* ---- Kategori bölümü sekmeleri ---- */
.site-cat-nav-btn {
  border: 0;
  border-radius: 0.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 0.875rem;
  padding: 1rem 1.25rem;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.site-cat-nav-active {
  background-color: var(--primary-color, #234b4c);
  color: #fff !important;
}
.site-cat-nav-inactive {
  background-color: #f1f3f5;
  color: #495057 !important;
}
.site-cat-nav-inactive:hover {
  background-color: #e9ecef;
}

/* ---- Piyasa sekmeleri ---- */
.market-tab {
  border: 0;
  border-left: 1px solid #e9ecef;
  padding: 0.65rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.market-tab:first-child {
  border-left: 0;
}
.market-tab--active {
  background-color: var(--primary-color, #234b4c);
  color: #fff !important;
}
.market-tab:not(.market-tab--active) {
  background-color: #fff;
  color: #5c636a !important;
}
.market-tab:not(.market-tab--active):hover {
  background-color: #f8f9fa;
}

/* ---- Ekonomi şeridi (tema .economy grid + /canli/ticker güncellemesi) ---- */
.economy-ticker-link {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  min-width: 0;
  width: 100%;
}
.economy-ticker-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  flex: 1 1 auto;
}
.economy-ticker-body .economy-price,
.economy-ticker-body .economy-minus {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .economy-ticker-body {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    column-gap: 4px;
    align-items: baseline;
  }
  .economy-ticker-body .economy-title {
    grid-column: 1 / -1;
  }
  .economy-ticker-body .economy-price,
  .economy-ticker-body .economy-minus {
    display: inline-block;
  }
}
.economy .economy-ticker-link:hover {
  opacity: 0.92;
}
.economy .economy-ticker-link:focus-visible {
  outline: 2px solid rgba(227, 29, 46, 0.65);
  outline-offset: 2px;
}

@media (max-width: 767.98px) {
  .economy.pt-3 {
    padding-top: 0.65rem !important;
  }
  .economy.pb-2 {
    padding-bottom: 0.35rem !important;
  }
  .economy.px-3 {
    padding-left: 0.65rem !important;
    padding-right: 0.65rem !important;
  }
  .economy-ticker-grid {
    --bs-gutter-x: 0.4rem;
    --bs-gutter-y: 0.55rem;
  }
  .economy-ticker-item {
    margin-bottom: 0 !important;
  }
  .economy-ticker-link {
    gap: 0.3rem;
  }
  .economy i {
    font-size: 16px;
    line-height: 1;
    margin-top: 1px;
    flex-shrink: 0;
  }
  .economy .economy-title {
    font-size: 11px;
    line-height: 1.15;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
  }
  .economy .economy-price {
    font-size: 13px;
    line-height: 1.2;
    margin-right: 0;
  }
  .economy .economy-minus {
    font-size: 11px;
    line-height: 1.2;
  }
}
.site-header-weather-pill {
  gap: 0.35rem;
}
.site-header-weather-pill .bootstrap-select > .dropdown-toggle {
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  box-shadow: none !important;
}
.site-header-weather-pill .bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
}
.site-header-weather-temp {
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
}
.site-ticker-up {
  color: #198754 !important;
}
.site-ticker-down {
  color: #dc3545 !important;
}

/* ---- Piyasa satır linkleri ---- */
.site-market-row {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.15s ease;
}
.site-market-row:hover {
  background-color: #f8f9fa;
}
.site-market-row--up {
  background-color: rgba(25, 135, 84, 0.08);
}
.site-market-row--down {
  background-color: rgba(220, 53, 69, 0.08);
}
.site-market-row-inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  flex: 1 1 auto;
}
.site-market-row-meta {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.site-market-badge-up {
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  color: #198754;
  background-color: rgba(25, 135, 84, 0.15);
}
.site-market-badge-down {
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.15);
}

/* ---- Canlı borsa tablosu (JS) ---- */
.site-live-table-row {
  border-bottom: 1px solid #f1f3f5;
}
.site-live-table-row:hover {
  background-color: rgba(248, 249, 250, 0.8);
}
.site-live-change-up {
  color: #198754;
}
.site-live-change-down {
  color: #dc3545;
}
.site-live-change-flat {
  color: #6c757d;
}

/* ---- İkincil manşet noktaları ---- */
.site-secondary-dot-active {
  background-color: var(--primary-color, #234b4c) !important;
}
.site-secondary-dot-idle {
  background-color: #ced4da !important;
}

/* ---- Galeri küçük resim kenarlığı ---- */
.site-thumb-active {
  border: 2px solid var(--primary-color, #234b4c) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.site-thumb-idle {
  border: 1px solid #dee2e6 !important;
}

/* Piyasa grafik aralık butonları (frontend.js) */
.site-piyasa-range-active {
  background-color: #e9ecef !important;
  color: #212529 !important;
}
.site-piyasa-range-idle {
  color: #6c757d !important;
  background-color: transparent !important;
}
.site-piyasa-range-idle:hover {
  background-color: #f8f9fa !important;
}

/* Boş liste / hata mesajları */
.site-empty-msg {
  padding: 2rem 1rem;
  text-align: center;
  color: #6c757d;
  font-size: 0.875rem;
}

/* Yazar carousel okları */
.site-btn-disabled-nav {
  opacity: 0.45;
  pointer-events: none;
}

/* Galeri tam ekran açıklama (JS ile eklenen) */
.site-fs-desc-inner {
  background: rgba(0, 0, 0, 0.82);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 1.25rem 1.5rem;
}
.site-fs-desc-text {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}

/* ---- Kart / widget (sidebar vb.) ---- */
.site-widget-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.site-widget-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f1f3f5;
}
.site-post-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0.75rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.site-post-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  border-color: rgba(35, 75, 76, 0.25);
}
.site-post-card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #e9ecef;
}
.site-post-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.site-post-card:hover .site-post-card-img-wrap img {
  transform: scale(1.04);
}
.site-post-card-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  background: rgba(255, 255, 255, 0.95);
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
}

/* ---- Breadcrumb ---- */
.site-breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.35rem;
}
.site-breadcrumb li {
  display: inline-flex;
  align-items: center;
}
.site-breadcrumb a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6c757d;
  text-decoration: none;
}
.site-breadcrumb a:hover {
  color: var(--primary-color, #234b4c);
}
.site-breadcrumb .active span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #212529;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .site-breadcrumb .active span {
    max-width: 20rem;
  }
}

/* ---- Ana manşet (primarySlider): tema oranına yakın (~16:9, hafif gevşek); max-height üst sınır — aşırı uzun görseller kırpılır ---- */
.primarySlider {
  width: 100%;
  aspect-ratio: 16 / 9.15;
  max-height: 560px;
}
@media only screen and (max-width: 1199.98px) {
  .primarySlider {
    max-height: 480px;
  }
}
@media only screen and (max-width: 991.98px) {
  .primarySlider {
    max-height: 420px;
  }
}
@media only screen and (max-width: 767.98px) {
  .primarySlider {
    max-height: 320px;
  }
}
.primarySlider .swiper-slide {
  height: 100%;
}
.primarySlider .swiper-slide > a {
  position: relative;
  display: block;
  height: 100%;
  min-height: 0;
}
.primarySlider .swiper-slide img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}

/* Manşet overlay metni: tema main.css (.swiper-slide-text h2 / p) ile aynı ölçüler, Bootstrap .text-white üstüne */
.primarySlider .swiper-slide-text {
  position: absolute;
  bottom: 70px;
  left: 30px;
  z-index: 9999;
}
.primarySlider .swiper-slide-text h2,
.primarySlider .swiper-slide-text .site-slider-title {
  font-family: "din_problack", "DIN Pro", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.05;
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .primarySlider .swiper-slide-text h2,
  .primarySlider .swiper-slide-text .site-slider-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .primarySlider .swiper-slide-text h2,
  .primarySlider .swiper-slide-text .site-slider-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .primarySlider .swiper-slide-text h2,
  .primarySlider .swiper-slide-text .site-slider-title {
    font-size: 20px;
    margin-top: 10px;
  }
}
.primarySlider .swiper-slide-text p {
  font-family: "metropolisregular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  color: #fad72f !important;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .primarySlider .swiper-slide-text p {
    font-size: 14px;
    width: 90%;
  }
}
@media only screen and (max-width: 767.98px) {
  .primarySlider .swiper-slide-text p {
    font-size: 14px;
    width: 90%;
  }
}

/* Manşet overlay (settings-only) veya düz PNG: slide dolu kalsın; tıklama katmanı z-1 */
.primarySlider .swiper-slide.site-primary-slide-manset-overlay,
.primarySlider .swiper-slide:has(.manset-overlay-root) {
  min-height: 0;
}
.primarySlider .swiper-slide.site-primary-slide-manset-overlay .manset-overlay-root {
  min-height: 100%;
}

/* Ana slider manşet: üstten/soldan blok (Blade + Renderer ile uyumlu; genişlik %45 — editörle aynı, scaleText ile ölçeklenir) */
@media (min-width: 768px) {
  .primarySlider .manset-overlay-root .manset-text-col.text {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .miniSlider .manset-overlay-root .manset-text-col.text {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
}

/* miniSlider: manşet overlay — daha dar alan; yazıları biraz küçült */
.miniSlider .swiper-slide.site-mini-slide-manset-overlay .manset-overlay-root {
  min-height: 100%;
}
.miniSlider .swiper-slide.site-mini-slide-manset-overlay .manset-top-title {
  font-size: clamp(14px, 2.8vw, 22px) !important;
}
.miniSlider .swiper-slide.site-mini-slide-manset-overlay .manset-title {
  font-size: clamp(16px, 3.5vw, 26px) !important;
}
.miniSlider .swiper-slide.site-mini-slide-manset-overlay .manset-desc {
  font-size: clamp(11px, 2vw, 13px) !important;
}
.miniSlider .swiper-slide.site-mini-slide-manset-overlay .manset-sticker {
  font-size: 10px !important;
  padding: 6px 10px !important;
}

/* ---- Anasayfa: sağ sütun reklam yuvası + isteğe bağlı banner (XFoy düzeni) ---- */
/* Slot wrapper’larda .advert height’ı kullanılmaz; içerik yoksa alan tamamen kapanır */
.site-home-ad-slot,
.site-home-banner-slot {
  height: auto;
  min-height: 0;
}
.site-home-ad-slot:not(:has(.site-ad-slot, .site-demo-ad, .site-google-news-follow)),
.site-home-banner-slot:not(:has(.site-ad-slot, .site-demo-ad, .site-google-news-follow)),
.site-home-ad-wrap:not(:has(.site-ad-slot, .site-demo-ad, .site-google-news-follow)),
.site-home-banner-outer:not(:has(.site-ad-slot, .site-demo-ad, .site-google-news-follow)) {
  display: none !important;
}

/* Google News takip CTA — slider yanı boşken 300×300 */
.site-google-news-follow {
  --gn-red: #e31d2e;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  height: 250px;
  margin-inline: auto;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.site-google-news-follow:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
  color: inherit;
}
.site-google-news-follow__brand {
  flex: 0 0 auto;
  background: var(--gn-red);
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  padding: 10px 28px 10px 14px;
}
.site-google-news-follow__brand-text {
  color: #fff;
  font-family: "din_problack", "metropolisbold", sans-serif;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.site-google-news-follow__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 12px 10px;
  min-height: 0;
}
.site-google-news-follow__headline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.site-google-news-follow__g {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  margin-top: 2px;
}
.site-google-news-follow__title {
  margin: 0;
  font-family: "din_promedium", "metropolismedium", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  color: #111;
}
.site-google-news-follow__title strong {
  color: var(--gn-red);
  font-family: "din_problack", "metropolisbold", sans-serif;
}
.site-google-news-follow__sub {
  margin: 0;
  padding-top: 6px;
  border-top: 1px solid #f0b4ba;
  font-family: "din_promedium", "metropolismedium", sans-serif;
  font-size: 11px;
  line-height: 1.35;
  color: #222;
}
.site-google-news-follow__sub strong {
  color: var(--gn-red);
}
.site-google-news-follow__action {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}
.site-google-news-follow__checks {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 22px;
  padding-right: 0;
}
.site-google-news-follow__check {
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border: 2px solid #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex: 0 0 auto;
}
.site-google-news-follow__check--on {
  border-color: #2e7d32;
  background: #2e7d32;
}
.site-google-news-follow__hand {
  position: absolute;
  left: 50%;
  top: calc(22px + 6px + 11px);
  width: 22px;
  height: 22px;
  margin-left: 2px;
  transform: translate(-20%, -50%);
  pointer-events: none;
  animation: siteGnHand 1.6s ease-in-out infinite;
}
.site-google-news-follow__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--gn-red);
  color: #fff;
  font-family: "din_problack", "metropolisbold", sans-serif;
  font-size: 12px;
  white-space: nowrap;
}
@keyframes siteGnHand {
  0%,
  100% {
    transform: translate(-20%, -50%);
  }
  50% {
    transform: translate(calc(-20% + 2px), calc(-50% - 2px));
  }
}

/* ---- Sticky & Splash reklamlar ---- */
body.has-sticky-ad {
  padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
}
body.has-sticky-ad #site-root {
  padding-bottom: 0;
}

.site-sticky-ad {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  padding: 0 0 env(safe-area-inset-bottom, 0px);
  pointer-events: none;
  animation: siteStickyIn 0.35s ease-out;
}
.site-sticky-ad__inner {
  position: relative;
  max-width: 728px;
  margin: 0 auto;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
  pointer-events: auto;
  overflow: hidden;
}
.site-sticky-ad__content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 90px;
  overflow: hidden;
}
.site-sticky-ad__img {
  display: block;
  width: 100%;
  max-height: 90px;
  object-fit: contain;
  object-position: center;
}
.site-sticky-ad__close,
.site-splash-ad__close {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.site-sticky-ad__close:hover,
.site-splash-ad__close:hover {
  background: rgba(0, 0, 0, 0.75);
}
.site-sticky-ad__badge,
.site-splash-ad__badge {
  position: absolute;
  bottom: 4px;
  left: 8px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.site-splash-ad {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.site-splash-ad.is-visible {
  opacity: 1;
  visibility: visible;
}
.site-splash-ad.is-closing {
  opacity: 0;
  visibility: hidden;
}
body.site-splash-open {
  overflow: hidden;
}
.site-splash-ad__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(2px);
}
.site-splash-ad__panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 640px);
  max-height: min(88vh, 720px);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  animation: siteSplashPanelIn 0.35s ease-out;
}
.site-splash-ad__content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: min(88vh, 720px);
  overflow: auto;
}
.site-splash-ad__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(88vh, 720px);
  object-fit: contain;
}
.site-splash-ad__close {
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  font-size: 14px;
}
.site-splash-ad__badge {
  bottom: 8px;
  left: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

@keyframes siteStickyIn {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes siteSplashPanelIn {
  from { transform: scale(0.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

@keyframes siteSplashPanelIn {
  from { transform: scale(0.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* ---- Gelişmiş reklam modelleri ---- */
.site-ad-native-box {
  border: 1px dashed rgba(0, 0, 0, 0.08);
}
.site-ad-native {
  position: relative;
  background: #fff;
}
.site-ad-native__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  padding: 3px 8px;
  border-radius: 4px;
}
.site-ad-native__img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.site-ad-native-list-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.site-ad-native-list-card .site-ad-native {
  flex-direction: row;
}
.site-ad-native-list-card .site-ad-native__img {
  width: 33%;
  max-width: 200px;
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
}
.site-ad-native-list-card .site-ad-native__body {
  flex: 1;
  display: flex;
  align-items: center;
}
.site-ad-interstitial__inner {
  position: relative;
  padding: 12px;
  background: #f8f9fa;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
}
.site-ad-interstitial__label {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 8px;
}
.site-ad-carousel {
  overflow: hidden;
  border-radius: 6px;
}
.site-ad-carousel__pagination {
  position: relative;
  margin-top: 6px;
}
.site-video-player-wrap {
  position: relative;
}
.site-video-player-wrap > .site-ad-preroll {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: auto;
}
.site-ad-preroll {
  width: 100%;
  height: 100%;
}
.site-ad-preroll__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.site-ad-preroll.is-done .site-ad-preroll__overlay {
  display: none;
}
.site-ad-preroll__content {
  position: relative;
  width: min(100%, 560px);
  text-align: center;
}
.site-ad-preroll__badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}
.site-ad-preroll__video {
  max-height: 50vh;
  border-radius: 8px;
}
.site-ad-preroll__skip {
  margin-top: 12px;
}
.site-ad-preroll__skip:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (max-width: 575.98px) {
  .site-ad-native-list-card .site-ad-native {
    flex-direction: column;
  }
  .site-ad-native-list-card .site-ad-native__img {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  body.has-sticky-ad {
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }
  .site-sticky-ad__content,
  .site-sticky-ad__img {
    max-height: 72px;
  }
}

/* ---- Desktop header kategori menüsü: tek satır, dar boşluk; sığmazsa yatay kaydırma (offcanvas hariç) ---- */
.header__wrapper .desktop__menu.site-header-nav {
  flex: 1 1 auto;
  min-width: 0;
}
.header__wrapper .desktop__menu.site-header-nav .site-header-nav__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.header__wrapper .desktop__menu.site-header-nav ul {
  flex-wrap: nowrap;
  gap: 0.5rem;
}
@media (min-width: 1200px) {
  .header__wrapper .desktop__menu.site-header-nav ul {
    gap: 0.75rem;
  }
}
.header__wrapper .desktop__menu.site-header-nav ul li {
  flex-shrink: 0;
}
.header__wrapper .desktop__menu.site-header-nav ul li a {
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* Haber / galeri / video detay: meta alanları yan yana (tema .author-social h3/ul width:100% kırılır) */
.site-post-meta.author-social h3,
.site-gallery-meta.author-social h3,
.site-video-meta.author-social h3 {
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
}
.site-post-meta.author-social ul,
.site-gallery-meta.author-social ul,
.site-video-meta.author-social ul {
  width: auto;
  justify-content: flex-end;
}

/* Ana sayfa video kutusu: oynat simgesi kapak görselinin tam ortası (tema .wrapper .play yalnızca dikey ortalıydı) */
.video-section .wrapper .play {
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ---- Video: anasayfa + detay — yan listede küçük kapak (tema mini-video / mini-video-gallery) ---- */
.video-section .mini-video,
.mini-video-gallery {
  display: flex;
  align-items: center;
  min-width: 0;
}
.video-section .mini-video > .site-video-side-thumb,
.mini-video-gallery > .site-video-side-thumb {
  flex: 0 0 108px;
  width: 108px;
  max-width: 38%;
  min-width: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .video-section .mini-video > .site-video-side-thumb,
  .mini-video-gallery > .site-video-side-thumb {
    flex-basis: 124px;
    width: 124px;
    max-width: 124px;
  }
}
@media (min-width: 1200px) {
  .video-section .mini-video > .site-video-side-thumb,
  .mini-video-gallery > .site-video-side-thumb {
    flex-basis: 140px;
    width: 140px;
    max-width: 140px;
  }
}

/* Video detay: iç içe kolonlarda kapak genişliği şişmesin (büyük görseller + flex min-content) */
.site-post-video-sidebar {
  min-width: 0;
}
.site-post-video-sidebar .row {
  min-width: 0;
}
.site-post-video-sidebar [class^="col-"],
.site-post-video-sidebar [class*=" col-"] {
  min-width: 0;
}
.video-section .mini-video .site-video-side-thumb > a,
.mini-video-gallery .site-video-side-thumb > a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  aspect-ratio: 16 / 9;
}
.video-section .mini-video .site-video-side-thumb img,
.mini-video-gallery .site-video-side-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.video-section .mini-video .small-text,
.mini-video-gallery .small-text {
  min-width: 0;
  flex: 1 1 auto;
}

/* ---- Haber kartı başlıkları: en fazla 3 satır, taşan … (main-box / post-card) ---- */
/* main.css .main-box p { height: 49px } clamp ile çakışıp satırı ortadan kesiyordu */
.main-box p.site-card-title {
  height: auto !important;
  min-height: 0;
}
.site-card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.35;
  margin-bottom: 0;
}
/* Eşit yükseklikli kolonlarda başlık alanı küçülsün; clamp düzgün çalışsın */
.main-box.overflow-hidden.h-100.d-flex.flex-column {
  min-height: 0;
}
.main-box.overflow-hidden.h-100.d-flex.flex-column > a.d-flex.flex-column.h-100 {
  flex: 1 1 auto;
  min-height: 0;
}
.main-box.overflow-hidden.h-100.d-flex.flex-column > a.d-flex.flex-column.h-100 > .px-3.py-3 {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}
/* Yan video satırı başlık linki */
.video-section .mini-video .small-text a,
.mini-video-gallery .small-text a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: inherit;
}
/* Slider içi özet (ekonomi/spor) */
.site-card-summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  margin-bottom: 0;
}

/* Ana slider yan mini slayt başlığı */
.site-mini-slide-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  margin-bottom: 0;
}

/* Haber detay yan sütun — tema detail.html (miniSlider + trend yatay kapak) */
.site-post-news-sidebar .miniSlider {
  min-height: 0;
}
.site-post-news-sidebar .trending-news.site-trend-row {
  flex-direction: row;
  align-items: center;
}
.site-post-news-sidebar .site-trend-thumb {
  flex: 0 0 104px;
  width: 104px;
  max-width: 38%;
  min-width: 0;
  overflow: hidden;
  border-radius: 5px;
  align-self: center;
}
.site-post-news-sidebar .site-trend-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  vertical-align: top;
}
.site-post-news-sidebar .trending-news.site-trend-row .site-card-title {
  flex: 1 1 auto;
  min-width: 0;
}

/* Galeri detay — photo-gallery-detail canlı sitede main.css + BS ile uyum */
.site-photo-gallery-page .site-gallery-author-social {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem 1rem;
}
.site-photo-gallery-page .site-gallery-author-social ul {
  width: auto;
  flex: 0 1 auto;
  margin-top: 0 !important;
  margin-left: auto;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .site-photo-gallery-page .site-gallery-author-social ul {
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
  }
}
.site-photo-gallery-page .site-gallery-author-social hr {
  flex: 0 0 100%;
  width: 100%;
  margin: 0.5rem 0 0;
  opacity: 1;
}

.site-photo-gallery-sidebar .trending-news {
  padding: 14px 16px;
}
.site-photo-gallery-sidebar .site-photo-gallery-lead-img {
  border-radius: 5px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.site-photo-gallery-sidebar .site-photo-gallery-thumb {
  width: 92px;
  max-width: 34%;
  min-width: 0;
  border-radius: 4px;
  overflow: hidden;
}
.site-photo-gallery-sidebar .site-photo-gallery-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  vertical-align: top;
}
.site-photo-gallery-sidebar .trending-news p {
  font-size: 14px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.site-photo-gallery-sidebar .site-photo-gallery-lead-title {
  -webkit-line-clamp: 2;
}
@media (max-width: 767.98px) {
  .site-photo-gallery-sidebar .site-photo-gallery-trend-row .site-photo-gallery-thumb {
    width: 100%;
    max-width: 100%;
  }
}

/* Bootstrap collapse vs Tailwind CSS collapse visibility conflict resolution */
.collapse {
  visibility: visible !important;
}

/* Prevent header ticker price/percentage wrapping */
.economy .economy-price,
.economy .economy-minus {
  white-space: nowrap !important;
}

/* Economy Category Header Custom Semantic Styles */
.economy-slider-img {
  height: 100%;
  object-fit: cover;
  display: block;
}
.economy-range-indicator {
  font-size: 0.72rem;
  line-height: 1.35;
}
.economy-chart-container {
  min-height: 180px;
}
.economy-chart-canvas {
  max-height: 200px;
}
.economy-currency-table {
  font-size: 0.9rem;
}
.economy-converter-card {
  background: linear-gradient(135deg, #1b2e4b 0%, #0d1e36 100%);
}
.economy-converter-input {
  box-shadow: none !important;
}
.economy-comparison-chart {
  min-height: 140px;
}
.economy-comparison-bar-col {
  width: 20%;
}
.economy-comparison-val {
  font-size: 0.72rem;
  white-space: nowrap;
}
.economy-comparison-pct {
  font-size: 0.65rem;
}
.economy-comparison-name {
  font-size: 0.8rem;
}
.economy-comparison-info {
  font-size: 0.75rem;
}

/* ==========================================================================
   Custom Sidebar Premium Light Design
   ========================================================================== */
.custom-sidebar {
  background: #ffffff !important;
  color: #1e293b !important;
  border-right: 1px solid #e2e8f0 !important;
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.08) !important;
}

.custom-sidebar .offcanvas-header {
  border-bottom: 1px solid #f1f5f9 !important;
  padding: 1.25rem 1.5rem !important;
  background: #f8fafc !important;
}

.sidebar-logo {
  max-height: 42px;
  object-fit: contain;
}

.sidebar-close-btn {
  background: #f1f5f9 !important;
  border: 1px solid #e2e8f0 !important;
  color: #64748b !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-close-btn:hover {
  background: #e31d2e !important;
  border-color: #e31d2e !important;
  color: #ffffff !important;
  transform: rotate(90deg);
}

.sidebar-close-btn i {
  font-size: 14px;
}

.sidebar-body {
  padding: 1.5rem !important;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

.sidebar-body::-webkit-scrollbar {
  width: 4px;
}

.sidebar-body::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

/* Section Title */
.sidebar-section-title {
  color: #0f172a !important; /* Bold Slate */
  font-size: 14px !important;
  font-family: "din_probold", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem !important;
  margin-top: 1.5rem !important;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f1f5f9;
}

.sidebar-section:first-child .sidebar-section-title {
  margin-top: 0 !important;
}

.sidebar-section-title i {
  font-size: 14px;
  color: #e31d2e; /* Theme primary red */
  opacity: 0.9;
}

/* News List */
.sidebar-news-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sidebar-news-list li a {
  display: flex !important;
  align-items: center !important;
  color: #475569 !important; /* Cool slate dark */
  font-family: "din_promedium", sans-serif !important;
  font-size: 15px !important;
  padding: 8px 12px !important;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  background: transparent;
}

.sidebar-news-list li a:hover {
  color: #e31d2e !important;
  background: #f8fafc !important;
  padding-left: 16px !important;
}

.dot-indicator {
  width: 5px;
  height: 5px;
  background-color: #cbd5e1;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.2s ease;
}

.sidebar-news-list li a:hover .dot-indicator {
  background-color: #e31d2e;
  transform: scale(1.3);
}

/* Quick Actions Button Container */
.sidebar-quick-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sidebar-action-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px !important;
  border-radius: 8px;
  font-family: "din_probold", sans-serif !important;
  font-size: 14px !important;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  width: 100%;
}

.piyasa-btn {
  background: #f0fdf4 !important; /* Soft Green */
  border-color: #bbf7d0 !important;
  color: #166534 !important; /* Dark Green */
}

.piyasa-btn:hover {
  background: #dcfce7 !important;
  border-color: #86efac !important;
  color: #15803d !important;
  transform: translateY(-1px);
}

.lastminutes-btn {
  background: #fef2f2 !important; /* Soft Red */
  border-color: #fee2e2 !important;
  color: #991b1b !important; /* Dark Red */
}

.lastminutes-btn:hover {
  background: #fee2e2 !important;
  border-color: #fca5a5 !important;
  color: #b91c1c !important;
  transform: translateY(-1px);
}

/* Animated Pulse Dot in light mode */
.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #e31d2e;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}

.pulse-dot::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #e31d2e;
  border-radius: 50%;
  animation: sidebarPulse 1.5s ease-out infinite;
  opacity: 0;
}

@keyframes sidebarPulse {
  0% {
    transform: scale(0.7);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* Capsule Badges Grid */
.sidebar-badge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.sidebar-badge-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  color: #475569 !important;
  font-family: "din_promedium", sans-serif !important;
  font-size: 13px !important;
  padding: 8px 10px !important;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}

.sidebar-badge-item:hover {
  background: #f0f9ff !important; /* Sky Blue bg */
  border-color: #bae6fd !important;
  color: #0284c7 !important;
}

.sidebar-badge-item.video-badge:hover {
  background: #fff1f2 !important; /* Rose Red bg */
  border-color: #fecdd3 !important;
  color: #e11d48 !important;
}

/* Corporate Section */
.corporate-section .sidebar-section-title {
  color: #64748b !important;
}

.corporate-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-left: 4px !important;
}

.corporate-links li a {
  color: #64748b !important;
  font-family: "din_promedium", sans-serif !important;
  font-size: 13px !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.corporate-links li a:hover {
  color: #e31d2e !important;
}

/* Social Media */
.sidebar-social {
  border-top: 1px solid #f1f5f9;
  padding-top: 1.5rem !important;
  margin-top: 2rem !important;
}

.sidebar-social-title {
  color: #64748b !important;
  font-size: 13px !important;
  font-family: "din_probold", sans-serif !important;
  text-transform: uppercase;
  margin-bottom: 0.75rem !important;
}

.sidebar-social-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  gap: 10px;
}

.sidebar-social-list li a {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b !important;
  transition: all 0.2s ease;
  text-decoration: none;
}

.sidebar-social-list li a:hover {
  background: #f1f5f9;
  color: #e31d2e !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/* Footer link hover — brand red (matches sidebar / top menu) */
.footer .wrapper .footer-list ul li a:hover {
  color: #e31d2e !important;
}
