/* 01. Общий макет модуля «Страницы сайта» */
.mlp-site-page {
  background: var(--ml-canvas);
}

.mlp-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--ml-line);
  background:
    radial-gradient(circle at 10% 5%, rgba(200, 16, 46, 0.12), transparent 31%),
    linear-gradient(120deg, #fff 0%, #f8f8f5 100%);
}

.mlp-hero::after {
  position: absolute;
  right: max(-70px, calc((100vw - var(--ml-container)) / 2 - 70px));
  bottom: -92px;
  width: 270px;
  height: 270px;
  border: 46px solid rgba(200, 16, 46, 0.035);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.mlp-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 174px;
  flex-direction: column;
  justify-content: center;
  padding-top: 28px;
  padding-bottom: 33px;
}

.mlp-breadcrumbs {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 24px;
  color: var(--ml-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.mlp-breadcrumbs a {
  color: var(--ml-red) !important;
  text-decoration: none !important;
}

.mlp-breadcrumbs a:hover,
.mlp-breadcrumbs a:focus-visible {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.mlp-breadcrumbs span[aria-hidden="true"] {
  color: #b6b7b2;
}

.mlp-breadcrumbs span[aria-current="page"] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mlp-hero__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--ml-red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mlp-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--ml-ink);
  font-size: clamp(33px, 5vw, 58px);
  font-weight: 950;
  line-height: 0.99;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.mlp-page {
  padding: 24px 0 60px;
  background:
    radial-gradient(circle at 7% 2%, rgba(200, 16, 46, 0.035), transparent 24%),
    var(--ml-canvas);
}

.mlp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--ml-sidebar);
  align-items: start;
  gap: 24px;
}

.mlp-main,
.mlp-content,
.mlp-sidebar {
  min-width: 0;
}

.mlp-main:focus {
  outline: 0;
}

.mlp-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mlp-sidebar > * {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* 02. Страница «Трансферы» */
.mlt {
  min-width: 0;
  color: var(--ml-ink);
}

.mlt :where(a) {
  text-underline-offset: 3px;
}

.mlt-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--ml-red);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Вводный блок и таймер окна */
.mlt-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.26fr) minmax(270px, 0.74fr);
  gap: 18px;
}

.mlt-overview__copy,
.mlt-window {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--ml-radius-lg);
  box-shadow: var(--ml-shadow-sm);
}

.mlt-overview__copy {
  position: relative;
  padding: clamp(25px, 4vw, 38px);
  border: 1px solid var(--ml-line);
  background:
    radial-gradient(circle at 100% 0, rgba(200, 16, 46, 0.1), transparent 42%),
    #fff;
}

.mlt-overview__copy::before {
  position: absolute;
  top: 0;
  right: 34px;
  left: 34px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, transparent, var(--ml-red), transparent);
  content: "";
}

.mlt-overview__copy h2 {
  max-width: 590px;
  margin: 0;
  color: var(--ml-ink);
  font-size: clamp(27px, 3.2vw, 39px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -0.046em;
  text-wrap: balance;
}

.mlt-overview__copy > p {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--ml-muted);
  font-size: 13px;
  line-height: 1.72;
}

.mlt-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 23px;
}

.mlt-summary span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  border: 1px solid var(--ml-line-soft);
  border-radius: 999px;
  background: var(--ml-soft);
  color: var(--ml-muted);
  font-size: 10px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}

.mlt-summary strong {
  color: var(--ml-red);
  font-size: 14px;
  font-weight: 950;
}

.mlt-window {
  display: flex;
  flex-direction: column;
  padding: 23px;
  background:
    radial-gradient(circle at 100% 0, rgba(200, 16, 46, 0.34), transparent 44%),
    linear-gradient(145deg, #17191d 0%, #252832 100%);
  color: #fff;
}

.mlt-window__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mlt-window__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mlt-window__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #48d17a;
  box-shadow: 0 0 0 5px rgba(72, 209, 122, 0.12);
}

.mlt-window__season {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.63);
  font-size: 9px;
  font-weight: 750;
  white-space: nowrap;
}

.mlt-window__title {
  display: block;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.mlt-window__timer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  margin-top: 14px;
}

