/* Haber vitrini: ana haber, yan liste, alinti blogu */

.news-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(290px, 0.72fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: start;
  padding: clamp(0.35rem, 1vw, 0.65rem);
  background: #f4f7fb;
}

.news-main {
  display: block;
  color: var(--ink);
  text-decoration: none;
}

.news-main img {
  display: block;
  width: 100%;
  aspect-ratio: 1.52 / 1;
  object-fit: cover;
  object-position: center;
  background: #d9e2ef;
}

.news-kicker {
  display: inline-flex;
  margin-top: 1.25rem;
  padding: 0.22rem 0.48rem;
  background: #000;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.news-main h3 {
  max-width: 860px;
  margin-top: 1.15rem;
  font-size: clamp(2.5rem, 5vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.news-main p {
  max-width: 760px;
  margin-top: 1.2rem;
  color: #344054;
  font-size: 1rem;
  line-height: 1.65;
}

.news-sidebar {
  padding-left: clamp(1rem, 2vw, 1.5rem);
  border-left: 1px solid rgba(16, 24, 40, 0.16);
}

.news-sidebar h3 {
  display: inline-block;
  margin-bottom: 1.7rem;
  border-bottom: 2px solid #101828;
  font-size: 1.55rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.news-list {
  display: grid;
  gap: 1.3rem;
}

.news-item {
  display: block;
  color: var(--ink);
  text-decoration: none;
}

.news-item span {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.news-item strong {
  display: block;
  font-size: 1.03rem;
  line-height: 1.18;
}

.news-item p {
  margin-top: 0.48rem;
  color: #475467;
  font-size: 0.86rem;
  line-height: 1.45;
}

.news-quote {
  margin-top: 1.7rem;
  padding: 1.25rem 1.35rem 1.4rem;
  border-left: 4px solid #101828;
  background: #e9edf2;
}

.news-quote b {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 1.55rem;
  line-height: 1;
}

.news-quote p {
  color: #475467;
  font-size: 0.92rem;
  font-style: italic;
  line-height: 1.55;
}

.news-quote cite {
  display: block;
  margin-top: 0.85rem;
  color: var(--ink);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}
