.code-editor .copy-code.show > .tool-tip, .code-editor .copy-code .tool-tip {
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}

.code-editor {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

:root {
  --dark-text: #000;
  --light-text: #fff;
  --dark-bg: #000;
  --light-bg: #e8e8e8;
  --med-dark-bg: #444;
  --med-light-bg: #e9e9e9;
  --bg-contrast: #000;
  --bg-color-cobalt-blue: $brandCobaltBlue;
}

body.light-theme {
  --dark-text: #fff;
  --light-text: #000;
  --dark-bg: #e8e8e8;
  --light-bg: #333;
  --med-dark-bg: #e9e9e9;
  --med-light-bg: #444;
  --bg-contrast: #fff;
}

.bg-color--dark {
  background-color: var(--med-dark-bg);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 20px;
  line-height: 1.85rem;
}

p,
ul,
ol {
  line-height: 1.65rem;
}

ol {
  padding-inline-start: 2rem;
}
ol li {
  position: relative;
  text-indent: -15px;
  counter-increment: li;
}
ol li::before {
  position: absolute;
  left: -2rem;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #e72e2c;
  content: "";
  z-index: -1;
}
ol li::marker {
  color: #fff;
  display: list-item;
  content: counter(li) "   ";
  font-weight: bold;
}
ol li strong {
  margin-left: 15px;
}

h3:not(:first-of-type) {
  margin-top: 20px;
}

h1,
.h2--lg {
  font-size: 2rem;
  line-height: 2.25rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1rem;
}

p:last-of-type {
  margin-bottom: 0;
}
p:last-of-type ~ * {
  margin-top: 20px;
}
p:last-of-type ~ .top-margin-4em {
  margin-block-start: 4em;
}

.light > * {
  color: #fff;
}

ul {
  padding: 0 0 0 15px;
  margin: 20px 0;
}
ul li {
  margin-bottom: 10px;
}
ul a {
  text-decoration: none;
}

footer ul li {
  margin-bottom: 10px;
}

a {
  color: #e72e2c;
}

.text--lg,
big {
  font-size: 22px;
  line-height: 1.35em;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.tag {
  text-transform: uppercase;
  font-size: 11px;
  padding: 7px 10px;
  background-color: var(--med-dark-bg);
  color: var(--light-text);
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #cdcdcd;
}
.tag p {
  color: var(--light-text);
  line-height: 1;
  margin-top: 0;
}

.tag + h3 {
  margin-top: 10px;
}

.tags {
  margin-bottom: 1rem;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.font-weight-bold {
  font-weight: bold;
}

.list-style-none {
  list-style: none;
  padding: 0;
}

.alt-page-layout h1,
.alt-page-layout h2,
.alt-page-layout h3,
.alt-page-layout h4,
.alt-page-layout h5,
.alt-page-layout h6,
.alt-page-layout p,
.alt-page-layout ul,
.alt-page-layout ol {
  color: var(--light-text);
}
.alt-page-layout .bg-color--red h1,
.alt-page-layout .bg-color--red h2,
.alt-page-layout .bg-color--red h3,
.alt-page-layout .bg-color--red h4,
.alt-page-layout .bg-color--red h5,
.alt-page-layout .bg-color--red h6 {
  color: #fff;
}
.alt-page-layout .card h1,
.alt-page-layout .card h2,
.alt-page-layout .card h3,
.alt-page-layout .card h4,
.alt-page-layout .card h5,
.alt-page-layout .card h6,
.alt-page-layout .card p,
.alt-page-layout .card ul,
.alt-page-layout .card ol,
.alt-page-layout .card--inner h1,
.alt-page-layout .card--inner h2,
.alt-page-layout .card--inner h3,
.alt-page-layout .card--inner h4,
.alt-page-layout .card--inner h5,
.alt-page-layout .card--inner h6,
.alt-page-layout .card--inner p,
.alt-page-layout .card--inner ul,
.alt-page-layout .card--inner ol {
  color: #000;
}
.alt-page-layout .card .tag p,
.alt-page-layout .card--inner .tag p {
  color: var(--light-text);
}

.blog p ~ h2,
.blog p ~ h3,
.blog p ~ h4,
.blog ul ~ h2,
.blog ul ~ h3,
.blog ul ~ h4 {
  margin-top: 40px;
}

hr {
  margin: 30px 0;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0.5px;
  width: 100%;
}

.dropdown-item__light {
  background-color: transparent !important;
}

blockquote {
  margin-block: 2rem;
  padding-block: 2rem;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  text-align: center;
  font-size: 18px;
  font-style: italic;
}
@media (min-width: 981px) {
  blockquote p {
    padding-inline: 1rem;
  }
}

ul ul {
  margin-top: 0;
}
ul ul li {
  margin-bottom: 0;
}

hr {
  overflow: auto;
}

.styled-ol ol {
  margin-bottom: 0;
  margin-top: 0;
}
.styled-ol ol li {
  margin-top: 0.5em;
}
.styled-ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.styled-ol ul li {
  margin-bottom: 0;
}

small {
  font-size: smaller;
  line-height: 1.25rem;
  display: inline-block;
}

body .pimcore_area_buttons.top {
  width: auto;
}
body .pimcore_area_buttons.top .pimcore_block_label {
  display: none;
}

.code-editor {
  padding: 1em;
  padding-inline-end: 3.25em;
  position: relative;
  background-color: #000;
  margin-bottom: 20px;
  font-family: monospace, monospace;
  color: #c6d66a;
  font-size: 14px;
}
.code-editor > p {
  line-height: initial;
}
.code-editor:last-of-type {
  margin-bottom: 0;
}
.code-editor:last-of-type ~ * {
  margin-block-start: 20px;
}
.code-editor pre {
  font-family: monospace, monospace;
  color: #c6d66a;
  margin: 0;
  overflow: auto;
  font-size: 14px;
  white-space: inherit;
  line-height: initial;
}
.code-editor pre > p {
  line-height: initial;
}
.code-editor .copy-code {
  position: absolute;
  padding: 0;
  top: 1em;
  right: 1em;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.code-editor .copy-code .fa {
  color: #fff;
  font-size: 20px;
}
.code-editor .copy-code .tool-tip {
  position: absolute;
  background: #000;
  left: 50%;
  bottom: calc(100% + 2px);
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  font-family: "Montserrat", sans-serif;
}
.code-editor .copy-code.show > .tool-tip {
  opacity: 1;
  visibility: visible;
}

.cta-display-flex-backend .settings {
  flex-basis: 100%;
}
.cta-display-flex-backend .settings ~ div {
  display: flex;
  gap: 25px;
}

.pimcore_editable_wysiwyg {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.pimcore_editable_wysiwyg .alignright {
  margin-block: 1rem;
}
.pimcore_editable_wysiwyg .alignright img {
  max-width: 400px;
}
@media (min-width: 1024px) {
  .pimcore_editable_wysiwyg .alignright img {
    margin: 1rem 0 1rem 1rem;
    float: right;
    max-width: 250px;
  }
}
.pimcore_editable_wysiwyg ol {
  padding-inline-start: 2rem;
}
.pimcore_editable_wysiwyg ol li {
  position: relative;
  text-indent: -15px;
}
.pimcore_editable_wysiwyg ol li::before {
  position: absolute;
  left: -2rem;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #e72e2c;
  content: "";
  z-index: -1;
}
.pimcore_editable_wysiwyg ol li::marker {
  color: #fff;
  content: counter(list-item) "   ";
  font-weight: bold;
}
.pimcore_editable_wysiwyg ol li strong {
  margin-left: 15px;
}