/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-down: 1023px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

.sk-wp-editor .content-block {
  margin-bottom: 90px;
}
@media (min-width: 1024px) {
  .sk-wp-editor .content-block {
    margin-bottom: 90px;
  }
}
.sk-wp-editor .content-block .sk-heading {
  margin-bottom: 40px;
}
.sk-wp-editor .content-block p {
  margin-bottom: 25px;
  color: var(--sk-color-primary);
}
.sk-wp-editor .content-block ul {
  padding: 0 0 0 15px;
}
@media (min-width: 1024px) {
  .sk-wp-editor .content-block ul {
    padding: 0;
    margin-bottom: 44px;
  }
}
.sk-wp-editor .content-block ul li {
  list-style: none;
  position: relative;
  margin-bottom: 25px;
  color: var(--sk-color-primary);
}
.sk-wp-editor .content-block ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  top: 6px;
  left: -19px;
  background: url("../../../resources/img/list-marker.svg");
}
.sk-wp-editor .content-block__button {
  padding-bottom: 5px;
}
.sk-wp-editor .content-block__button a {
  display: flex;
  white-space: normal;
  width: -moz-fit-content;
  width: fit-content;
}