.mlt-window__timer > span {
  display: flex;
  min-width: 0;
  min-height: 64px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.065);
}

.mlt-window__timer b {
  font-size: 22px;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.035em;
}

.mlt-window__timer small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mlt-window__timer[data-started="true"] {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.065);
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  text-align: center;
}

.mlt-window > p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  font-weight: 650;
}

.mlt-window > a {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 9px;
  font-weight: 750;
  text-decoration: none !important;
}

.mlt-window > a:hover,
.mlt-window > a:focus-visible {
  color: #fff !important;
}

/* Общие заголовки секций */
.mlt-section {
  margin-top: 22px;
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

.mlt-section__head {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
  padding: 17px 19px;
  border: 1px solid var(--ml-line);
  border-radius: var(--ml-radius);
  background:
    radial-gradient(circle at 100% 0, rgba(200, 16, 46, 0.085), transparent 40%),
    #fff;
  box-shadow: var(--ml-shadow-sm);
}

.mlt-section__head > div:first-child {
  position: relative;
  min-width: 0;
  padding-left: 14px;
}

.mlt-section__head > div:first-child::before {
  position: absolute;
  inset: 1px auto 1px 0;
  width: 4px;
  border-radius: 999px;
  background: var(--ml-red);
  content: "";
}

.mlt-section__head .mlt-kicker {
  margin-bottom: 5px;
}

.mlt-section__head h2 {
  margin: 0;
  color: var(--ml-ink);
  font-size: clamp(21px, 2.8vw, 29px);
  font-weight: 930;
  line-height: 1.06;
  letter-spacing: -0.038em;
  text-wrap: balance;
}

.mlt-updated {
  flex: 0 0 auto;
  color: var(--ml-muted);
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

/* Подтверждённые сделки */
.mlt-confirmed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mlt-board {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ml-line);
  border-radius: var(--ml-radius);
  background: #fff;
  box-shadow: var(--ml-shadow-sm);
}

.mlt-board__head {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 15px;
  border-bottom: 1px solid var(--ml-line-soft);
  background: #fafaf8;
}

.mlt-board__head > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.mlt-board__icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  background: var(--ml-red-soft);
  color: var(--ml-red);
  font-size: 17px;
  font-weight: 900;
}

.mlt-board--out .mlt-board__icon {
  background: #f0f1f2;
  color: #6d7075;
}

