/* Страница «Цены на доп. работы» — таблица в карточке .application-form */

.price-page-card.application-form {
  max-width: 800px;
}

.price-page-intro {
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--clr-text-sec);
  text-align: center;
}

.price-page-intro a {
  color: var(--clr-accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.price-page-intro a:hover {
  text-decoration: none;
}

.price-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -8px;
  padding: 0 8px;
}

.price-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.93rem;
  line-height: 1.45;
}

.price-table th,
.price-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--clr-border);
}

.price-table thead th {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--clr-text-sec);
  border-bottom: 2px solid var(--clr-border);
}

.price-table thead th:last-child {
  text-align: right;
}

.price-table tbody tr:last-child td {
  border-bottom: none;
}

.price-table td sup {
  font-size: 0.72em;
}

.price-table td:last-child {
  font-weight: 700;
  color: var(--clr-text);
  white-space: nowrap;
  text-align: right;
}

.price-table tbody tr:hover td {
  background: rgba(0, 158, 80, 0.04);
}

.price-page-source {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--clr-border);
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--clr-text-sec);
}

.price-page-source p {
  margin: 0 0 12px;
}

.price-page-source ol {
  margin: 16px 0 0;
  padding-left: 1.35em;
}

.price-page-source li {
  margin-bottom: 8px;
}

.price-page-source li:last-child {
  margin-bottom: 0;
}

.price-table-note {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--clr-border);
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--clr-text-muted);
}

@media (max-width: 600px) {
  .price-page-intro {
    text-align: left;
  }
}
