.page-template-default:has(.c-account-preferences) #page.site form > fieldset > label {
  font-size     : 14px;
  line-height   : 20px;
  font-weight   : 500;
  font-family   : var(--c-font-familiy-title);
  color         : var(--c-text-title);
  margin-bottom : 8px;
  display       : inline-block;
}

.page-template-default:has(.c-account-preferences) #page.site form > fieldset:nth-of-type(2) {
  margin-top     : 16px;
  border-top     : 1px solid var(--c-border);
  padding-top    : 16px;
}
.page-template-default:has(.c-account-preferences) #page.site form > fieldset:nth-of-type(3) {
  margin-top     : 16px;
  border-top     : 1px solid var(--c-border);
  padding-top    : 16px;
  margin-bottom  : 16px;
  border-bottom  : 1px solid var(--c-border);
  padding-bottom : 16px; 
}
.page-template-default:has(.c-account-preferences) #page.site form > fieldset:nth-of-type(3) > div {
  display               : grid;
  grid-template-columns : auto 1fr;
  align-items           : center;
}