<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Editing facilities */
.footer .block-local-tasks-block {
  position: fixed;
  bottom: 2rem;
  right: 0;
  z-index: 9999;
  margin-bottom: 0.5em;
  font-size: 0.8rem;
}
.footer .block-local-tasks-block &gt; ul {
  display: flex;
}
.footer .block-local-tasks-block li {
  padding: 0.1rem 0.5rem;
  margin-right: 0.2rem;
  background-color: rgba(200, 200, 200, 0.5);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.footer .block-local-tasks-block li a, .footer .block-local-tasks-block li a:visited {
  color: #333;
}

.layout-paragraphs-field .layout-paragraphs-actions input.layout-paragraphs-edit, .layout-paragraphs-field .layout-paragraphs-actions input.layout-paragraphs-remove {
  cursor: pointer;
  height: 28px;
  width: 28px;
  margin: 0;
  text-indent: 0;
  overflow: unset;
  /* text-indent: 100% */
  /* overflow: hidden */
  border: none;
  padding: 0;
  opacity: 0.5;
  transition: none;
}

#block-mediteran-interlated-branding img {
  height: 2rem;
  width: auto;
  max-height: 2rem;
}

.form-actions .dropbutton-widget {
  height: 2.5rem;
}

.form-actions .dropbutton-widget input {
  line-height: 2;
}

body .layout-container video {
  height: auto;
  width: auto;
  max-width: 53vw;
}

#masquerade-block-form {
  float: right;
}

#masquerade-block-form .form-actions {
  margin-top: 0;
}

.layout-builder-block {
  overflow-wrap: anywhere;
}

/*# sourceMappingURL=editing.css.map */
</pre></body></html>