/**
 * 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 calc(1rem + var(--ct-next-step-stripe-width));
  border-radius: var(--ct-next-step-border-radius);
}
.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: calc(var(--ct-next-step-stripe-width) + 0.0625rem);
  border-top-left-radius: var(--ct-next-step-border-radius);
  border-bottom-left-radius: var(--ct-next-step-border-radius);
  transition: width 0.25s;
}
@media (min-width: 768px) {
  .ct-next-step .ct-next-step__wrapper {
    padding: 1.5rem 1.5rem 1.5rem calc(1.5rem + var(--ct-next-step-stripe-width));
  }
}
.ct-next-step .ct-next-step__title {
  font-size: var(--ct-typography-heading-5-font-size);
  line-height: var(--ct-typography-heading-5-line-height);
  font-family: var(--ct-typography-heading-5-font-name);
  font-weight: var(--ct-typography-heading-5-font-weight);
  letter-spacing: var(--ct-typography-heading-5-letter-spacing);
}
.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);
}