.wch {
  --wch-ink: #0a1a26;
  --wch-muted: #637481;
  --wch-teal: #075d65;
  --wch-teal-light: #007f87;
  --wch-blue: #0b3760;
  --wch-lime: #cbe76a;
  --wch-amber: #f5b744;
  --wch-line: #dbe3e4;
  --wch-paper: #f7f9fa;
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  color: var(--wch-ink);
  font-family: Arial, sans-serif;
}

.wch *,
.wch *::before,
.wch *::after {
  box-sizing: border-box;
}

.wch [hidden] {
  display: none !important;
}

body:has(.wch) .entry-header {
  display: none;
}

.wch a {
  color: inherit;
  text-decoration: none;
}

.wch__topbar {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wch__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.wch__brand-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
}

.wch__brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wch__brand > span:last-child {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1;
}

.wch__brand strong,
.wch__brand small {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.wch__registry-date {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #415967;
  font-size: 13px;
}

.wch__registry-date > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3bb48f;
  box-shadow: 0 0 0 5px rgba(59, 180, 143, 0.12);
}

.wch__registry-date b,
.wch__footer b {
  font-weight: 500;
}

.wch__hero {
  min-height: 220px;
  padding: 30px 48px 54px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 72% 26%, rgba(203, 231, 106, 0.15), transparent 17%),
    radial-gradient(circle at 86% 77%, rgba(34, 175, 187, 0.21), transparent 30%),
    linear-gradient(125deg, #07233b 0%, #073b55 54%, #006f77 100%);
}

.wch__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, transparent, #000);
}

.wch__hero-copy {
  position: relative;
  z-index: 2;
}

.wch__hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 3vw, 42px);
  font-weight: 620;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.wch__hero-copy p {
  max-width: 640px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.45;
}

.wch__orbit {
  width: 180px;
  height: 180px;
  position: relative;
  z-index: 2;
  justify-self: end;
}

.wch__orbit-ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.wch__orbit-ring--outer {
  inset: 0;
}

.wch__orbit-ring--inner {
  inset: 26px;
  border-color: rgba(203, 231, 106, 0.32);
}

.wch__orbit-core {
  position: absolute;
  z-index: 2;
  inset: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
  transition: transform 160ms ease, background 160ms ease;
}

.wch__orbit-core:hover,
.wch__orbit-core:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  outline: none;
  transform: scale(1.04);
}

.wch__orbit-core strong {
  color: #fff;
  font-size: 26px;
  letter-spacing: -0.05em;
}

.wch__orbit-core span {
  color: rgba(255, 255, 255, 0.65);
  display: grid;
  gap: 1px;
  font-size: 9px;
}

.wch__orbit-core span b {
  color: #fff;
  font-size: 11px;
}

.wch__orbit-node {
  width: 38px;
  height: 38px;
  position: absolute;
  z-index: 3;
  border: 4px solid rgba(6, 54, 74, 0.9);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--wch-blue);
  background: var(--wch-lime);
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.wch__orbit-node:hover,
.wch__orbit-node:focus-visible {
  color: var(--wch-blue);
  outline: none;
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.wch__orbit-node--total {
  top: 8px;
  right: 8px;
}

.wch__orbit-node--missing {
  left: -4px;
  top: 76px;
  background: #46c0c4;
}

.wch__orbit-node--expiring {
  right: 3px;
  bottom: 14px;
  background: var(--wch-amber);
}

.wch__metrics {
  width: min(1180px, calc(100% - 112px));
  margin: -46px auto 0 56px;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(10, 40, 55, 0.1);
}

.wch__metric {
  min-height: 116px;
  padding: 18px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-left: 1px solid var(--wch-line);
  transition: background 160ms ease, box-shadow 160ms ease;
}

.wch__metric:first-child {
  border-left: 0;
}

.wch__metric:hover,
.wch__metric:focus-visible {
  color: var(--wch-ink);
  background: #f7faf9;
  box-shadow: inset 0 -3px 0 var(--wch-teal-light);
  outline: none;
}

.wch__metric-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--wch-teal-light);
  background: #e4f3f3;
  font-size: 18px;
  font-weight: 800;
}

.wch__metric-icon--verified {
  color: #57740e;
  background: #e9f4d1;
}

.wch__metric-icon--warning {
  color: #9c6400;
  background: #fff0d3;
}

.wch__metric-icon--missing {
  color: #a84343;
  background: #fbe3e3;
}

.wch__metric-copy {
  min-width: 0;
  display: grid;
}

