:root {
  --w-color-primary: #005ea1;
  --w-color-primary-200: #004172;
  --w-color-secondary: #00a9e8;
  --w-color-secondary-600: #2db7ea;
  --w-color-secondary-400: #52c3ed;
  --w-color-secondary-100: #82d4f2;
  --w-color-secondary-75: #b3e5f7;
  --w-color-secondary-50: #e1f5fc;
}

.object > .title-wrapper {
  background: #faecd5 !important;
}

.object > .title-wrapper::before {
  background: #ffd492 !important;
  color: #262626 !important;
}

.sidebar--slim .sidebar-custom-branding {
  margin: 5px;
  padding: 10px 0;
}

.sidebar-menu-item .force-unhighlight {
  background-color: var(--w-color-primary);
  color: #fffc;
}

.sidebar-menu-item .force-unhighlight:hover {
  background-color: var(--w-color-primary);
  color: var(--w-color-white);
}

.Draftail-Editor .DraftEditor-editorContainer h1 {
  font-size: 2.5em !important;
  font-weight: bold !important;
}

.Draftail-Editor h1 span {
  font-weight: bold !important;
}

.Draftail-Editor .DraftEditor-editorContainer h3 {
  font-weight: bold !important;
  font-size: 1.2em !important;
}

.c-sf-block .comment {
  padding: 0;
  display: inline;
  border: none;
  background-color: transparent;
  font-size: unset;
}

.sidebar-custom-branding {
  width: 85%;
  box-sizing: border-box;
  background: white;
  border-radius: 1em;
  padding: 1em;
}
