.service-empty[hidden] {
  display: none;
}

.service-title > div {
  min-width: 0;
}

.service-title p {
  line-height: 1.5;
}

.service-card input {
  min-width: 0;
}

.service-card input::placeholder {
  color: #747d77;
  font-weight: 600;
  opacity: 1;
}

.marker-list small {
  display: block;
  overflow-wrap: anywhere;
  line-height: 1.35;
}

.click-hint {
  line-height: 1.5;
}

@media (max-width: 560px) {
  .service-card {
    padding: 20px;
  }
}
