.builder-search-profile {
  padding: 32px 34px !important;
  border: 1px solid #f0c8b0 !important;
  border-radius: 16px;
  background: linear-gradient(130deg, #fff8f2 0%, #fff 100%);
}

.builder-search-profile > p:not(.eyebrow) {
  max-width: 620px;
}

.builder-search-profile__group {
  margin-top: 22px;
}

.builder-search-profile__group h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 12px;
}

.builder-search-profile .tag-row span {
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.builder-search-profile .tag-row--types span {
  border-color: #f3ad86;
  background: #fff1e8;
  color: #a9430c;
}

.builder-search-profile .tag-row--preferences span {
  border-color: #9ecfbc;
  background: #e8f4ef;
  color: #245f4c;
}

@media (max-width: 800px) {
  .builder-search-profile {
    padding: 25px 20px !important;
  }
}
