.fui-type-html p + p {
  margin-block-start: 1.6rem;
}

.fui-alert {
  --fui-alert-font-size: 1.6rem;
  --fui-alert-padding: 2rem;
}
.fui-alert p {
  line-height: 1.2;
}

.fui-form-container {
  container-type: inline-size;
}

@container ( width < 500px) {
  .fui-page-row[data-fui-field-count="2"] {
    flex-direction: column;
  }
}

.fui-form-container {
  --fui-label-font-size:1.6rem;
  --fui-input-font-size:1.6rem;
  --fui-check-font-size:1.4rem;
  --fui-check-label-line-height: 1.2;
  --fui-label-color: #666666;
  --fui-check-label-width: 1.8rem;
  --fui-check-label-height: 1.8rem;
  --fui-check-label-padding-left: 3rem;
}
.fui-form-container .fui-input-container {
  --fui-input-border-radius: calc(var(--border-radius) / 2);
}

main > .fui-i {
  max-width: 650px;
  --fui-field-gutter: var(--gutter0);
  --fui-row-gutter: var(--gutter1);
}

.js-has-pseudo [csstools-has-2u-33-36-31-1m-2w-2p-37-14-1q-w-2x-32-34-39-38-2j-38-3d-34-2t-1p-2w-2x-2s-2s-2t-32-2l-15-1m-32-33-38-14-1m-2w-2p-37-14-1q-w-1m-32-33-38-14-2x-32-34-39-38-2j-38-3d-34-2t-1p-2w-2x-2s-2s-2t-32-2l-15-15-15]:not(.does-not-exist):not(does-not-exist):not(does-not-exist):not(does-not-exist) {
  display: none;
}

form:has(> input[type=hidden]):not(:has(> :not(input[type=hidden]))) {
  display: none;
}

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 */