.wch__metric-copy small {
  color: var(--wch-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
}

.wch__metric-copy strong {
  margin-top: 5px;
  color: var(--wch-ink);
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.wch__metric-copy em {
  margin-top: 5px;
  overflow-wrap: anywhere;
  color: #84929a;
  font-size: 12px;
  font-style: normal;
}

.wch__alert {
  margin-top: 34px;
  padding: 18px 28px;
  border-radius: 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  background: linear-gradient(100deg, #f9df9a, #f3bd58);
}

.wch__alert-date {
  width: 60px;
  height: 64px;
  border-radius: 13px;
  display: grid;
  place-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
}

.wch__alert-date span {
  color: #986313;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.wch__alert-date strong {
  color: var(--wch-ink);
  font-size: 24px;
  line-height: 1.1;
}

.wch__alert-copy p {
  margin: 0 0 7px;
  color: #81520a;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wch__alert-copy h2 {
  margin: 0;
  color: var(--wch-ink);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.wch__alert-copy span {
  display: block;
  margin-top: 5px;
  color: #745425;
  font-size: 13px;
}

.wch__primary-button,
.wch__verify {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  background: var(--wch-ink);
  box-shadow: 0 10px 25px rgba(10, 26, 38, 0.18);
  font-size: 13px;
  font-weight: 700;
  transition: transform 160ms ease;
}

.wch__primary-button:hover,
.wch__primary-button:focus-visible {
  color: #fff;
  outline: none;
  transform: translateY(-2px);
}

.wch__register {
  padding: 44px 0 72px;
  scroll-margin-top: 18px;
}

.wch .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wch__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.wch__heading h2 {
  margin: 0;
  color: var(--wch-ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.wch__eyebrow {
  margin: 0 0 8px;
  color: var(--wch-teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wch__result-count {
  margin: 0;
  color: var(--wch-muted);
  font-size: 13px;
}

.wch input,
.wch select,
.wch button {
  font: inherit;
}

.wch input,
.wch select {
  width: 100%;
  height: 44px;
  border: 1px solid var(--wch-line);
  border-radius: 12px;
  background: #fff;
  color: var(--wch-ink);
  outline: none;
}

.wch input {
  padding: 0 14px;
}

.wch select {
  padding: 0 34px 0 14px;
}

.wch input:focus,
.wch select:focus {
  border-color: #007f87;
  box-shadow: 0 0 0 4px rgba(0, 127, 135, 0.08);
}

.wch__filters {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 200px 200px 170px;
  gap: 12px;
  margin-bottom: 12px;
}

.wch__more-filters,
.wch__clear {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--wch-line);
  border-radius: 12px;
  background: #fff;
  color: var(--wch-ink);
  cursor: pointer;
  font-weight: 700;
}

.wch__more-filters:hover,
.wch__more-filters:focus-visible,
.wch__more-filters[aria-expanded="true"],
.wch__clear:hover,
.wch__clear:focus-visible {
  border-color: #007f87;
  color: var(--wch-teal);
  outline: none;
}

.wch__advanced {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(240px, 1fr) auto;
  align-items: end;
  gap: 12px;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid var(--wch-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(10, 40, 55, 0.06);
  overflow: visible;
}

.wch__typeahead {
  position: relative;
  display: grid;
  gap: 7px;
}

.wch__typeahead > label {
  color: var(--wch-muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.wch__typeahead ul {
  position: absolute;
  z-index: 1000;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  max-height: 240px;
  margin: 0;
  padding: 6px;
  overflow-y: auto;
  border: 1px solid var(--wch-line);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(10, 40, 55, 0.16);
  list-style: none;
}

.wch__typeahead li {
  min-height: 38px;
  margin: 0;
  padding: 8px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: var(--wch-ink);
  cursor: pointer;
  font-size: 12px;
}

.wch__typeahead li:hover,
.wch__typeahead li.is-active {
  background: #eaf5f4;
  color: var(--wch-teal);
}

.wch__table-wrap {
  overflow: visible;
  border: 1px solid var(--wch-line);
  border-radius: 18px;
  background: #fff;
}

.wch__table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.wch__table th,
.wch__table td {
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid var(--wch-line);
  text-align: left;
  vertical-align: middle;
}

.wch__table th {
  height: 44px;
  background: #edf2f2;
  color: #718089;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wch__table th:first-child {
  width: 28%;
  border-radius: 18px 0 0;
}

.wch__table th:nth-child(2) {
  width: 16%;
}

.wch__table th:nth-child(3) {
  width: 14%;
}

.wch__table th:nth-child(4),
.wch__table th:nth-child(5) {
  width: 11%;
}

.wch__table th:nth-child(6) {
  width: 15%;
}

.wch__table th:last-child {
  width: 5%;
  border-radius: 0 18px 0 0;
}

.wch__sort {
  width: 100%;
  min-height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: left;
  text-transform: inherit;
}

.wch__sort img {
  width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 6px;
  background: rgba(0, 127, 135, 0.1);
  opacity: 0.45;
}

.wch__sort:hover,
.wch__sort:focus-visible,
.wch__sort.is-active {
  color: var(--wch-teal);
  outline: none;
}

.wch__sort:hover img,
.wch__sort:focus-visible img,
.wch__sort.is-active img {
  opacity: 1;
}

.wch__row:hover td {
  background: #f7faf9;
}

.wch__certificate {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 3px 10px;
}

.wch__certificate .wch__index {
  grid-row: 1 / 3;
  align-self: center;
  color: #9caaaf;
  font-family: monospace;
  font-size: 10px;
}

.wch__certificate strong,
.wch__certificate small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wch__certificate strong {
  font-size: 13px;
}

.wch__certificate small {
  color: var(--wch-muted);
  font-size: 11px;
}

.wch__table td {
  color: #465a66;
  font-size: 12px;
}

.wch__date {
  font-family: monospace;
  font-size: 11px !important;
}

.wch__status {
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #116a52;
  background: #e4f5ed;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.wch__status--bezterminowy {
  color: #176c78;
  background: #e7f3f5;
}

.wch__status--wygasa-wkrotce {
  color: #956100;
  background: #fff0d3;
}

.wch__status--wygasl,
.wch__status--do-uzupelnienia {
  color: #9b3030;
  background: #f6dddd;
}

.wch__row-action button {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid var(--wch-line);
  border-radius: 50%;
  background: #fff;
  color: var(--wch-teal);
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 17px;
}

.wch__details-row td {
  padding: 0;
}

.wch__details {
  padding: 16px 20px;
  background: #f7faf9;
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr auto;
  gap: 22px;
  align-items: center;
}

.wch__detail {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.wch__detail span {
  color: var(--wch-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.wch__detail strong {
  overflow-wrap: anywhere;
  color: var(--wch-ink);
  font-size: 12px;
}

.wch__verify {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--wch-line);
  border-radius: 10px;
  background: #fff;
  color: var(--wch-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.wch__empty {
  padding: 42px 20px;
  display: grid;
  place-items: center;
  gap: 6px;
  color: var(--wch-muted);
}

.wch__empty strong {
  color: var(--wch-ink);
}

.wch__methodology {
  margin-bottom: 52px;
  padding: 52px;
  border-radius: 22px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 60px;
  color: #fff;
  background: var(--wch-blue);
}

.wch__methodology > div:first-child > p {
  margin: 0 0 18px;
  color: var(--wch-lime);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.wch__methodology h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 2.5vw, 38px);
  font-weight: 620;
  line-height: 1;
  letter-spacing: -0.045em;
}

.wch__method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.wch__method-grid article {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.wch__method-grid article > span {
  color: var(--wch-lime);
  font-size: 11px;
}

.wch__method-grid h3 {
  margin: 24px 0 10px;
  color: #fff;
  font-size: 15px;
}

.wch__method-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.7;
}

.wch__footer {
  min-height: 90px;
  padding: 22px 0;
  border-top: 1px solid var(--wch-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--wch-muted);
  font-size: 12px;
}

.wch__footer p {
  margin: 0;
}

.wch__footer > a {
  color: var(--wch-teal-light);
  font-weight: 700;
}

@media (max-width: 1050px) {
  .wch__hero {
    grid-template-columns: 1fr;
  }

  .wch__hero-copy {
    max-width: 68%;
  }

  .wch__orbit {
    position: absolute;
    right: 18px;
  }

  .wch__metrics {
    width: calc(100% - 64px);
    margin-left: 32px;
    grid-template-columns: repeat(2, 1fr);
  }

  .wch__metric:nth-child(3) {
    border-left: 0;
  }

  .wch__metric:nth-child(n + 3) {
    border-top: 1px solid var(--wch-line);
  }

  .wch__methodology {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .wch__filters {
    grid-template-columns: minmax(280px, 1fr) 1fr 1fr;
  }

  .wch__more-filters {
    grid-column: 1 / -1;
  }

  .wch__table th:nth-child(4),
  .wch__table th:nth-child(5),
  .wch__row > td:nth-child(4),
  .wch__row > td:nth-child(5) {
    display: none;
  }

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

@media (max-width: 700px) {
  .wch__topbar {
    min-height: 62px;
  }

  .wch__registry-date {
    display: none;
  }

  .wch__brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .wch__hero {
    min-height: 238px;
    padding: 24px 20px;
    align-items: start;
  }

  .wch__hero-copy {
    max-width: 100%;
  }

  .wch__hero h1 {
    max-width: calc(100% - 30px);
    font-size: clamp(28px, 8vw, 32px);
    line-height: 1.04;
  }

  .wch__hero-copy p {
    max-width: 68%;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.35;
  }

  .wch__orbit {
    width: 140px;
    height: 140px;
    right: 6px;
    bottom: 6px;
  }

  .wch__orbit-ring--inner {
    inset: 20px;
  }

  .wch__orbit-core {
    inset: 39px;
  }

  .wch__orbit-core strong {
    font-size: 21px;
  }

  .wch__orbit-core span {
    font-size: 7px;
  }

  .wch__orbit-core span b {
    font-size: 9px;
  }

  .wch__orbit-node {
    width: 32px;
    height: 32px;
    border-width: 3px;
  }

  .wch__orbit-node--total {
    top: 3px;
    right: 3px;
  }

  .wch__orbit-node--missing {
    left: -2px;
    top: 57px;
  }

  .wch__orbit-node--expiring {
    right: 2px;
    bottom: 6px;
  }

  .wch__metrics {
    width: calc(100% - 24px);
    margin: -42px auto 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wch__metric {
    min-width: 0;
    min-height: 112px;
    padding: 15px 12px;
    gap: 10px;
    border-top: 1px solid var(--wch-line);
  }

  .wch__metric:nth-child(odd) {
    border-left: 0;
  }

  .wch__metric:nth-child(-n + 2) {
    border-top: 0;
  }

  .wch__metric-copy strong {
    font-size: 30px;
  }

  .wch__metric-copy small {
    font-size: 9px;
  }

  .wch__metric-copy em {
    font-size: 10px;
    line-height: 1.35;
  }

  .wch__alert {
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 18px;
  }

  .wch__alert-copy {
    min-width: 0;
  }

  .wch__alert-copy h2 {
    font-size: 18px;
    line-height: 1.25;
  }

  .wch__alert .wch__primary-button {
    width: 100%;
    grid-column: 1 / -1;
  }

  .wch__register {
    padding-top: 44px;
  }

  .wch__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .wch__heading h2 {
    font-size: 29px;
  }

  .wch__filters {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .wch__search,
  .wch__more-filters {
    grid-column: 1 / -1;
  }

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

  .wch__typeahead ul {
    position: static;
    margin-top: -1px;
  }

  .wch__table-wrap {
    border: 0;
    background: transparent;
  }

  .wch__table,
  .wch__table tbody {
    display: block;
  }

  .wch__table thead {
    display: none;
  }

  .wch__row {
    margin-bottom: 10px;
    padding: 14px;
    border: 1px solid var(--wch-line);
    border-radius: 14px;
    background: #fff;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 14px;
  }

  .wch__row > td {
    min-width: 0;
    padding: 0;
    border: 0;
    display: grid !important;
    gap: 3px;
  }

  .wch__row > td::before {
    content: attr(data-label);
    color: #829098;
    font-size: 8px;
    font-weight: 750;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .wch__certificate {
    grid-column: 1;
  }

  .wch__certificate::before {
    grid-column: 1 / -1;
  }

  .wch__partner {
    grid-column: 1 / -1;
  }

  .wch__row > td:nth-child(3) {
    grid-column: 1;
  }

  .wch__row > td:nth-child(6) {
    grid-column: 2;
    justify-self: end;
  }

  .wch__row > td:nth-child(4),
  .wch__row > td:nth-child(5) {
    display: grid !important;
  }

  .wch__row-action {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }

  .wch__row-action::before {
    display: none;
  }

  .wch__details-row,
  .wch__details-row td {
    display: block;
  }

  .wch__details-row {
    margin: -11px 0 10px;
    border: 1px solid var(--wch-line);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    overflow: hidden;
  }

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

  .wch__methodology {
    padding: 38px 24px;
  }

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

  .wch__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
}

@media (max-width: 420px) {
  .wch__hero {
    min-height: 250px;
    padding-inline: 18px;
  }

  .wch__hero h1 {
    max-width: 100%;
    font-size: 28px;
  }

  .wch__hero-copy p {
    max-width: 76%;
    font-size: 12px;
  }

  .wch__orbit {
    right: 2px;
    bottom: 4px;
  }

  .wch__metric {
    padding-inline: 10px;
    gap: 8px;
  }

  .wch__metric-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .wch__metric-copy strong {
    font-size: 27px;
  }

  .wch__alert-date {
    width: 52px;
    height: 58px;
  }
}
