.taapp-tour-search,
.taapp-tour-search-results {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.taapp-tour-search__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 12px;
  background: transparent;
}

.taapp-tour-search__field,
.taapp-tour-search__action {
  min-width: 0;
}

.taapp-tour-search__label {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.taapp-tour-search__input,
.taapp-tour-search__select {
  width: 100%;
  min-height: 42px;
  box-sizing: border-box;
  padding: 0 12px;
  border: 1px solid #333;
  border-radius: 0;
  color: #000;
  background: #fff;
  font: inherit;
}

.taapp-tour-search__help {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: .78rem;
}

.taapp-tour-search__action {
  display: flex;
  align-items: end;
}

.taapp-tour-search__button {
  width: 100%;
  min-height: 42px;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.taapp-tour-search__button:hover,
.taapp-tour-search__button:focus-visible {
  color: #000;
  background: transparent;
}

.taapp-tour-search__button:focus-visible,
.taapp-tour-search__input:focus-visible,
.taapp-tour-search__select:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.taapp-tour-search-results__empty {
  margin: 20px 0;
  padding: 24px;
  border: 1px solid #333;
  color: #333;
  background: #fff;
}

.taapp-tour-search-results__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 24px;
}

.taapp-tour-search-results__page {
  display: inline-flex;
  min-width: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #333;
  color: #333;
  background: #fff;
  text-decoration: none;
}

.taapp-tour-search-results__page:hover,
.taapp-tour-search-results__page:focus-visible,
.taapp-tour-search-results__page.is-current {
  color: #fff;
  background: #333;
}

.taapp-tour-search-results__page:focus-visible {
  outline: 2px solid #333;
  outline-offset: 2px;
}

.taapp-tour-search-results .taapp-featured-tours--left-image .taapp-featured-tours__card {
  border-color: #333;
  color: #333;
  background: #fff;
  box-shadow: none;
}

.taapp-tour-search-results .taapp-featured-tours--left-image .taapp-featured-tours__media,
.taapp-tour-search-results .taapp-featured-tours__image-placeholder {
  background: #333;
}

.taapp-tour-search-results .taapp-featured-tours--left-image .taapp-featured-tours__left-content {
  color: #333;
  background: #fff;
}

.taapp-tour-search-results .taapp-featured-tours--left-image .taapp-featured-tours__name,
.taapp-tour-search-results .taapp-featured-tours--left-image .taapp-featured-tours__left-price {
  color: #000;
}

.taapp-tour-search-results .taapp-featured-tours--left-image .taapp-featured-tours__code,
.taapp-tour-search-results .taapp-featured-tours--left-image .taapp-featured-tours__description,
.taapp-tour-search-results .taapp-featured-tours--left-image .taapp-featured-tours__left-meta,
.taapp-tour-search-results .taapp-featured-tours--left-image .taapp-featured-tours__left-icon {
  color: #333;
}

.taapp-tour-search-results .taapp-featured-tours--left-image .taapp-featured-tours__left-footer {
  border-top-color: #333;
}

.taapp-tour-search-results .taapp-featured-tours--left-image .taapp-featured-tours__button {
  border-color: #000;
  color: #fff;
  background: #000;
}

.taapp-tour-search-results .taapp-featured-tours--left-image .taapp-featured-tours__button:hover,
.taapp-tour-search-results .taapp-featured-tours--left-image .taapp-featured-tours__button:focus-visible {
  color: #000;
  background: #fff;
}

.taapp-tour-search-results .taapp-featured-tours--left-image .taapp-featured-tours__button:focus-visible {
  outline-color: #333;
}

@media (min-width: 701px) {
  .taapp-tour-search__form {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.15fr) minmax(0, 1.15fr) minmax(140px, .9fr);
    align-items: end;
    gap: 16px;
    padding: 14px 12px;
  }

  .taapp-tour-search__button {
    min-height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .taapp-tour-search__button,
  .taapp-tour-search-results__page {
    transition: none;
  }
}
