.ce-step-by-step-plan {
}

.ce-step-by-step-plan__container {
    border-style: solid;
    border-width: 0.125rem;
    padding: 1.25rem 1.5rem 1.5rem;
}

.ce-step-by-step-plan__list {
    counter-reset: step;
}

.ce-step-by-step-plan__term {
    position: relative;
}

.ce-step-by-step-plan__term::before {
    align-items: center;
    aspect-ratio: 1 / 1;
    border-style: solid;
    counter-increment: step;
    content: counter(step);
    display: inline-flex;
    justify-content: center;
    left: -.845em;
    position: absolute;
    width: 1.556em;
}

.ce-step-by-step-plan__header,
.ce-step-by-step-plan__list,
.ce-step-by-step-plan__description *:first-child {
    margin-top: 0;
}

.ce-step-by-step-plan__header,
.ce-step-by-step-plan__description {
    padding-bottom: 1rem;
}

.ce-step-by-step-plan__term,
.ce-step-by-step-plan__description {
    margin-left: 0.875rem;
    padding-left: 1.772rem;
    border-left-style: solid;
    border-left-width: .125rem;
}

.ce-step-by-step-plan__term:last-of-type,
.ce-step-by-step-plan__description:last-of-type {
    border-left-color: transparent;
}

@media (min-width: 30rem) {
    .ce-step-by-step-plan__container {
        padding: 1.75rem 2rem 2rem;
    }
}
