.region-debug {
  padding: 40px;
  border: 1px dashed #ccc;
  margin: 40px;
  position: relative;
}

.region-debug .metadata {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  background: #ccc;
}

body.is-frontend-theme .tabs {
  background: #e8e8e8;
  padding: 10px;
  position: fixed;
  right: -75px;
  top: 30%;
  z-index: 200;
  border: 1px solid;
  transition: right 0.5s ease-in-out;
  max-height: 400px;
  overflow-y: auto;
}

body.is-frontend-theme .tabs:hover,
body.is-frontend-theme .tabs:focus {
  right: 0;
}

body.is-frontend-theme .tabs li {
  display: block;
}

body.is-frontend-theme .tabs a {
  display: block;
  padding: 10px;
  width: 100%;
}

body.is-frontend-theme .tabs a:focus,
body.is-frontend-theme .tabs a:hover,
body.is-frontend-theme .tabs a.is-active {
  background: #575757;
  color: #fff;
}

.klaro_toggle_dialog {
  left: 25px;
  right: unset;
}

.flickity-wrapper .flickity-slider {
  position: relative;
}

body.is-frontend-theme .region-breadcrumb {
  margin-block-start: unset;
}

body.is-frontend-theme .block-masquerade {
  padding: 10px;
  border-radius: 10px;
  border: none;
  margin: 0 20px;
  width: 300px;
  float: right;
}

body.is-frontend-theme .block-masquerade h2 {
  display: none;
}

body.is-frontend-theme .block-masquerade input[type='submit']{
  display: none;
}

body.is-frontend-theme .contextual-links a {
  border-bottom: unset !important;
}

body.gin-login .user-form-page__user-form img {
  max-width: 100%;
  max-height: 70px;
}

fieldset.add-metadata {
  background: #fff;
  padding: 20px;
}

fieldset.add-metadata p {
  margin: 0;
  line-height: 1.2;
}

fieldset.add-metadata legend {
  font-size: 24px;
  line-height: 1;
  background: #fff;
  padding: 5px;
  border: 1px solid;
  border-bottom: 0;
}

tr.row-under-construction {
  background: rgb(255 0 0 / 20%);
}

body.user-logged-in.node-under-construction::before {
  content: "Content under con.";
  position: fixed;
  top: 50%;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: left top;
  font-size: 15px;
  color: #000;
  z-index: 9999;
  border: 1px solid;
  background: rgb(251 186 186);
  padding: 10px;
  border-radius: 0 0 10px 10px;
}

body.user-logged-in.group-under-construction::after {
  content: "Group under con.";
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 15px;
  color: #fff;
  z-index: 9999;
  border: 1px solid;
  background: rgb(120 120 120);
  padding: 10px;
  border-radius: 0 10px 0 0;
}

.coming-soon-wrapper {
  max-width: 960px;
  margin: 2em auto;
}
