/* RSS Feed — Sidebar Zone */

.rss-sidebar-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: Roboto, sans-serif;
    container-type: size;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rss-sidebar-wrap .rss-sidebar-card {
    width: 80cqw;
    height: 80cqh;
    transform: skewX(-5deg);
    box-shadow: 0 1cqmin 3cqmin rgba(0,0,0,0.4),
                inset 0 0.1cqmin 0 rgba(255,255,255,0.1);
    border: 0.4cqmin solid rgba(255,255,255,0.25);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.rss-sidebar-wrap .rss-sidebar-img {
    width: 100%;
    height: 35cqh;
    overflow: hidden;
    flex-shrink: 0;
}

.rss-sidebar-wrap .rss-sidebar-img-inner {
    transform: skewX(5deg);
    position: absolute;
    top: -10%;
    bottom: -10%;
    left: -15%;
    right: -15%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rss-sidebar-wrap .rss-sidebar-img {
    position: relative;
}

.rss-sidebar-wrap .rss-sidebar-text {
    transform: skewX(5deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4cqmin;
    flex: 1;
    overflow: hidden;
}

.rss-sidebar-wrap .rss-sidebar-badge {
    font-size: 3cqmin;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase;
    margin-bottom: 1.5cqmin;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.rss-sidebar-wrap .rss-sidebar-badge i {
    margin-right: 0.3cqmin;
}

.rss-sidebar-wrap .rss-sidebar-headline {
    font-family: Montserrat, sans-serif;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    color: #fff;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.rss-sidebar-wrap .rss-sidebar-headline.short { font-size: 6cqmin; }
.rss-sidebar-wrap .rss-sidebar-headline.medium { font-size: 5cqmin; }
.rss-sidebar-wrap .rss-sidebar-headline.long { font-size: 4cqmin; }

.rss-sidebar-wrap .rss-sidebar-summary {
    font-size: 3.5cqmin;
    font-weight: normal !important;
    line-height: 1.4 !important;
    letter-spacing: normal !important;
    color: rgba(255,255,255,0.75);
    margin-top: 2cqmin;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.rss-sidebar-wrap .rss-sidebar-meta {
    font-size: 2.5cqmin;
    font-weight: normal !important;
    line-height: 1.4 !important;
    letter-spacing: normal !important;
    color: rgba(255,255,255,0.5);
    margin-top: 1.5cqmin;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
