.cc-18832155-container {
    font-family: sans-serif;
    color: #fff;
    background: #000;
    padding: 20px;
    border-radius: 8px;
}

.cc-18832155-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.cc-18832155-heading {
    margin: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.cc-18832155-view-all {
    color: #f7a000;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: bold;
    border: 1px solid #f7a000;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.cc-18832155-wrapper {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.cc-18832155-wrapper::-webkit-scrollbar {
    height: 6px;
}
.cc-18832155-wrapper::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 3px;
}

.cc-18832155-slide {
    flex: 0 0 200px;
}

.cc-18832155-card {
    background: #111;
    border: 1px solid #333;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cc-18832155-img-wrap {
    position: relative;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-color: #222;
}

.cc-18832155-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}

.cc-18832155-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f7a000;
    color: #000;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 3px;
}

.cc-18832155-overlay-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 2;
}

.cc-18832155-title {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 2px;
    line-height: 1.2;
}

.cc-18832155-publisher {
    font-size: 0.7rem;
    color: #ccc;
}

.cc-18832155-bottom {
    padding: 10px;
    display: flex;
    justify-content: space-between; /* ensures space between price and icon */
    align-items: center;
    background: #111;
}

.cc-18832155-price {
    color: #f7a000;
    font-weight: bold;
    font-size: 0.9rem;
}

.cc-18832155-plus-icon, .cc-18832155-plus-icon.button {
    background-color: #f7a000 !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    padding: 0 !important;
    border: none !important;
    box-sizing: border-box !important;
    min-height: auto !important;
    line-height: normal !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.cc-18832155-plus-icon.button::after {
    display: none !important;
}

.cc-18832155-plus-icon svg {
    width: 16px;
    height: 16px;
    stroke: #000;
}
