.hot-postcode-city-suggestion-slot {
  display: flex;
  align-items: center;
  min-height: 30px;
}

.hot-postcode-city-suggestion {
  width: 100%;
  min-width: 0;
}

.hot-postcode-city-suggestion:not(.d-none) {
  transform: translateY(-4px);
}

.hot-postcode-city-suggestion-accepted {
  visibility: hidden;
  pointer-events: none;
}

.hot-postcode-city-suggestion > span {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
}

.hot-postcode-city-suggestion .btn {
  flex: 0 0 auto;
}

@media (max-width: 575.98px) {
  .hot-postcode-city-suggestion-slot {
    min-height: 40px;
  }
}
