.shadow-dark {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.shadow-dark-l {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.28);
}

.shadow-light {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.shadow-light-l {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.shadow-medium {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.shadow-medium-l {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

@font-face {
  font-family: "Breakfast Icons";
  src: url("../font/Break-Icons/v4.0.5.woff?token=2312091219");
}
@font-face {
  font-family: "Breakfast Icons Fill";
  src: url("../font/Break-Icons/v4.0.5_Bold.woff?token=2311111526");
}
.cdx-editor-submit {
  position: fixed;
}

.set-var-xxl .pad-inherit {
  padding: 12px;
}

.mobile-grid-1.gap-xxl {
  gap: 12px;
}

.cdx-section .cdx-section-content {
  max-height: 60vh;
  height: unset;
}

.bf-popup.active + .popup-overlay + .popup-action {
  top: 10px;
}

.cdx-editor-submit {
  top: unset;
  bottom: 0px;
}

.cdx-create-link {
  transform: rotate(90deg);
  margin-top: -12px;
  margin-bottom: -12px;
}

.cdx-list-header {
  margin-right: unset;
}
.cdx-list-header::after {
  right: unset;
  width: unset;
}

.cdx-editor {
  padding-left: 20px;
  padding-right: 20px;
}
.cdx-editor .img-caption {
  padding-left: 20px;
  padding-right: 20px;
}/*# sourceMappingURL=mobile.css.map */