.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;
}
