﻿.step-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.step-body {
    width: 240px;
    border: solid 1px var(--color-registration-step-body);
    border-radius: 10px;
}

.step-header {
    font-size: 18px;
    background-color: var(--color-registration-step-body);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .step-header.active {
        color: var(--color_button_primary-font);
        background-color: var(--color-registration-step-header-active)
    }
.step-image {
    margin-top: 10px;
    margin-bottom: 10px;
}

.step-title {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.step-description {
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.step-bottom {
    font-size: 1.6rem;
}

    .step-bottom p {
        margin-bottom: 0px;
    }
.defaultlinkColor {
    color: var(--gs1-color-link);
}

.linkColorSky {
    color: var(--gs1-color-sky);
}