.shortcode-instruction-steps {
    padding: 90px 0 70px;
    background-color: var(--background-color, #fff) !important;
}

.shortcode-instruction-steps .instruction-steps__heading {
    color: #212529;
    font-weight: 600;
}

.shortcode-instruction-steps .instruction-steps__intro {
    color: #212529;
}

.shortcode-instruction-steps .instruction-steps__grid {
    row-gap: 10px;
}

.shortcode-instruction-steps .card-step {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    padding: 24px 16px;
    border: none !important;
    border-radius: 0 !important;
    background: transparent;
    overflow: visible;
    text-align: center;
}

.shortcode-instruction-steps .card-step.card-step--has-overlay {
    z-index: 1;
}

.shortcode-instruction-steps .card-step.card-step--has-overlay:hover,
.shortcode-instruction-steps .card-step.card-step--has-overlay:focus-within {
    z-index: 5;
}

.shortcode-instruction-steps .card-step .card-step__front {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.shortcode-instruction-steps .card-step .card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0 auto 18px;
    background: transparent !important;
    background-image: none !important;
}

.shortcode-instruction-steps .card-step .card-icon .our-edge-icon,
.shortcode-instruction-steps .card-step .card-icon img {
    width: 76px;
    height: 76px;
    object-fit: contain;
}

.shortcode-instruction-steps .card-step .card-icon svg.icon {
    display: none;
}

.shortcode-instruction-steps .card-step .card-step__title {
    color: #212529 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 0 !important;
    text-align: center;
}

.shortcode-instruction-steps .card-step .card-step__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 32px 22px;
    background-color: #8dc63f;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    text-align: left;
    box-sizing: border-box;
}

.shortcode-instruction-steps .card-step .card-step__overlay p {
    color: #fff !important;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 !important;
    padding: 0;
}

.shortcode-instruction-steps .card-step .card-step__overlay .link-readmore {
    color: #fff;
    margin-top: 16px;
}

.shortcode-instruction-steps .card-step.card-step--has-overlay:hover .card-step__front,
.shortcode-instruction-steps .card-step.card-step--has-overlay:focus-within .card-step__front {
    opacity: 0;
    visibility: hidden;
}

.shortcode-instruction-steps .card-step.card-step--has-overlay:hover .card-step__overlay,
.shortcode-instruction-steps .card-step.card-step--has-overlay:focus-within .card-step__overlay {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767.98px) {
    .shortcode-instruction-steps .card-step {
        min-height: 190px;
    }

    .shortcode-instruction-steps .card-step .card-step__title {
        font-size: 15px;
    }
}
