.nook-search-header {
    display: flex;
    align-items: start;
    gap: 2rem;
}

#bootstrap-theme th.crm-search-result-select .btn {
  background-color: var(--nook-blue-lightest)!important;
}
#bootstrap-theme th.crm-search-result-select .btn:focus,
#bootstrap-theme th.crm-search-result-select .btn:hover {
  background-color: var(--crm-secondary-color)!important;
  color: var(--crm-secondary-text-color)!important;
}
