﻿.se-step2-panel {
    margin-top: 12px;
}

.se-step2-heading {
    text-align: center;
    margin-bottom: 12px;
}

    .se-step2-heading h1 {
        font-size: 24px;
        font-weight: 800;
        color: #07142d;
        margin-bottom: 2px;
    }

    .se-step2-heading h2 {
        font-size: 18px;
        font-weight: 700;
        color: #07142d;
        margin-bottom: 0;
    }

        .se-step2-heading h2 span {
            color: #00712f;
        }

.se-step2-note {
    display: flex;
    gap: 14px;
    align-items: center;
    background: #eefaf1;
    border-radius: 10px;
    padding: 12px 16px;
    max-width: 760px;
    margin: 0 auto 14px;
    font-size: 16px;
    line-height: 1.3;
    color: #07142d;
}

.se-step2-gift {
    font-size: 28px;
}

.se-step2-offer-card {
    width: auto;
    position: relative;
    display: grid;
    grid-template-columns: 200px 1fr;
    background: #fff;
    /*border-radius: 10px;*/
    overflow: hidden;
    margin: 0 auto 12px;
    /*    max-width: 760px;
    max-height: 234px;*/
    box-shadow: 0 6px 18px rgba(0,0,0,.10);
    border: 1px solid #e6e8ec;
}

.se-step2-img-wrap {
    width: 200px;
    /*height: 170px;*/
    background: white;
    margin:auto;
}

.se-step2-img {
    margin:auto;
    width: 100%;
    height: 130px;
    object-fit: cover;
    background: white;
   
}

.se-step2-copy {
    position: relative;
    padding: 8px 16px 12px 16px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .se-step2-copy h3 {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 800;
        margin: 0 0 6px;
    }

        .se-step2-copy h3 a {
            color: #07142d;
            text-decoration: none;
            font-weight: bold;
        }

.se-step2-desc {
    font-size: 14px !important;
    line-height: 1.35;
    color: #263246;
    /*margin-bottom: 8px;*/

    min-height: 43px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.se-step2-cta {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 360px;
    padding: 8px 14px;
    background: #00712f;
    color: #fff !important;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0,113,47,.20);
}

    .se-step2-cta:after {
        content: "›";
        font-size: 20px;
        margin-left: 12px;
        line-height: 1;
    }

.se-step2-desc p {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}




/* Hide selector circle for cleaner compact layout */
.se-step2-select-circle {
    display: none;
}

/* Tablet view */
@media (min-width: 768px) and (max-width: 1024px) {
    .se-step2-panel {
        margin-top: 10px;
    }

    .se-step2-offer-card {
        grid-template-columns: 180px 1fr;
        margin-bottom: 10px;
    }

    .se-step2-img-wrap {
        width: 180px;
        height: auto;
        margin: auto;
        overflow: hidden;
        background: #fff;
    }

    .se-step2-copy {
        padding: 8px 14px 10px 14px;
    }

        .se-step2-copy h3 {
            font-size: 18px;
            line-height: 1.2;
            margin-bottom: 5px;
        }

    .se-step2-desc {
        min-height: 38px;
        font-size: 13px !important;
        line-height: 1.3;
        -webkit-line-clamp: 2;
        margin-bottom: 6px;
    }

        .se-step2-desc p {
            font-size: 13px !important;
            line-height: 1.3 !important;
            margin: 0 !important;
            height: 38px;
        }

    .se-step2-cta {
        width: 320px;
        height: 38px;
        font-size: 13px;
        padding: 7px 12px;
    }

        .se-step2-cta:after {
            font-size: 18px;
            margin-left: 8px;
        }

    .se-step2-img {
        display: block;
        width: 100%;
        height: 100px;
        min-height: 100px;
        margin: 0;
        padding: 6px;
        border: 0;
        box-sizing: border-box;
        object-fit: cover;
        background: #fff;
    }
}


/*@media (max-width: 768px) {
    .se-step2-panel {
        margin-top: 8px;
    }

    .se-step2-offer-card {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        border-radius: 9px;
    }

    .se-step2-img-wrap {
        width: auto;
        height: 100px;
    }

    .se-step2-copy {
        padding: 10px 15px 15px 100px;
    }

        .se-step2-copy h3 {
            font-size: 14px;
            line-height: 1.18;
            margin-bottom: 5px;
        }

    .se-step2-desc {
        min-height: 35px;
        font-size: 12px !important;
        line-height: 1.3;
        -webkit-line-clamp: 2;
        margin-bottom: 0px;
    }

        .se-step2-desc p {
            font-size: 12px !important;
            line-height: 1.3 !important;
            margin: 0 !important;
            height: 35px;
        }

    .se-step2-cta {
        width: 100%;
        height: 36px;
        min-height: 36px;
        padding: 6px 8px;
        margin-left: 0;
        font-size: 11px;
        border-radius: 6px;
    }

        .se-step2-cta:after {
            font-size: 16px;
            margin-left: 6px;
        }

    .se-step2-img {
        margin-right:25px;
        width: 330%;
        height: 140%;
        object-fit: cover;
        padding: 8px;*/
        /* border: 7px; */
        /*border-radius: 20px;*/
    /*}
}*/

/* Mobile only */
@media (max-width: 767px) {

    .se-step2-panel {
        margin-top: 8px;
        width: 100%;
    }

    .se-step2-offer-card {
        width: 100%;
        display: grid;
        grid-template-columns: 39% minmax(0, 1fr);
        align-items: stretch;
        margin: 0 auto 15px;
        border-radius: 9px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .se-step2-img-wrap {
        margin:auto;
        width: 100%;
        height: auto;
        min-height: 100px;
        overflow: hidden;
        background: #fff;
    }

    .se-step2-img {
        display: block;
        width: 100%;
        height: 100px;
        min-height: 100px;
        margin: 0;
        padding: 6px;
        border: 0;
        box-sizing: border-box;
        object-fit: cover;
    }

    .se-step2-copy {
        width: 100%;
        min-width: 0;
        padding: 8px 9px 9px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

        .se-step2-copy h3 {
            font-size: 12px;
            line-height: 1.15;
            margin: 0 0 4px;
            overflow-wrap: break-word;
        }

            .se-step2-copy h3 a {
                display: block;
                font-size: 16px;
                line-height: inherit;
            }

    .se-step2-desc {
        min-height: 0;
        margin: 0 0 5px;
        font-size: 10px !important;
        line-height: 1.25;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

        .se-step2-desc p {
            height: auto;
            margin: 0 !important;
            font-size: 10px !important;
            line-height: 1.25 !important;
        }

    .se-step2-cta {
        width: 100%;
        max-width: 100%;
        height: 30px;
        min-height: 30px;
        margin: auto 0 0;
        padding: 5px 4px;
        box-sizing: border-box;
        border-radius: 5px;
        font-size: 8px;
        line-height: 1;
        white-space: nowrap;
        text-align: center;
    }

        .se-step2-cta:after {
            font-size: 14px;
            margin-left: 4px;
        }
}
