body{
  font-family:Arial,Helvetica,sans-serif;
  color:var(--color-text);
  background:var(--color-white);
  font-size:14px;
  line-height:1.45;
}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.is-hidden{display:none!important}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.text-muted{color:var(--color-muted)}
