/* V163R10 — move Insights archive label out of hero and beside search */
.v163r10-search-row {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  width: 100%;
}

.v163r10-search-row .search-field {
  flex: 1 1 520px;
  min-width: 0;
}

.v163r10-archive-label {
  flex: 0 0 auto;
  margin: 0 0 10px;
  font-size: 0.82rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #61718a;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .v163r10-search-row {
    display: block;
  }

  .v163r10-archive-label {
    margin: 10px 0 0;
    font-size: 0.78rem;
    white-space: normal;
  }
}
