:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.icon-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 80px;
  margin: 0 0 1.5rem 0;
  position: relative;
}
.icon-list li:last-child {
  margin: 0;
}
.icon-list li br {
  display: none;
}
.icon-list li strong {
  display: block;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-26);
  font-weight: 400;
  margin-bottom: 0.3ch;
  color: #000;
}
.icon-list li h3, .icon-list li h4, .icon-list li h5 {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.icon-list li h3:after, .icon-list li h4:after, .icon-list li h5:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 120px;
  height: 1px;
  margin: 0.6ch 0 0.55ch 0;
  background: #B11226;
}
.icon-list:not(.is-style-ol):not(.is-style-no-bg) li {
  padding: var(--wp--preset--spacing--normal) var(--wp--preset--spacing--normal) var(--wp--preset--spacing--normal) calc(var(--wp--preset--spacing--normal) + 8rem);
  background: rgba(55, 42, 102, 0.05);
  border-radius: 5px;
}
.icon-list:not(.is-style-ol):not(.is-style-no-bg) li img {
  width: 54px;
  height: auto;
  position: absolute;
  top: calc(var(--wp--preset--spacing--normal) + 1ch);
  left: var(--wp--preset--spacing--normal);
}
.icon-list.is-style-ol {
  counter-reset: item;
}
.icon-list.is-style-ol li {
  margin: 0;
  padding: 15px 0 15px 65px;
}
.icon-list.is-style-ol li:before {
  content: "";
  display: block;
  width: 4px;
  background: rgba(68, 48, 124, 0.2);
  position: absolute;
  top: 0;
  left: 21px;
  bottom: 0;
}
.icon-list.is-style-ol li:after {
  counter-increment: item;
  content: counter(item);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-26);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: linear-gradient(114deg, #CD136A -50%, #1A2A6C 165%);
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 0;
}
.icon-list.is-style-ol li:first-child:before {
  top: 15px;
}
.icon-list.is-style-ol li:last-child:before {
  bottom: calc(100% - 30px);
}
.icon-list.is-style-ol li img {
  display: none;
}
.icon-list.is-style-no-bg li {
  min-height: 90px;
  margin-bottom: 2.5rem;
  padding: 0 0 2.8rem 115px;
  background: none;
  border-bottom: 1px solid #E8E8E8;
}
.icon-list.is-style-no-bg li .icon-wrap {
  width: 90px;
  aspect-ratio: 1/1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: rgba(68, 48, 124, 0.07);
  border-radius: 5px;
  position: absolute;
  top: 0.5ch;
  left: 0;
}
.icon-list.is-style-no-bg li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 782px) {
  .icon-list.is-style-no-bg li {
    align-content: flex-start;
    min-height: 144px;
    padding: 0 0 2.8rem 140px;
  }
  .icon-list.is-style-no-bg li .icon-wrap {
    width: 110px;
    padding: 15px;
  }
}
.icon-list.is-style-no-bg p:last-child {
  margin-bottom: 0;
}
h2 + .icon-list, h3 + .icon-list {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .icon-list.sticky {
    position: sticky;
    top: 120px;
  }
}

.wp-block-cover .icon-list li {
  color: #fff;
}
