.nook-filter-group-bubble {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 0.5rem;
}
.nook-filter-group-bubble .btn-link {
  --crm-link-color: var(--nook-blue-icons);
  --crm-btn-margin: 0;
  text-decoration: underline !important;
}
.nook-filter-group-bubble .form-group {
  margin: 0 !important;
}
.nook-filter-group-bubble af-field {
    --nook-icon-color: var(--nook-blue-icons);
    --crm-input-padding: 0 var(--crm-l-small-2);
    height: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 0.5rem;
    background-color: var(--nook-white);
    border: var(--crm-panel-border);
    position: relative;
    border-radius: 1rem;
}
.nook-filter-group-bubble af-field > * {
    --crm-input-height: calc(2rem - 2px);
    --crm-input-line-height: calc(2rem - 2px);
    height: var(--crm-input-height);
    max-height: var(--crm-input-height);
    line-height: var(--crm-input-line-height);
}
.nook-filter-group-bubble af-field label {
  white-space: nowrap;
  padding-right: 0;
  color: var(--nook-grey-darker);
}
.nook-filter-group-bubble af-field .crm-i {
    width: 1.25rem;
    text-align: center;
}
.nook-filter-group-bubble af-field .crm-i.fa-magnifying-glass {
  --nook-icon-color: var(--nook-grey-darker);
}
.nook-filter-group-bubble label::after {
    content: ':';
}

.nook-filter-group-bubble .select2-container {
  --crm-input-width: 100%;
}

.nook-filter-group-bubble .crm-af-field {
  flex-grow: 1;
}

@media (min-width: 480px) {
  .nook-filter-group-bubble .select2-container {
    --crm-input-width: 12rem;
  }
}

.nook-filter-group-bubble .select2-container {
  --crm-input-border-color: none;
  --crm-input-bg-color: none;
  --crm-input-color: var(--nook-blue-mid);
}
.nook-filter-group-bubble .select2-container .select2-arrow {
  border-left: 0;
}
.nook-filter-group-bubble .select2-container .select2-choice .select2-chosen {
  margin-right: 0;
  font-weight: 500;
}
.nook-filter-group-bubble .select2-container .select2-choice.select2-default .select2-chosen {
  color: var(--crm-text-color);
}
.nook-filter-group-bubble af-field .form-control[type=text] {
  border: 0;
  background: none;
}
.nook-filter-group-bubble af-field .select2-container a:focus {
  outline: none;
}

.nook-filter-group-bubble af-field:focus-within {
  border-color: var(--crm-primary-color);
}

.nook-filter-group-bubble .form-inline {
    padding: 0;
}

.nook-filter-group-bubble af-field.af-field-type-radio .crm-af-field {
    display: flex;
    align-items: center;
}
.nook-filter-group-bubble af-field .af-field-clear {
    position: static;
}
