.sd-root-modern,
.sd-body,
.sd-action-bar {
  margin: 0 !important;
  padding: 0 !important;
}
.sd-action-bar {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem !important;
}
.sd-root-modern {
  background-color: transparent;
}
.sd-body {
  max-width: 100% !important;
}
.sd-page {
  display: flex;
  flex-wrap: wrap;
}
.sd-editor-button-item {
  background-color: transparent;
  height: 36px;
}
.sd-btn {
  position: relative;
  cursor: pointer !important;
  overflow: hidden;
  color: white;
  background-color: var(--color-primary) !important;
  font-weight: 600;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  border-radius: 0.375rem;
}
.sd-btn:hover {
  background-color: var(--color-secondary) !important;
}
.sd-element--with-frame.sd-question--title-top {
  padding-top: 1.5rem;
}
.sd-row--multiple {
  row-gap: 0;
}
.sd-remaining-character-counter {
  top: 50% !important;
  transform: translateY(-50%);
  inset-block-end: auto;
  font-size: 0.875rem !important;
}