body.press-page {
  background: #ffffff;
  color: #111111;
}

.news-page {
  min-height: 100vh;
  padding: calc(var(--header-height, 118px) + 32px) 0 48px;
  background: #ffffff;
  color: #111111;
  font-family: "Inter", Arial, sans-serif;
}

.news-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
  gap: 36px;
  align-items: start;
}

.news-primary {
  min-width: 0;
}

.news-page-head {
  margin-bottom: 26px;
}

.news-kicker {
  margin: 0 0 8px;
  color: #d40000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.news-page-head h1 {
  margin: 0;
  color: #080808;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.news-page-head p {
  max-width: 720px;
  margin: 14px 0 0;
  color: #303030;
  font-size: 16px;
  line-height: 1.55;
}

.news-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
  overflow: visible;
  margin-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}

.news-filter-tab {
  position: relative;
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111111;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.news-filter-tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: #d40000;
  opacity: 0;
}

.news-filter-tab.is-active {
  color: #d40000;
}

.news-filter-tab.is-active::after {
  opacity: 1;
}

.news-list-status {
  margin-top: 16px;
  padding: 20px;
  border: 1px dashed #d7d7d7;
  border-radius: 8px;
  color: #555555;
  font-size: 14px;
  line-height: 1.5;
}

.news-list-status:empty {
  display: none;
}

.news-link-list {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.news-link-card {
  display: grid;
  grid-template-columns: 174px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 132px;
  padding: 16px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.news-link-card:hover,
.news-link-card:focus-visible {
  border-color: rgba(212, 0, 0, 0.36);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.07);
  transform: translateY(-1px);
}

.news-source-mark {
  display: grid;
  place-items: center;
  width: 168px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.06), rgba(212, 0, 0, 0.1)),
    #f4f4f4;
  color: #111111;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}

.news-source-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
}

.news-source-mark.is-square-preview {
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px;
  justify-content: stretch;
  padding: 10px;
}

.news-source-mark.is-square-preview img {
  width: 56px;
  height: 56px;
  align-self: center;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  object-fit: cover;
}

.news-source-initial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 12px;
  overflow-wrap: anywhere;
  text-align: left;
}

.news-source-mark img + .news-source-initial {
  display: none;
}

.news-source-mark.is-square-preview img + .news-source-initial {
  display: flex;
  padding: 2px 0;
}

.news-source-mark.is-fallback img {
  display: none;
}

.news-source-mark.is-fallback .news-source-initial {
  display: flex;
}

.news-preview-domain {
  color: #d40000;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.news-preview-title {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  color: #111111;
  font-size: 13px;
  line-height: 1.18;
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-source-mark[data-category="news"] {
  background:
    linear-gradient(135deg, rgba(224, 0, 0, 0.16), rgba(0, 0, 0, 0.04)),
    #f7f7f7;
}

.news-source-mark[data-category="podcast"] {
  background:
    linear-gradient(135deg, rgba(109, 44, 255, 0.14), rgba(208, 77, 255, 0.14)),
    #f7f7f7;
}

.news-source-mark[data-category="video"] {
  background:
    linear-gradient(135deg, rgba(255, 28, 28, 0.15), rgba(0, 0, 0, 0.04)),
    #f7f7f7;
}

.news-source-mark[data-category="social"] {
  background:
    linear-gradient(135deg, rgba(8, 160, 69, 0.14), rgba(0, 0, 0, 0.04)),
    #f7f7f7;
}

.news-source-mark[data-category="press"] {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.12), rgba(212, 0, 0, 0.08)),
    #f7f7f7;
}

.news-link-copy {
  min-width: 0;
}

.news-card-category {
  display: block;
  margin-bottom: 5px;
  color: #d40000;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.news-card-category[data-category="podcast"] {
  color: #9227e8;
}

.news-card-category[data-category="social"] {
  color: #07883d;
}

.news-link-copy h2 {
  margin: 0;
  color: #080808;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
}

