.kd-price-examples {
  width: 100%;
  max-width: 600px;
  margin-top: 1rem;
  padding: 0;
  overflow: hidden;
  color: var(--text);
  font-family: var(--font);
  background: var(--bg);
  border: 1px solid color-mix(in srgb, var(--green) 20%, var(--border));
  border-radius: 9px;
}

.kd-price-examples *,
.kd-price-examples *::before,
.kd-price-examples *::after {
  box-sizing: border-box;
}

.kd-price-examples .kd-pe-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 5px 10px;
  background: #e3e8ea;
  text-align: center;
}

.kd-price-examples .kd-pe-heading {
  color: #253036;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.kd-price-examples .kd-pe-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  background: color-mix(in srgb, var(--green-bg) 8%, var(--bg));
  border-top: 1px solid color-mix(in srgb, var(--green) 22%, var(--border));
}

.kd-price-examples .kd-pe-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  column-gap: 7px;
  padding: 7px 12px;
}

.kd-price-examples .kd-pe-item + .kd-pe-item {
  border-left: 1px solid var(--border);
}

.kd-price-examples .kd-pe-copy {
  min-width: 0;
}

.kd-price-examples .kd-pe-work,
.kd-price-examples .kd-pe-pages,
.kd-price-examples .kd-pe-price {
  display: block;
}

.kd-price-examples .kd-pe-work {
  overflow: hidden;
  color: var(--text);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kd-price-examples .kd-pe-pages {
  margin-top: .1rem;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.kd-price-examples .kd-pe-price {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin-top: 0;
  color: var(--green-dark);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.1;
  white-space: nowrap;
}

.kd-city-price-card {
  overflow: hidden;
}

.kd-city-price-heading {
  margin: -1rem -1.4rem .55rem;
  padding: 7px 12px;
  background: #e3e8ea;
  color: #253036;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

.kd-city-price-card .hrow-label {
  font-size: .76rem;
  font-weight: 650;
  line-height: 1.2;
}

.kd-city-price-pages {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: .66rem;
  font-weight: 400;
  line-height: 1.2;
}

.kd-city-price-card .hrow-price {
  min-width: 78px;
  text-align: center;
}

.kd-city-service-name {
  min-width: 0;
}

.kd-city-unit-price {
  margin-left: auto;
  color: inherit;
  font-size: inherit;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

html[data-theme="dark"] .kd-price-examples .kd-pe-price {
  color: #54f39a;
}

@media (max-width: 640px) {
  .kd-price-examples {
    max-width: none;
    margin-top: .9rem;
  }

  .kd-price-examples .kd-pe-grid {
    grid-template-columns: 1fr;
  }

  .kd-price-examples .kd-pe-item + .kd-pe-item {
    border-top: 1px solid var(--border);
    border-left: 0;
  }
}
