:root {
    --ssc-1168-bp: 768px;
    --ssc-1168-offset: 40px;
}
div[data-widget_type="stacking_scroll_cards_1168.default"] .ssc-1168-card {
    overflow: hidden !important;
}
.ssc-1168-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    position: relative;
    height: auto;
}
.ssc-1168-card-wrapper {
    display: block;
    width: 100%;
}
.ssc-1168-card {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 400px;
    transform-origin: top center;
    will-change: transform;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.ssc-1168-has-shadow {
    box-shadow: 0 -10px 30px rgba(0,0,0,0.15);
}
.ssc-1168-card-inner {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 20px;
    align-items: stretch;
}
.ssc-1168-layout-left {
    flex-direction: row;
}
.ssc-1168-layout-right {
    flex-direction: row-reverse;
}
.ssc-1168-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.ssc-1168-image-col {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.ssc-1168-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    flex-grow: 1;
}
.ssc-1168-content-col {
    justify-content: center;
    align-items: flex-start;
}
.ssc-1168-content-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.ssc-1168-step {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.ssc-1168-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.ssc-1168-desc {
    font-size: 1rem;
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
    .ssc-1168-card-inner { flex-direction: column !important; height: auto; }
    .ssc-1168-mobile-bottom { flex-direction: column-reverse !important; }
    .ssc-1168-image-col { flex: none; height: auto !important; }
    .ssc-1168-image { height: 250px !important; flex-grow: 0; }
    .ssc-1168-content-col { flex: none; }
    .ssc-1168-card { height: auto !important; min-height: 0 !important; }
    .ssc-1168-card-wrapper {
        position: relative !important;
        height: auto !important;
        top: auto !important;
        padding-top: 20px !important;
        display: block !important;
        margin: 0 !important;
    }
}