.ccs-slider-wrapper {
    position: relative;
    width: 100%;
}
.ccs-marquee-viewport {
    width: 100%;
    overflow: hidden;
}
.ccs-marquee-track {
    display: flex;
    width: max-content;
    will-change: transform;
}
.ccs-slide {
    flex-shrink: 0;
    box-sizing: border-box;
    padding-right: var(--ccs-gap, 24px);
}
.ccs-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-style: solid;
    box-sizing: border-box;
    height: 100%;
    align-items: stretch;
}
.ccs-card-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}
.ccs-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ccs-icon-box i,
.ccs-icon-box svg {
    display: block;
}
.ccs-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
}
.ccs-card-body {
    flex-grow: 1;
    margin-bottom: 24px;
}
.ccs-title {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}
.ccs-subtitle {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}
.ccs-card-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.ccs-ref-code {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
.ccs-marquee-track.ccs-paused {
    animation-play-state: paused;
}