html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 0.5rem;
}

:root {
  --panel-dark: radial-gradient(120% 90% at 20% 0%, #2a2220 0%, #141210 55%, #1a1412 100%);
}

body {
  margin-bottom: 0;
  background: #f6f4f1;
  color: #1c1c1c;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  border-radius: 0 !important;
}

.site-shell {
  padding-left: 0;
  padding-right: 0;
}

.site-main {
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e6e1db;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 84px;
  padding: 0.75rem 1.15rem;
}

.site-header__brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.site-header__brand:hover {
  color: inherit;
}

.site-header__mark {
  font-family: Oswald, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 1.85rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.site-header__mark-yeni {
  color: #c8102e;
}

.site-header__mark-rest {
  color: #1c1c1c;
}

.header-stats {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  gap: 0.45rem;
  margin-left: auto;
}

.header-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 6.4rem;
  padding: 0.45rem 0.7rem;
  background: #f7ebe8;
  border-left: 4px solid #8a1f12;
  color: #1c1c1c;
  text-decoration: none;
}

.header-stat:hover,
.header-stat:focus-visible {
  color: #1c1c1c;
  background: #f3e0db;
}

.header-stat__value {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.1;
  color: #8a1f12;
}

.header-stat__label {
  margin-top: 0.12rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b6b6b;
}

.below-header {
  margin-top: 0.75rem;
  background: var(--panel-dark);
  color: #fff;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  background: #c8102e;
  padding: 0 0.5rem;
}

.site-nav a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.8rem 1rem;
  white-space: nowrap;
}

.site-nav a + a {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.28);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
  background: #a50d25;
}

.site-tagline {
  margin: 0;
  width: 100%;
  padding: 0.4rem 1rem;
  background: #fff;
  border-bottom: 1px solid #e6e1db;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.4;
  color: #5a5a5a;
}

.son-dakika {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 0.55rem;
}

.son-dakika__kutu {
  display: flex;
  flex-direction: column;
  min-height: 132px;
  padding: 0.7rem 0.7rem 0.65rem;
  border-left: 4px solid transparent;
  background: #fff;
  color: #1c1c1c;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.son-dakika__kutu:hover,
.son-dakika__kutu:focus-visible {
  color: #1c1c1c;
  background: #f7ebe8;
  border-left-color: #8a1f12;
}

.son-dakika__kutu--bos {
  opacity: 0.72;
}

.son-dakika__baslik {
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  color: #1c1c1c;
}

.son-dakika__kutu:hover .son-dakika__baslik,
.son-dakika__kutu:focus-visible .son-dakika__baslik {
  color: #8a1f12;
}

.son-dakika__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.55rem;
  margin-bottom: 0.4rem;
}

.son-dakika__source {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a35a5a;
}

.son-dakika__meta time {
  font-size: 0.65rem;
  color: #8a8a8a;
}

.son-dakika__bos {
  font-size: 0.78rem;
  color: #7a7a7a;
}

#haberler,
#yeni-parti,
#ozgur-ozel,
#ekrem-imamoglu,
#iletisim {
  scroll-margin-top: 0.75rem;
}

.news-ticker {
  display: flex;
  align-items: center;
  min-height: 48px;
  overflow: hidden;
}

.news-ticker__label {
  flex: 0 0 auto;
  padding: 0 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background: #c8102e;
  align-self: stretch;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.news-ticker__viewport {
  flex: 1 1 auto;
  overflow: hidden;
  min-width: 0;
}

.news-ticker__empty {
  display: inline-block;
  padding: 0 1rem;
  font-size: 0.85rem;
  color: #cfcfcf;
}

.news-ticker__track {
  display: inline-flex;
  align-items: center;
  width: max-content;
  animation: news-ticker-scroll 45s linear infinite;
}

.news-ticker:hover .news-ticker__track {
  animation-play-state: paused;
}

.news-ticker__group {
  display: inline-flex;
  align-items: center;
}

.news-ticker__item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  padding: 0 1.25rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.9rem;
}

.news-ticker__item:hover .news-ticker__title {
  text-decoration: underline;
}

.news-ticker__source {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f3c6c6;
}

.news-ticker__title {
  color: #fff;
}

@keyframes news-ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.home-featured {
  --panel-gap: 0.65rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: var(--panel-gap);
  height: 600px;
}

.home-featured__lists {
  flex: 8 1 0;
  position: relative;
  min-width: 0;
  min-height: 0;
}

.home-featured__lists-inner {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--panel-gap);
}

.home-featured__lists .home-thirds__box {
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.home-featured__lists .news-list {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
}

.home-featured__lists .news-list__items {
  overflow-y: scroll;
}

.home-featured > .leader-panel__item {
  flex: 2 1 0;
  min-width: 0;
  height: 100%;
}

.leader-panel__item {
  position: relative;
  flex: 1 1 50%;
  margin: 0;
  overflow: hidden;
}

.leader-panel__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: grayscale(0.15) contrast(1.05);
}

