/**
 * This file was automatically generated. Please run `npm run dist` to update.
 */

.ct-next-step {
  position: relative;
  width: 100%;
}
.ct-next-step .ct-next-step__wrapper {
  display: block;
  position: relative;
  border-width: 0.0625rem;
  border-style: solid;
  padding: 1.5rem 1rem 1.5rem 1.375rem;
  border-radius: 0.25rem;
}
.ct-next-step .ct-next-step__wrapper {
  position: relative;
}
.ct-next-step .ct-next-step__wrapper::before {
  content: "";
  position: absolute;
  top: -0.0625rem;
  bottom: -0.0625rem;
  left: -0.0625rem;
  width: 0.4375rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  transition: width 0.25s;
}
@media (min-width: 768px) {
  .ct-next-step .ct-next-step__wrapper {
    padding: 1.5rem 1.5rem 1.5rem 1.875rem;
  }
}
@media (min-width: 0) {
  .ct-next-step .ct-next-step__title {
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .ct-next-step .ct-next-step__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    letter-spacing: -0.2px;
  }
}
.ct-next-step .ct-next-step__title__link {
  font-size: inherit;
  line-height: inherit;
  display: flex;
  column-gap: 1rem;
}
.ct-next-step .ct-next-step__title__link .ct-link__icon {
  margin-left: auto;
  flex-shrink: 0;
}
.ct-next-step .ct-next-step__content {
  margin-top: 1rem;
}
.ct-next-step.ct-theme-light .ct-next-step__wrapper {
  color: var(--ct-next-step-light-border-color);
  background-color: var(--ct-next-step-light-background-color);
}
.ct-next-step.ct-theme-light .ct-next-step__wrapper::before {
  background-color: var(--ct-next-step-light-stripe-background-color);
}
.ct-next-step.ct-theme-dark .ct-next-step__wrapper {
  color: var(--ct-next-step-dark-border-color);
  background-color: var(--ct-next-step-dark-background-color);
}
.ct-next-step.ct-theme-dark .ct-next-step__wrapper::before {
  background-color: var(--ct-next-step-dark-stripe-background-color);
}