.cpc-1120-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.cpc-1120-track {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%; 
}

.cpc-1120-slide {
    flex: 0 0 30%;
    padding: 0 10px;
    transition: flex 0.5s ease, opacity 0.5s ease;
    box-sizing: border-box;
    opacity: 0.5; 
}

.cpc-1120-slide.cpc-1120-active {
    flex: 0 0 70%;
    opacity: 1;
}

/* Added link styling */
.cpc-1120-slide-link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
}
.cpc-1120-slide-link:hover, .cpc-1120-slide-link:focus {
    text-decoration: none;
    color: inherit;
}

.cpc-1120-slide-inner {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0px;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.cpc-1120-slide-inner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
}

.cpc-1120-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    color: #fff;
    width: 100%;
}

.cpc-1120-title {
    margin: 10px 0;
    font-size: 24px;
    color: #fff;
}

.cpc-1120-meta, .cpc-1120-meta-bottom {
    font-size: 14px;
    opacity: 0.8;
}
