/* Ver6.9.5: public preferred-unit buttons are always visible and horizontal. */
#preferredUnitPicker.preferred-unit-picker{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:static!important;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}
#preferredUnitPicker .preferred-unit-buttons{
  display:grid!important;
  visibility:visible!important;
  grid-template-columns:repeat(auto-fit,minmax(82px,1fr))!important;
  gap:9px!important;
  width:100%!important;
  height:auto!important;
}
#preferredUnitPicker .preferred-unit-buttons>label,
#preferredUnitPicker .preferred-unit-buttons>label>span{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
}
#preferredUnitPicker .preferred-unit-buttons>label{min-width:0!important}
#preferredUnitPicker .preferred-unit-buttons>label>span{width:100%!important}

.admin-preferred-units-v695{
  display:inline-flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:4px!important;
  margin:3px 5px!important;
  vertical-align:middle!important;
}
.admin-preferred-units-v695 small{
  color:#54727b!important;
  font-size:10px!important;
  font-weight:900!important;
}
.admin-preferred-units-v695 strong{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:25px!important;
  min-height:23px!important;
  padding:2px 7px!important;
  border:1px solid #58bfd2!important;
  border-radius:6px!important;
  background:#eafafd!important;
  color:#14748a!important;
  font-size:12px!important;
  font-weight:900!important;
}
.admin-preferred-units-v695.is-inferred strong{
  border-color:#d9ac59!important;
  background:#fff7e7!important;
  color:#926012!important;
}
@media(max-width:760px){
  #preferredUnitPicker .preferred-unit-buttons{grid-template-columns:repeat(auto-fit,minmax(67px,1fr))!important;gap:7px!important}
}
