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] > 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] > label {
  font-weight: 400;
}
care-authority-search .search-results .locations-list input-field[type=checkboxes] > label span {
  font-weight: 700;
}
care-authority-search .search-results .locations-list input-field[type=checkboxes][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;
}
care-authority-search .search-results .locations-list input-field[type=checkboxes][type=checkbox][mode=chunky]::before {
  border-color: unset;
}
care-authority-search .search-results .locations-list input-field[type=checkboxes][type=checkbox][mode=chunky] {
  grid-column: initial;
}
/*# sourceMappingURL=../../sourcemaps/components/account/care-authority-search.css.map */