.ce-step-by-step-plan {
    font-size: var(--font-size, 1rem);
}

.ce-step-by-step-plan__container {
    background-color: var(--color-background, white);
    border-color: var(--color-border, grey);
}

.ce-step-by-step-plan__header {
    color: var(--color, black);
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1.3em);
    font-weight: var(--font-weight, bold);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}

.ce-step-by-step-plan__term,
.ce-step-by-step-plan__description {
    border-left-color: var(--color-border, black);
}

.ce-step-by-step-plan__term {
    color: var(--color, black);
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1.3em);
    font-weight: var(--font-weight, bold);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}

.ce-step-by-step-plan__term::before {
    background-color: var(--color-background, black);
    border-color: var(--border-color, transparent);
    border-radius: var(--border-radius, 50%);
    border-width: var(--border-width, 0.125rem);
    color: var(--color, white);
    font-size: var(--font-size, 1.3em);
    font-family: var(--font-family, inherit);
    font-weight: var(--font-weight, bold);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}

.ce-step-by-step-plan__description {
    color: var(--color, black);
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1em);
    font-weight: var(--font-weight, normal);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}

.ce-step-by-step-plan__description a {
    color: var(--color, #022979);
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, inherit);
    font-weight: var(--font-weight, inherit);
    font-style: var(--font-style, inherit);
    line-height: var(--line-height, inherit);
}

.ce-step-by-step-plan__text {
    color: var(--color, black);
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1em);
    font-weight: var(--font-weight, normal);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}
