.site-content.rt-legal-page {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #f4f5f7;
  color: #24272c;
}

.rt-legal-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 68px;
  background: #16181c;
  color: #fff;
}

.rt-legal-hero::after {
  position: absolute;
  top: 0;
  right: max(24px, calc((100vw - var(--rt-container-wide)) / 2));
  width: 88px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  content: '';
  transform: skewX(-12deg);
}

.rt-legal-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 56px;
  align-items: end;
}

.rt-legal-hero__copy {
  max-width: 820px;
}

.rt-legal-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: #f15b61;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rt-legal-kicker span {
  width: 32px;
  height: 2px;
  background: #e3262e;
}

.rt-legal-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--rt-font-heading);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rt-legal-hero__copy > p:last-child {
  max-width: 720px;
  margin: 0;
  color: #bdc1c8;
  font-size: 17px;
  line-height: 1.7;
}

.rt-legal-hero__meta {
  display: grid;
  gap: 5px;
  padding: 20px 0 4px 20px;
  border-left: 3px solid #e3262e;
}

.rt-legal-hero__meta span {
  margin-bottom: 14px;
  color: #f15b61;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.rt-legal-hero__meta strong {
  color: #fff;
  font-size: 13px;
}

.rt-legal-hero__meta time {
  color: #aeb3bb;
  font-size: 13px;
}

.rt-legal-document {
  padding: 64px 0 88px;
}

.rt-legal-document__grid {
  display: grid;
  grid-template-columns: 270px minmax(0, 850px);
  gap: 44px;
  justify-content: center;
  align-items: start;
}

.rt-legal-sidebar {
  position: sticky;
  top: 126px;
  display: grid;
  gap: 16px;
}

.rt-legal-sidebar__panel,
.rt-legal-sidebar__contact {
  border: 1px solid #dfe1e5;
  border-radius: 7px;
  background: #fff;
}

.rt-legal-sidebar__panel {
  padding: 22px;
}

.rt-legal-sidebar__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 5px;
  background: #fceced;
  color: #c92026;
}

.rt-legal-sidebar__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.rt-legal-sidebar__panel p {
  margin: 0 0 4px;
  color: #7a7f87;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.rt-legal-sidebar__panel strong {
  color: #22252a;
  font-size: 16px;
}

.rt-legal-sidebar__contact {
  padding: 22px;
  background: #202329;
  color: #fff;
}

.rt-legal-sidebar__contact h2 {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--rt-font-heading);
  font-size: 23px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rt-legal-sidebar__contact > p {
  margin: 0 0 20px;
  color: #b8bdc5;
  font-size: 13px;
  line-height: 1.55;
}

.rt-legal-sidebar__contact a {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.rt-legal-sidebar__contact a:hover,
.rt-legal-sidebar__contact a:focus-visible {
  color: #f15b61;
}

.rt-legal-sidebar__contact a span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.rt-legal-sidebar__contact svg {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.rt-legal-article {
  min-width: 0;
  padding: 44px 52px;
  border: 1px solid #dfe1e5;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(22, 24, 28, 0.05);
}

.rt-legal-article__notice {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 38px;
  padding: 16px 18px;
  border-left: 3px solid #c92026;
  background: #f7f7f8;
}

.rt-legal-article__notice svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  fill: none;
  color: #c92026;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.rt-legal-article__notice p {
  margin: 0;
  color: #4c5057;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.rt-legal-content > *:first-child {
  margin-top: 0;
}

.rt-legal-content h2 {
  margin: 42px 0 14px;
  padding-top: 4px;
  color: #202329;
  font-family: var(--rt-font-heading);
  font-size: 29px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rt-legal-content h3 {
  margin: 28px 0 10px;
  color: #2b2e34;
  font-size: 18px;
  line-height: 1.3;
}

.rt-legal-content p,
.rt-legal-content li {
  color: #555a62;
  font-size: 15.5px;
  line-height: 1.8;
}

.rt-legal-content p {
  margin: 0 0 18px;
}

.rt-legal-content ul,
.rt-legal-content ol {
  display: grid;
  gap: 9px;
  margin: 4px 0 22px;
  padding-left: 22px;
}

.rt-legal-content ul {
  list-style: disc;
}

.rt-legal-content ol {
  list-style: decimal;
}

.rt-legal-content a {
  color: #b51f25;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.rt-legal-content a:hover,
.rt-legal-content a:focus-visible {
  color: #7f1519;
}

.rt-legal-content strong {
  color: #292c31;
}

.rt-legal-article__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 46px;
  padding-top: 25px;
  border-top: 1px solid #e2e3e6;
}

.rt-legal-article__footer div {
  display: grid;
  gap: 2px;
}

.rt-legal-article__footer strong {
  color: #23262b;
  font-size: 14px;
}

.rt-legal-article__footer div span {
  color: #747981;
  font-size: 12px;
}

.rt-legal-article__footer > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 12px;
  padding: 0 17px;
  border: 1px solid #c92026;
  border-radius: 4px;
  color: #ae1d22;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.rt-legal-article__footer > a:hover,
.rt-legal-article__footer > a:focus-visible {
  background: #c92026;
  color: #fff;
}

@media (max-width: 980px) {
  .rt-legal-hero__inner {
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 32px;
  }

  .rt-legal-document__grid {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 26px;
  }

  .rt-legal-article {
    padding: 38px 34px;
  }
}

@media (max-width: 760px) {
  .rt-legal-hero {
    padding: 52px 0;
  }

  .rt-legal-hero::after {
    display: none;
  }

  .rt-legal-hero__inner,
  .rt-legal-document__grid {
    grid-template-columns: 1fr;
  }

  .rt-legal-hero__meta {
    grid-template-columns: auto 1fr;
    max-width: 330px;
    align-items: center;
    column-gap: 14px;
  }

  .rt-legal-hero__meta span {
    grid-column: 1 / -1;
    margin-bottom: 6px;
  }

  .rt-legal-sidebar {
    position: static;
    grid-template-columns: 1fr 1.25fr;
  }

  .rt-legal-sidebar__icon {
    margin-bottom: 18px;
  }
}

@media (max-width: 560px) {
  .rt-legal-hero h1 {
    font-size: 40px;
  }

  .rt-legal-hero__copy > p:last-child {
    font-size: 15px;
  }

  .rt-legal-document {
    padding: 38px 0 60px;
  }

  .rt-legal-sidebar {
    grid-template-columns: 1fr;
  }

  .rt-legal-article {
    padding: 28px 22px;
  }

  .rt-legal-content h2 {
    font-size: 25px;
  }

  .rt-legal-article__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .rt-legal-article__footer > a {
    justify-content: center;
  }
}