.mlt-board__head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.mlt-board__head > strong {
  color: var(--ml-muted);
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.mlt-deals {
  margin: 0;
  padding: 4px 14px;
  list-style: none;
}

.mlt-deal {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px solid var(--ml-line-soft);
}

.mlt-deal:last-child {
  border-bottom: 0;
}

.mlt-deal__avatar {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(200, 16, 46, 0.12);
  border-radius: 11px;
  background: linear-gradient(145deg, #fff1f4, #ffe4ea);
  color: var(--ml-red);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.mlt-board--out .mlt-deal__avatar {
  border-color: #e3e4e6;
  background: linear-gradient(145deg, #f6f7f7, #eceeef);
  color: #666a70;
}

.mlt-deal__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.mlt-deal__copy a {
  overflow: hidden;
  color: var(--ml-ink) !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mlt-deal__copy a:hover,
.mlt-deal__copy a:focus-visible {
  color: var(--ml-red) !important;
}

.mlt-deal__copy > span {
  overflow: hidden;
  margin-top: 3px;
  color: var(--ml-muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mlt-deal__copy small {
  margin-top: 3px;
  color: var(--ml-muted-light);
  font-size: 8px;
  font-weight: 650;
  line-height: 1.3;
}

.mlt-deal__type {
  padding: 6px 8px;
  border: 1px solid rgba(200, 16, 46, 0.14);
  border-radius: 999px;
  background: var(--ml-red-soft);
  color: var(--ml-red);
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.mlt-deal__type--out {
  border-color: #e1e2e4;
  background: #f2f3f3;
  color: #696d73;
}

/* Слухи */
.mlt-section__head--rumours {
  align-items: flex-start;
}

.mlt-reliability {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px 11px;
  padding-top: 8px;
}

.mlt-reliability span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ml-muted);
  font-size: 8px;
  font-weight: 750;
  white-space: nowrap;
}

.mlt-reliability i,
.mlt-rumour__level i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a4a7ab;
}

.mlt-reliability .is-high { background: #27a75b; }
.mlt-reliability .is-medium { background: #e59a16; }
.mlt-reliability .is-low { background: #a4a7ab; }

.mlt-rumours {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mlt-rumour {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 270px;
  flex-direction: column;
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--ml-line);
  border-radius: var(--ml-radius);
  background: #fff;
  box-shadow: var(--ml-shadow-sm);
}

.mlt-rumour::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #a4a7ab;
  content: "";
}

.mlt-rumour--high::before { background: #27a75b; }
.mlt-rumour--medium::before { background: #e59a16; }

.mlt-rumour > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mlt-rumour__direction,
.mlt-rumour__level {
  font-size: 8px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.mlt-rumour__direction {
  padding: 6px 8px;
  border-radius: 999px;
  background: var(--ml-red-soft);
  color: var(--ml-red);
  letter-spacing: 0.07em;
}

.mlt-rumour--exit .mlt-rumour__direction {
  background: #f0f1f2;
  color: #666a70;
}

.mlt-rumour__level {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ml-muted);
  letter-spacing: 0.03em;
}

.mlt-rumour--high .mlt-rumour__level i { background: #27a75b; }
.mlt-rumour--medium .mlt-rumour__level i { background: #e59a16; }

.mlt-rumour__player {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  margin-top: 19px;
}

.mlt-rumour__player > span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #2e3139, #17191d);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 950;
}

.mlt-rumour__player > div {
  min-width: 0;
}

.mlt-rumour__player h3 {
  overflow: hidden;
  margin: 0;
  color: var(--ml-ink);
  font-size: 18px;
  font-weight: 930;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mlt-rumour__player p {
  margin: 4px 0 0;
  color: var(--ml-muted);
  font-size: 9px;
  font-weight: 700;
}

.mlt-rumour > p {
  margin: 16px 0 18px;
  color: #565753;
  font-size: 11px;
  line-height: 1.65;
}

.mlt-rumour > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--ml-line-soft);
}

.mlt-rumour > footer span {
  min-width: 0;
  overflow: hidden;
  color: var(--ml-muted);
  font-size: 8px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mlt-rumour > footer a {
  flex: 0 0 auto;
  color: var(--ml-red) !important;
  font-size: 8px;
  font-weight: 850;
  text-decoration: none !important;
}

.mlt-rumour > footer a:hover,
.mlt-rumour > footer a:focus-visible {
  text-decoration: underline !important;
}

.mlt-rumours-note {
  margin: 11px 0 0;
  padding: 12px 14px;
  border: 1px solid #e5e6e3;
  border-radius: 10px;
  background: #f8f8f5;
  color: var(--ml-muted);
  font-size: 9px;
  line-height: 1.55;
}

.mlt-rumours-note strong {
  color: var(--ml-ink);
}

/* Лента новостей информера */
.mlt-news-section .mlt-section__head {
  margin-bottom: 0;
}

.mlt-news {
  margin-top: 14px;
}

.mlt-news-card {
  position: relative;
  isolation: isolate;
  content-visibility: auto;
  contain-intrinsic-size: auto 250px;
}

.mlt-news .ml-news-card--text {
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
  background:
    radial-gradient(circle at 100% 0, rgba(200, 16, 46, 0.07), transparent 42%),
    #fff;
}

.mlt-news .ml-news-card--text::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--ml-red);
  content: "";
}

.mlt-news-card__moder {
  position: absolute;
  z-index: 5;
  top: 8px;
  right: 8px;
  max-width: calc(100% - 16px);
  padding: 5px 7px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 5px 16px rgba(23, 23, 23, 0.12);
  color: var(--ml-ink);
  font-size: 10px;
  line-height: 1;
}

.mlt-news .ml-news-card__summary :where(img, picture, video, iframe, object, embed, table) {
  display: none !important;
}

.mlt-news .ml-news-card__summary :where(p, div) {
  display: inline;
  margin: 0 !important;
}

.mlt-news-card__stats {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.mlt-news-card__stats > :where(span, a) {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ml-muted) !important;
  font-size: 9px;
  font-weight: 750;
  text-decoration: none !important;
}

.mlt-news-card__stats svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mlt-news-card__stats strong {
  color: var(--ml-ink);
  font-variant-numeric: tabular-nums;
  font-weight: 900;
}

.mlt-news-card__stats a:hover,
.mlt-news-card__stats a:focus-visible {
  color: var(--ml-red) !important;
}

/* Редакционный принцип */
.mlt-editorial-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 16px 17px;
  border: 1px solid var(--ml-line);
  border-radius: var(--ml-radius);
  background: #fff;
  box-shadow: var(--ml-shadow-sm);
}

.mlt-editorial-note > span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--ml-red-soft);
  color: var(--ml-red);
  font-family: var(--ml-serif);
  font-size: 15px;
  font-weight: 900;
  font-style: italic;
}

.mlt-editorial-note p {
  margin: 2px 0 0;
  color: var(--ml-muted);
  font-size: 9px;
  line-height: 1.62;
}

.mlt-editorial-note strong {
  color: var(--ml-ink);
}

/* 03. Адаптивность */
@media (max-width: 1180px) and (min-width: 1021px) {
  .mlp-layout {
    grid-template-columns: minmax(0, 1fr) 350px;
  }

  .mlt-overview {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 1020px) {
  .mlp-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .mlp-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .mlt-overview {
    grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
  }
}

@media (max-width: 780px) {
  .mlp-hero__inner {
    min-height: 146px;
    padding-top: 23px;
    padding-bottom: 27px;
  }

  .mlp-breadcrumbs {
    margin-bottom: 19px;
  }

  .mlt-overview,
  .mlt-confirmed,
  .mlt-rumours {
    grid-template-columns: minmax(0, 1fr);
  }

  .mlt-window > a {
    margin-top: 5px;
  }
}

@media (max-width: 760px) {
  .mlp-page {
    padding-top: 16px;
    padding-bottom: 42px;
  }

  .mlp-sidebar {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 600px) {
  .mlp-hero h1 {
    font-size: clamp(31px, 10vw, 43px);
  }

  .mlt-overview__copy,
  .mlt-window {
    border-radius: var(--ml-radius);
  }

  .mlt-overview__copy {
    padding: 23px 20px;
  }

  .mlt-window {
    padding: 20px;
  }

  .mlt-section__head {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }

  .mlt-updated {
    white-space: normal;
  }

  .mlt-reliability {
    justify-content: flex-start;
    padding-top: 0;
  }

  .mlt-news-section .ml-button {
    align-self: flex-start;
  }
}

@media (max-width: 430px) {
  .mlp-hero__inner {
    min-height: 132px;
  }

  .mlt-summary {
    align-items: stretch;
    flex-direction: column;
  }

  .mlt-summary span {
    justify-content: space-between;
  }

  .mlt-window__timer {
    gap: 4px;
  }

  .mlt-window__timer > span {
    min-height: 58px;
    border-radius: 8px;
  }

  .mlt-window__timer b {
    font-size: 19px;
  }

  .mlt-deal {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .mlt-deal__avatar {
    width: 36px;
    height: 36px;
  }

  .mlt-deal__type {
    grid-column: 2;
    justify-self: start;
    margin-top: -3px;
  }

  .mlt-rumour {
    min-height: 0;
    padding: 16px;
  }

  .mlt-rumour > footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .mlt-news .ml-news-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mlp-site-page *,
  .mlp-site-page *::before,
  .mlp-site-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .mlp-sidebar,
  .mlt-window__timer,
  .mlt-news-section,
  .mlt-editorial-note {
    display: none !important;
  }

  .mlp-layout,
  .mlt-overview,
  .mlt-confirmed,
  .mlt-rumours {
    display: block;
  }

  .mlt-board,
  .mlt-rumour,
  .mlt-window,
  .mlt-overview__copy {
    margin-bottom: 14px;
    break-inside: avoid;
    box-shadow: none;
  }
}