.news-link-source {
  margin: 3px 0 0;
  color: #333333;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.news-link-summary {
  margin: 5px 0 0;
  color: #333333;
  font-size: 13px;
  line-height: 1.45;
}

.news-link-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: #545454;
  font-size: 13px;
  font-weight: 600;
}

.news-link-date::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1.6px solid currentColor;
  border-radius: 3px;
}

.news-link-action {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-left: 18px;
  color: #d40000;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.news-link-action span:last-child {
  font-size: 20px;
  line-height: 1;
}

.news-sidebar {
  display: grid;
  gap: 28px;
  position: sticky;
  top: calc(var(--header-height, 118px) + 24px);
}

.news-side-panel {
  position: relative;
  padding: 20px;
  border: 1px solid #dedede;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

.news-side-panel h2 {
  margin: 0 0 16px;
  color: #080808;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.news-category-list {
  display: grid;
  gap: 2px;
}

.news-category-button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 38px;
  border: 0;
  background: transparent;
  color: #111111;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.news-category-button.is-active {
  color: #d40000;
}

.news-category-count {
  display: inline-grid;
  place-items: center;
  min-width: 26px;
  height: 26px;
  padding: 0 7px;
  border-radius: 999px;
  background: #eeeeee;
  color: #555555;
  font-size: 13px;
  font-weight: 900;
}

.news-category-button.is-active .news-category-count {
  background: #f1dede;
  color: #d40000;
}

.news-subscribe-panel {
  margin-top: 12px;
  text-align: center;
}

.news-panel-icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: -32px auto 18px;
  border-radius: 999px;
  background: #d40000;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.news-panel-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.news-subscribe-panel p {
  margin: 0 0 18px;
  color: #363636;
  font-size: 14px;
  line-height: 1.55;
}

.news-subscribe-form {
  display: grid;
  gap: 8px;
}

.news-subscribe-trap {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.news-subscribe-form input[type="email"] {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  color: #111111;
  font: inherit;
  font-size: 14px;
}

.news-subscribe-form button {
  min-height: 44px;
  border: 0;
  border-radius: 4px;
  background: #d40000;
  color: #ffffff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.news-subscribe-status {
  margin: 10px 0 0;
  color: #176f36;
  font-size: 13px;
  font-weight: 800;
}

.news-subscribe-status.is-error {
  color: #b80000;
}

.news-follow-panel {
  text-align: center;
}

.news-social-row {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.news-social-row a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #f2f2f2;
  color: #111111;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.news-social-row svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.news-social-row a:first-child {
  background: #ff0000;
  color: #ffffff;
}

.news-social-row a:nth-child(2) {
  background: #f2447f;
  color: #ffffff;
}

.news-social-row a:nth-child(3) {
  background: #111111;
  color: #ffffff;
}

.news-social-row a:nth-child(4) {
  background: #111111;
  color: #ffffff;
}

@media (max-width: 980px) {
  .news-layout {
    grid-template-columns: 1fr;
  }

  .news-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-sidebar .news-side-panel:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .news-page {
    padding-top: calc(var(--header-height, 92px) + 24px);
  }

  .news-container {
    width: min(100% - 28px, 1180px);
  }

  .news-layout {
    gap: 28px;
  }

  .news-link-card {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 14px;
  }

  .news-source-mark {
    width: 104px;
    font-size: 11px;
  }

  .news-source-mark.is-square-preview {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 7px;
    padding: 7px;
  }

  .news-source-mark.is-square-preview img {
    width: 38px;
    height: 38px;
  }

  .news-source-initial {
    padding: 9px;
  }

  .news-preview-domain {
    font-size: 9px;
  }

  .news-preview-title {
    font-size: 11px;
  }

  .news-link-action {
    grid-column: 2;
    justify-self: start;
    padding-left: 0;
  }

  .news-sidebar {
    grid-template-columns: 1fr;
  }

  .news-filter-tabs {
    gap: 4px 14px;
  }

  .news-filter-tab {
    min-height: 34px;
    font-size: 11px;
  }
}
