/* Themed selects: one visible control, one chevron, normal height (loads after inline rules). */
.selectControl:has(> .themedSelect){
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
}
.selectControl:has(> .themedSelect) > .selectChevron{
  display:none!important;
}
#settings .settingsSection .themedSelect,
#settings .settingsSection .selectControl:has(> .themedSelect){
  min-height:52px!important;
  height:52px!important;
  max-height:52px!important;
}
#settings .settingsSection .themedSelect > select.themedNativeSelect,
.settingsSection select.themedNativeSelect{
  position:absolute!important;
  inset:0 auto auto 0!important;
  display:block!important;
  width:1px!important;
  min-width:1px!important;
  max-width:1px!important;
  height:1px!important;
  min-height:0!important;
  max-height:1px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  opacity:0!important;
  pointer-events:none!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
}
.themedSelectMenu[data-select-id="fontMode"] .themedSelectOption{
  font-size:1.05rem;
  line-height:1.35;
  padding-top:11px;
  padding-bottom:11px;
}
