.wipe-length-page .wipe-length-shell {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 26px 0 64px;
}

.wipe-length-page .wipe-length-title {
  margin: 0;
  text-align: center;
  font-size: clamp(28px, 2.3vw, 36px);
  line-height: 1.2;
  font-weight: 700;
}

.wipe-length-page .wipe-summary {
  margin: 24px 0 20px;
  text-align: center;
}

.wipe-length-page .wipe-summary-label {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.wipe-length-page .wipe-summary-figure {
  margin-top: 18px;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
}

.wipe-length-page .wipe-calendar {
  display: inline-block;
  margin-left: 5px;
  font-size: 22px;
  vertical-align: 1px;
}

.wipe-length-page .wipe-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.wipe-length-page .wipe-table {
  width: 100%;
  min-width: 800px;
  border-collapse: separate;
  border-spacing: 0 4px;
  table-layout: fixed;
  background: transparent;
}

.wipe-length-page .wipe-table thead th {
  height: 62px;
  padding: 0 18px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  border: 0;
  background: rgba(8, 9, 8, 0.72);
}

.wipe-length-page .wipe-table thead th:first-child {
  text-align: left;
  padding-left: 66px;
}

.wipe-length-page .wipe-start-heading span:first-child {
  display: block;
}

.wipe-length-page .wipe-sort-indicator {
  display: block;
  height: 9px;
  margin-top: -2px;
  font-size: 16px;
  line-height: 9px;
  opacity: 0.9;
}

.wipe-length-page .wipe-sort-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  cursor: pointer;
}

.wipe-length-page .wipe-sort-btn:hover .wipe-sort-indicator,
.wipe-length-page .wipe-sort-btn:focus-visible .wipe-sort-indicator {
  opacity: 1;
  color: var(--accent-strong, #f0934a);
}

.wipe-length-page .wipe-sort-btn:focus-visible {
  outline: 2px solid var(--accent-strong, #f0934a);
  outline-offset: 2px;
}

.wipe-length-page .wipe-table tbody td {
  height: 64px;
  padding: 0 18px;
  text-align: center;
  vertical-align: middle;
  border: 0;
  background: rgba(54, 54, 55, 0.78);
}

.wipe-length-page .wipe-table tbody .wipe-patch {
  padding-left: 18px;
  text-align: left;
}

.wipe-length-page .wipe-table th:nth-child(1),
.wipe-length-page .wipe-table td:nth-child(1) {
  width: 16%;
}

.wipe-length-page .wipe-table th:nth-child(2),
.wipe-length-page .wipe-table td:nth-child(2),
.wipe-length-page .wipe-table th:nth-child(3),
.wipe-length-page .wipe-table td:nth-child(3) {
  width: 20%;
}

.wipe-length-page .wipe-table th:nth-child(4),
.wipe-length-page .wipe-table td:nth-child(4) {
  width: 44%;
}

.wipe-length-page .wipe-length-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

.wipe-length-page .wipe-length-bar-wrapper {
  display: block;
  width: 200px;
  height: 10px;
  flex: 0 0 200px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(218, 216, 199, 0.92);
}

.wipe-length-page .wipe-length-bar {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #a5946d;
}

.wipe-length-page .wipe-length-days {
  min-width: 72px;
  text-align: left;
}

@media (max-width: 900px) {
  .wipe-length-page .wipe-length-shell {
    width: min(100% - 24px, 1200px);
    padding-top: 22px;
  }

  .wipe-length-page .wipe-length-bar-wrapper {
    width: 150px;
    flex-basis: 150px;
  }
}

@media (max-width: 640px) {
  .wipe-length-page .wipe-length-title {
    font-size: 26px;
  }

  .wipe-length-page .wipe-summary-label {
    font-size: 16px;
  }

  .wipe-length-page .wipe-summary-figure {
    font-size: 24px;
  }
}
