/* СТО — дополнения к tire_service.css */
.sto-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(125, 217, 248, .95);
  font-weight: 600;
}

.sto .ts-aside {
  max-height: none;
}

.sto-price-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sto-price-group__title {
  margin: 0 0 4px;
  font-size: 15px;
  color: #3d3d3d;
}

.sto-price-group__note {
  margin: 0 0 8px;
  font-size: 12px;
  color: #6b7280;
}

.sto-price-cell {
  white-space: nowrap;
  font-weight: 600;
  color: #0095ff;
  text-align: right;
}

.sto-work-placeholder {
  display: grid;
  place-items: center;
  min-height: 220px;
  border: 1px dashed #d1d5db;
  border-radius: 4px;
  background:
    linear-gradient(135deg, #f8fafc 0%, #eef6fb 100%);
  color: #6b7280;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  padding: 20px;
}

.sto-empty {
  color: #6b7280;
  padding: 12px 0;
}

.sto-service-pick {
  margin: 0 0 18px;
}

.sto-service-pick__label {
  margin: 0 0 8px;
  font-weight: 600;
  color: #3d3d3d;
}

.sto-service-pick__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sto-service-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  font-size: 14px;
  color: #333;
  transition: border-color .15s, background .15s, color .15s;
}

.sto-service-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sto-service-chip.is-active,
.sto-service-chip:has(input:checked) {
  border-color: #00afef;
  background: rgba(0, 175, 239, .08);
  color: #0b6e99;
  font-weight: 600;
}

@media (max-width: 900px) {
  .sto .ts-top {
    grid-template-columns: 1fr;
  }
}
