.cc-wrapper-8922efb2 {
    position: relative;
    width: 100%;
    padding: 0 40px;
}

.cc-carousel-8922efb2 {
    overflow: hidden;
    width: 100%;
}

.cc-track-8922efb2 {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 20px;
}

.cc-track-8922efb2::-webkit-scrollbar {
    display: none;
}

.cc-slide-8922efb2 {
    flex: 0 0 calc(33.333% - 14px);
    scroll-snap-align: start;
    min-width: 300px;
}

@media (max-width: 1024px) {
    .cc-slide-8922efb2 { flex: 0 0 calc(50% - 10px); }
}

@media (max-width: 767px) {
    .cc-slide-8922efb2 { flex: 0 0 100%; }
}

.cc-card-8922efb2 {
    background: #fff;
    border: 1px solid #E4E4E7;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cc-image-wrap-8922efb2 {
    position: relative;
    width: 100%;
    padding-top: 60%; /* Aspect ratio */
    background: #f4f4f5;
    overflow: hidden;
}

.cc-image-wrap-8922efb2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cc-badge-8922efb2 {
    position: absolute;
    top: 0;
    left: 0;
    background: #EA580C;
    color: #fff;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 700;
    z-index: 2;
}

.cc-content-8922efb2 {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.cc-title-8922efb2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 12px 0;
    color: #18181B;
    text-transform: uppercase;
}

.cc-desc-8922efb2 {
    font-size: 14px;
    color: #52525B;
    line-height: 1.6;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.cc-meta-row-8922efb2 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #E4E4E7;
}

.cc-meta-item-8922efb2 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cc-meta-icon-8922efb2 i {
    color: #EA580C;
    font-size: 16px;
}

.cc-meta-icon-8922efb2 svg {
    fill: #EA580C;
    width: 16px;
    height: 16px;
}

.cc-meta-text-8922efb2 {
    font-size: 14px;
    font-weight: 700;
    color: #18181B;
}

.cc-meta-divider-8922efb2 {
    color: #A1A1AA;
}

.cc-actions-8922efb2 {
    padding: 0 24px 24px;
    display: flex;
    gap: 12px;
}

.cc-btn-8922efb2 {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.cc-btn-primary-8922efb2 {
    background: #EA580C;
    color: #fff;
    border: 1px solid #EA580C;
}

.cc-btn-primary-8922efb2:hover {
    background: #C2410C;
    color: #fff;
}

.cc-btn-secondary-8922efb2 {
    background: #3F3F46;
    color: #fff;
    border: 1px solid #3F3F46;
}

.cc-btn-secondary-8922efb2:hover {
    background: #27272A;
    color: #fff;
}

/* Navigation & Pagination */
.cc-nav-btn-8922efb2 {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #EA580C;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s;
}

.cc-nav-btn-8922efb2:hover {
    background: #C2410C;
}

.cc-nav-prev-8922efb2 { left: 0; }
.cc-nav-next-8922efb2 { right: 0; }

.cc-pagination-8922efb2 {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.cc-dot-8922efb2 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D4D4D8;
    cursor: pointer;
    transition: background 0.2s;
}

.cc-dot-8922efb2.active {
    background: #18181B;
}
