.price__caption {
  margin: 0;
}

.price__table {
  width: 610px;
  min-width: 610px;
}

.price__table-scroll {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.price__table :is(th, td) {
  white-space: nowrap;
}

.price__table tr > :first-child {
  width: clamp(120px, 20vw, 150px);
  min-width: clamp(120px, 20vw, 150px);
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
}

.price__table thead tr > :first-child {
  z-index: 2;
}