.leader-panel__item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.7rem 0.45rem 0.65rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.35) 70%, transparent 100%);
  color: #fff;
  text-align: center;
}

.leader-panel__item span {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.25;
  color: #ffe4e4;
}

.leader-panel__item strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.news-slider {
  width: 100%;
  background: var(--panel-dark);
}

.news-slider--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  color: #ddd;
  font-size: 0.9rem;
}

.news-slider__stage {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #fff;
  background-image: url("../img/logo-red.png");
  background-repeat: no-repeat;
  background-position: center 38%;
  background-size: 62% auto;
}

.news-slider__slide {
  position: absolute;
  inset: 0;
  display: block;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  background: transparent;
}

.news-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.news-slider__headline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 0.85rem 3.2rem 0.9rem;
  border-left: 4px solid transparent;
  background: rgba(28, 18, 12, 0.72);
}

.news-slider__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.55rem;
  margin-bottom: 0.25rem;
}

.news-slider__source {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f3c6c6;
}

.news-slider__meta time {
  font-size: 0.65rem;
  color: #d7d1c8;
}

.news-slider__headline strong {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: clamp(0.85rem, 1.35vw, 1.15rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.25;
  color: #fff;
}

.news-slider__slide:hover,
.news-slider__slide:focus-visible {
  color: #1c1c1c;
}

.news-slider__slide:hover .news-slider__headline,
.news-slider__slide:focus-visible .news-slider__headline {
  background: #f7ebe8;
  border-left-color: #8a1f12;
}

.news-slider__slide:hover .news-slider__source,
.news-slider__slide:focus-visible .news-slider__source {
  color: #a35a5a;
}

.news-slider__slide:hover .news-slider__meta time,
.news-slider__slide:focus-visible .news-slider__meta time {
  color: #8a8a8a;
}

.news-slider__slide:hover .news-slider__headline strong,
.news-slider__slide:focus-visible .news-slider__headline strong {
  color: #8a1f12;
}

.news-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  background: rgba(20, 20, 20, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.news-slider__nav svg {
  width: 18px;
  height: 18px;
}

.news-slider__nav:hover {
  background: rgba(20, 20, 20, 0.82);
}

.news-slider__nav--prev {
  left: 12px;
}

.news-slider__nav--next {
  right: 12px;
}

.news-slider__pager {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

.news-slider__page {
  flex: 1 1 0;
  min-width: 1.6rem;
  height: 32px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
}

.news-slider__page.is-active {
  background: #e10600;
  color: #fff;
}

.home-bottom {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0.65rem;
  margin-top: 0.75rem;
  align-items: stretch;
}

.home-bottom__slider {
  min-width: 0;
}

.home-bottom__list {
  position: relative;
  min-width: 0;
  min-height: 0;
}

.home-bottom__list .home-thirds__box {
  position: absolute;
  inset: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.home-bottom__list .news-list {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
}

.home-bottom__list .news-list__items {
  overflow-y: scroll;
}

.home-thirds__box {
  min-width: 0;
  min-height: 280px;
  background: #fff;
  border: 1px solid #c8102e;
  overflow: hidden;
}

.home-extras {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.75rem;
  align-items: stretch;
}

.contact-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.05rem 1rem 0.95rem;
  background: var(--panel-dark);
  color: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.home-thirds__box--dark {
  background: transparent;
  border: 0;
  min-height: 0;
}

.contact-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 0.85rem;
  background: #4a1c1c;
  color: #f0a8a8;
}

.contact-box__icon svg {
  width: 20px;
  height: 20px;
}

.contact-box__title {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.contact-box__text {
  display: block;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.55;
  color: #a3a3a3;
}

.contact-box--about .contact-box__title {
  font-size: 1.15rem;
  margin-bottom: 0.7rem;
}

.contact-box--about .contact-box__text {
  flex: 1 1 auto;
  font-size: 1.08rem;
  line-height: 1.75;
}

.contact-box__form {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1 1 auto;
  margin-top: 0.85rem;
}

.contact-box__form label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #cfcfcf;
}

.contact-box__form input,
.contact-box__form textarea {
  width: 100%;
  border: 1px solid #3a3330;
  padding: 0.45rem 0.55rem;
  font-size: 0.85rem;
  color: #fff;
  background: #1a1412;
}

.contact-box__form textarea {
  min-height: 88px;
  resize: vertical;
}

.contact-box__form .field-validation-error {
  color: #f0a8a8;
  font-size: 0.72rem;
}

.contact-box__hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-box__status {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.contact-box__status--ok {
  color: #9ad4a8;
}

.contact-box__status--error {
  color: #f0a8a8;
}

.contact-box__submit {
  align-self: flex-end;
  margin-top: 0.35rem;
  border: 0;
  padding: 0.45rem 1.15rem;
  background: #c8102e;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.contact-box__submit:hover {
  background: #a10d24;
}

.news-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
}

.news-list__head {
  flex: 0 0 auto;
  padding: 0.55rem 0.8rem;
  background: #c8102e;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-list__empty {
  margin: 0;
  padding: 1.25rem 0.9rem;
  color: #777;
  font-size: 0.85rem;
}

.news-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #c8102e #f3e8e8;
}

.news-list__items::-webkit-scrollbar {
  width: 8px;
}

.news-list__items::-webkit-scrollbar-track {
  background: #f3e8e8;
}

.news-list__items::-webkit-scrollbar-thumb {
  background: #c8102e;
}

.news-list__items li + li {
  border-top: 1px solid #eee7e0;
}

.news-list__item {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.7rem 0.8rem;
  border-left: 4px solid transparent;
  color: #1c1c1c;
  text-decoration: none;
}

.news-list__item:hover,
.news-list__item:focus-visible {
  background: #f7ebe8;
  color: #1c1c1c;
  border-left-color: #8a1f12;
}

.news-list__index {
  flex: 0 0 1.7rem;
  padding-top: 0.12rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: #c8102e;
  line-height: 1.2;
}

.news-list__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.news-list__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.55rem;
}

.news-list__source {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a35a5a;
}

.news-list__meta time {
  font-size: 0.65rem;
  color: #8a8a8a;
}

.news-list__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1c1c1c;
}

