/* Optionale OBS-Layoutregeln. Standardmäßig deaktiviert. */
.obs-help-section{
  box-sizing:border-box;
  width:min(100%, var(--wp--style--global--content-size, 1040px));
  max-width:100%;
  margin-inline:auto;
}
@media(max-width:781px){
  .obs-help-section{width:100%;max-width:100%;}
}
