.ns-seo-search-banner {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: linear-gradient(90deg, #ede9fe, #f5f3ff);
  border-bottom: 1px solid rgba(124, 58, 237, 0.18);
  padding: 0.65rem 1rem;
  text-align: center;
  font-size: 0.92rem;
}

body.site-header--hotel .ns-seo-search-banner,
.hotel-page .ns-seo-search-banner {
  background: linear-gradient(90deg, #e7f3ff, #f0f8ff);
  border-bottom-color: rgba(10, 102, 194, 0.18);
}

.ns-seo-search {
  margin-top: 1.25rem;
}

.ns-seo-search__label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.62);
  margin-bottom: 0.45rem;
}

.ns-seo-search__form {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.ns-seo-search__input {
  flex: 1 1 220px;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font: inherit;
  background: #fff;
}

.ns-seo-search__button {
  border: 0;
  border-radius: 999px;
  padding: 0.65rem 1.1rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  background: #7c3aed;
  color: #fff;
}

body.site-header--hotel .ns-seo-search__button,
.hotel-page .ns-seo-search__button {
  background: #0a66c2;
}

.ns-seo-popular {
  margin-top: 0.85rem;
}

.ns-seo-popular__title {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(15, 23, 42, 0.62);
  margin: 0 0 0.45rem;
}

.ns-seo-popular__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ns-seo-popular__list a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.82rem;
  text-decoration: none;
  color: #5b21b6;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.14);
}

body.site-header--hotel .ns-seo-popular__list a,
.hotel-page .ns-seo-popular__list a {
  color: #004182;
  background: rgba(10, 102, 194, 0.08);
  border-color: rgba(10, 102, 194, 0.14);
}

@media (max-width: 720px) {
  .ns-seo-search__form {
    flex-direction: column;
  }

  .ns-seo-search__button {
    width: 100%;
  }
}
