body.user-logged-in.path-admin div.layout-order-form div.layout-region-order-main {
  float: none;
  width: 100%;
  padding: 0px;
}

body.user-logged-in.path-admin div.layout-order-form div.layout-region-order-secondary {
  float: none;
  width: 100%;
  margin-top: 1rem;
}

/* Bario theme - huge H1 status title suppression & svg over big */

div.alert svg {
  height: 32px;
}

div.alert h2.alert-heading, div.alert hr {
  display: none;
}

/* Layout paragraphs modal wrapper is over the link modal */
body .ck.ck-balloon-panel {
  z-index: 9999;
}

/* Huge inline videos for preview*/
video {
  max-width: 100%;
  /* These taken from Blazy CSS - removes top and bottom padding . width: 100 %;*/
  display: block;
  height: auto;
  min-height: 1px;
}

/* Move cookiebot widget up - so our tests can run better */
div#CookiebotWidget {
  bottom: 34px;
}

/* component fixed - prefer to keep it up top */
div.alert-wrapper {
  position: initial;
  overflow: initial;
  margin-block-end: 1rem;
}

body.user-logged-in div.paragraph.js-lpb-component {
  border-top: 1px solid black;
  padding-top: 3rem;
  margin-top: 1rem;
}


