care-authority-search {
  display: flex;
  flex-direction: column;
  gap: var(--gutter0);
}
care-authority-search .search-results .locations-list input-field[type=checkboxes] {
  grid-gap: 0;
  margin-top: var(--gutter1);
}
care-authority-search .search-results .locations-list input-field[type=checkboxes] > button.select-all {
  justify-self: start;
  margin-top: var(--gutter0);
}
care-authority-search .search-results .locations-list input-field[type=checkboxes] > div {
  display: grid;
  grid-gap: calc(var(--gap) * 0.5);
  margin: var(--gap) 0;
  padding: var(--gutter0);
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
care-authority-search .search-results .locations-list input-field[type=checkboxes] > div > input-field[type=checkbox][mode=chunky] {
  --checkbox-box-border-radius: 50%;
  --checkbox-box-height-size: 3em;
  --checkbox-box-width-size: 3em;
  --checkbox-box-background-colour: #dddddd;
  --checkbox-inner-box-background-colour: #21B755;
  --checkbox-box-border-gap: 0px;
  grid-column: initial;
}
care-authority-search .search-results .locations-list input-field[type=checkboxes] > div > input-field[type=checkbox][mode=chunky]::before {
  opacity: 1;
  transform: none;
  border-color: #FFFFFF;
}
care-authority-search .search-results .locations-list input-field[type=checkboxes] > div > input-field[type=checkbox][mode=chunky]:hover::before, care-authority-search .search-results .locations-list input-field[type=checkboxes] > div > input-field[type=checkbox][mode=chunky].is-checked::before {
  border: 1px solid #dddddd;
}
care-authority-search .search-results .locations-list input-field[type=checkboxes] > div > input-field[type=checkbox][mode=chunky] label {
  font-size: inherit;
}
care-authority-search .search-results .locations-list input-field[type=checkboxes] > div > input-field[type=checkbox][mode=chunky] label span span {
  display: block;
  font-size: 0.85em;
  color: #ff2871;
}
care-authority-search .search-results .locations-list input-field[type=checkboxes] > label {
  font-weight: 400;
}
care-authority-search .search-results .locations-list input-field[type=checkboxes] > label span {
  font-weight: 700;
}
/*# sourceMappingURL=../../sourcemaps/components/account/care-authority-search.css.map */