.mod-dh-pricelist {
  width: 100%;
  color: inherit;
  font: inherit;
}

.mod-dh-pricelist__section {
  margin: 0 0 2rem;
}

.mod-dh-pricelist__section:last-child {
  margin-bottom: 0;
}

.mod-dh-pricelist__section-title {
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: clamp(1.9rem, 4vw, 38px);
  line-height: 1.46;
  font-weight: 400;
}

.mod-dh-pricelist__table {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.mod-dh-pricelist__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: start;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mod-dh-pricelist__row--head {
  padding-top: 0;
  padding-bottom: 0.75rem;
  border-bottom-color: rgba(0, 0, 0, 0.18);
}

.mod-dh-pricelist__head-label {
  font: inherit;
  font-weight: 700;
  font-size: 1em;
  line-height: inherit;
}

.mod-dh-pricelist__column-heading {
  display: inline-block;
}

.mod-dh-pricelist__cell {
  min-width: 0;
  font: inherit;
}

.mod-dh-pricelist__cell--service {
  text-align: left;
}

.mod-dh-pricelist__cell--price {
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
}

.mod-dh-pricelist__service-name {
  font: inherit;
  font-weight: 400;
  line-height: 1.5;
}

.mod-dh-pricelist__service-notes {
  margin-top: 0.35rem;
  opacity: 0.8;
  font-size: 0.94em;
  line-height: 1.45;
}

.mod-dh-pricelist__note {
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mod-dh-pricelist__note-text {
  font-weight: 600;
  line-height: 1.5;
}

.mod-dh-pricelist__empty {
  padding: 1rem 0;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .mod-dh-pricelist__thead {
    display: none;
  }

  .mod-dh-pricelist__row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1rem 0;
  }

  .mod-dh-pricelist__cell--price {
    text-align: left;
    white-space: normal;
    font-weight: 700;
  }

  .mod-dh-pricelist__cell--price::before {
    content: attr(data-label) ": ";
    font-weight: 400;
    opacity: 0.8;
  }

  .mod-dh-pricelist__section-title {
    margin-bottom: 0.85rem;
  }

  .mod-dh-pricelist__service-notes {
    font-size: 0.95em;
  }
}
