/* Страница «Цены» — контейнер 1360px, таблицы, хлебные крошки */

.elementor-18.splatchina-prices {
  --splatchina-container: 1360px;
}

.elementor-18.splatchina-prices .wd-section-stretch {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: auto !important;
  right: auto !important;
}

.site-content .entry-content > .elementor-18.splatchina-prices,
.elementor-18.splatchina-prices .elementor-element-prices-main > .e-con-inner,
.elementor-18.splatchina-prices .splatchina-prices__inner {
  max-width: var(--splatchina-container, 1360px);
  width: min(100% - 32px, var(--splatchina-container, 1360px));
  margin-inline: auto;
}

.elementor-18.splatchina-prices .splatchina-prices__intro .title {
  display: none;
}

.splatchina-page-title + .site-content .elementor-18.splatchina-prices {
  margin-top: 0;
}

.splatchina-prices__section {
  margin-bottom: 48px;
}

.splatchina-prices__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #1e2a3a;
}

.splatchina-prices__intro p {
  font-size: 16px;
  line-height: 1.65;
  color: #5c6b7a;
  margin: 0 0 32px;
}

.splatchina-prices__table-wrap {
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 16px;
  overflow-x: auto;
  box-shadow: 0 8px 32px rgba(26, 75, 140, 0.06);
}

.splatchina-prices__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
}

.splatchina-prices__table thead th {
  background: linear-gradient(180deg, #f0f9ff 0%, #e8f4fc 100%);
  color: #5c6b7a;
  font-weight: 600;
  text-align: left;
  padding: 14px 20px;
  border-bottom: 1px solid #e8eef4;
}

.splatchina-prices__table tbody td {
  padding: 14px 20px;
  border-bottom: 1px solid #e8eef4;
  color: #1e2a3a;
  vertical-align: top;
}

.splatchina-prices__table tbody tr:last-child td {
  border-bottom: none;
}

.splatchina-prices__table tbody td:not(:first-child) {
  font-weight: 600;
  color: #2cb7fc;
}

@media (max-width: 767px) {
  .splatchina-prices__title {
    font-size: 24px;
  }

  .splatchina-prices__table thead th,
  .splatchina-prices__table tbody td {
    padding: 12px 14px;
    font-size: 14px;
  }
}
