/* Case Studies */
.single-case-study-content {
  ul {
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  ul li {
    list-style-type: none;
    display: flex;
    gap: 24px;
  }
  ul li::before {
    content: '';
    display: inline-block;
    background: url('/wp-content/uploads/2025/11/graphic-bluebird-tiny.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    margin-top: 3px;
  }
}
.case-study-sidebar-btn.wdse-check-if-active {
  transition: all ease-in-out 0.3s;
  &.active {
    background: var(--wp--preset--color--accent-2);
    color: var(--wp--preset--color--base);
  }
}