.news-list__item:hover .news-list__title {
  color: #8a1f12;
}

.menu-boxes {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.75rem;
  align-items: stretch;
}

.doc-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.05rem 1rem 0.95rem;
  background: var(--panel-dark);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.doc-card:hover,
.doc-card:focus {
  color: #fff;
}

.doc-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 0.85rem;
  background: #4a1c1c;
  color: #f0a8a8;
}

.doc-card__icon svg {
  width: 20px;
  height: 20px;
}

.doc-card__title {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.doc-card__text {
  display: block;
  margin-bottom: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #a3a3a3;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.9rem 1.15rem 1.25rem;
  font-size: 0.85rem;
  color: #6b6b6b;
}

.site-footer__note {
  margin: 0;
  color: #6b6b6b;
}

.site-footer__note span {
  margin-right: 0.45rem;
}

.site-footer__note a {
  margin-left: 0.25rem;
  color: #8a1f12;
  font-weight: 700;
  text-decoration: underline;
}

.site-footer__mail {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.site-footer__mail-icon {
  width: 18px;
  height: 18px;
}

.site-footer__mail:hover {
  color: #c8102e;
  text-decoration: none;
}

.site-footer__db {
  flex-basis: 100%;
  text-align: right;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #2f9e44;
}

.haber-detay {
  background: var(--panel-dark);
  color: #f4f1ec;
  padding: 1.25rem 1.15rem 1.5rem;
  margin-bottom: 1.25rem;
}

.haber-detay__crumb {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  color: #a3a3a3;
}

.haber-detay__crumb a {
  color: #d7d1c8;
  text-decoration: none;
}

.haber-detay__crumb span {
  margin: 0 0.35rem;
}

.haber-detay__meta {
  display: flex;
  gap: 0.75rem;
  margin: 0 0 0.7rem;
  font-size: 0.8rem;
  color: #c8102e;
  font-weight: 700;
}

.haber-detay__meta time {
  color: #a3a3a3;
  font-weight: 600;
}

.haber-detay__title {
  margin: 0 0 0.85rem;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 800;
}

.haber-detay__summary {
  margin: 0 0 1.15rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #d7d1c8;
}

.haber-detay__go {
  display: inline-flex;
  margin: 0 0 1.15rem;
  padding: 0.7rem 1.15rem;
  background: #c8102e;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.haber-detay__go:hover {
  color: #fff;
  background: #a40d24;
}

.haber-detay__note {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  color: #8a8a8a;
}

.haber-related {
  margin-bottom: 1.5rem;
}

.haber-related h2 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.haber-related ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.haber-related li + li {
  border-top: 1px solid #e6e1db;
}

.haber-related a {
  display: block;
  padding: 0.7rem 0;
  text-decoration: none;
  color: inherit;
}

.haber-related a span {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #c8102e;
}

.haber-related a strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.95rem;
}

.haber-related a:hover strong {
  color: #c8102e;
}

.haber-liste {
  background: #fff;
  padding: 1.15rem 1.15rem 1.5rem;
  margin-bottom: 1.25rem;
}

.haber-liste .haber-detay__crumb {
  color: #6f6a64;
}

.haber-liste .haber-detay__crumb a {
  color: #1c1c1c;
}

.haber-liste__title {
  margin: 0 0 0.85rem;
  font-size: 1.45rem;
  font-weight: 800;
}

.haber-liste__empty {
  margin: 0;
  color: #6f6a64;
}

.haber-liste .haber-related a span time {
  margin-left: 0.55rem;
  color: #8a8a8a;
  font-weight: 600;
}

.iletisim-sayfa__form {
  max-width: 640px;
  margin-top: 1.15rem;
  height: auto;
}

.iletisim-sayfa__form .contact-box__form {
  margin-top: 0;
}

.iletisim-sayfa__form .contact-box__form textarea {
  min-height: 140px;
}

.haber-liste__ozet {
  margin: 0 0 1.15rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #3a3a3a;
}

.haber-liste__govde {
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #3a3a3a;
}

.haber-liste__govde p {
  margin: 0 0 0.9rem;
}

.haber-liste__govde p:last-child {
  margin-bottom: 0;
}

.haber-liste__govde a {
  color: #8a1f12;
  font-weight: 700;
}

.haber-liste__govde a:hover,
.haber-liste__govde a:focus-visible {
  color: #c8102e;
}

.contact-box--about {
  text-decoration: none;
  color: inherit;
}

a.contact-box--about:hover .contact-box__title,
a.contact-box--about:focus-visible .contact-box__title {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.haber-liste__not {
  color: #6f6a64;
}

.kaynak-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.35rem;
}

.kaynak-kart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 118px;
  padding: 0.95rem 0.9rem;
  background: var(--panel-dark);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.kaynak-kart:hover,
.kaynak-kart:focus-visible {
  color: #fff;
}

.kaynak-kart__ad {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
}

.kaynak-kart__adet {
  margin-top: 0.7rem;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.kaynak-sira-notu {
  margin: 0 0 1rem;
  font-size: 0.88rem;
}

@media (max-width: 991.98px) {
  .site-shell {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .site-header__inner {
    min-height: 72px;
    padding: 0.7rem 0;
  }

  .site-header__mark {
    font-size: 1.55rem;
  }

  .header-stat {
    min-width: 5.6rem;
    padding: 0.4rem 0.55rem;
  }

  .header-stat__value {
    font-size: 0.95rem;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.75rem 0.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    white-space: normal;
    text-align: center;
    line-height: 1.3;
    font-size: 0.68rem;
  }

  .site-nav a + a {
    box-shadow: none;
  }

  .site-nav a:last-child {
    grid-column: 1 / -1;
  }

  .site-main {
    padding-top: 0.9rem;
    padding-bottom: 1.1rem;
  }

  .news-slider__headline {
    padding: 0.7rem 2.6rem 0.75rem;
  }

  .news-slider__nav {
    width: 34px;
    height: 34px;
  }

  .menu-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .son-dakika {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-extras {
    grid-template-columns: 1fr;
  }

  .home-featured {
    flex-wrap: wrap;
    height: auto;
  }

  .home-featured > .leader-panel__item {
    flex: 1 1 calc(50% - var(--panel-gap));
    min-height: 220px;
    height: 280px;
  }

  .home-featured__lists {
    flex: 1 1 100%;
    order: 3;
    position: relative;
    min-height: 420px;
  }

  .home-bottom {
    grid-template-columns: 1fr;
  }

  .home-bottom__list {
    min-height: 420px;
  }

  .contact-box--about .contact-box__text {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .site-header__inner {
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    min-height: 0;
    padding: 0.7rem 0;
  }

  .header-stats {
    order: 2;
    margin-left: auto;
  }

  .site-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-nav a {
    padding: 0.7rem 0.45rem;
    font-size: 0.62rem;
  }

  .site-tagline {
    font-size: 0.66rem;
    padding: 0.35rem 0.75rem;
  }

  .home-featured > .leader-panel__item {
    height: 220px;
    min-height: 220px;
  }

  .home-featured__lists {
    min-height: 680px;
  }

  .home-featured__lists-inner {
    grid-template-columns: 1fr;
  }

  .menu-boxes {
    grid-template-columns: 1fr;
  }

  .kaynak-grid {
    grid-template-columns: 1fr;
  }

  .son-dakika {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-slider__headline {
    padding: 0.65rem 2.4rem 0.7rem;
  }

  .news-slider__headline strong {
    font-size: 0.82rem;
  }

  .news-slider__page {
    min-width: 1.4rem;
    height: 28px;
    font-size: 0.72rem;
  }

  .news-list__item {
    padding: 0.65rem 0.7rem;
  }

  .contact-box__form input,
  .contact-box__form textarea {
    font-size: 16px;
  }

  .site-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
    padding: 0.85rem 0 1.1rem;
  }

  .site-footer__mail {
    margin-left: 0;
    align-self: flex-end;
  }

  .home-bottom__list {
    min-height: 360px;
  }
}
