/* RSS Feed — Main Zone */

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

.rss-main-wrap .rss-main-card {
    position: relative;
    width: 80cqw;
    height: 80cqh;
    transform: skewX(-5deg);
    box-shadow: 0 1.5cqmin 5cqmin rgba(0,0,0,0.4),
                inset 0 0.1cqmin 0 rgba(255,255,255,0.1);
    border: 0.6cqmin solid rgba(255,255,255,0.25);
    overflow: hidden;
    display: flex;
}

.rss-main-wrap .rss-main-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    overflow: hidden;
}

.rss-main-wrap .rss-main-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-main-wrap .rss-main-text {
    transform: skewX(5deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7cqmin;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
}

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

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

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

.rss-main-wrap .rss-main-headline.short { font-size: 5cqmin; }
.rss-main-wrap .rss-main-headline.medium { font-size: 4.2cqmin; }
.rss-main-wrap .rss-main-headline.long { font-size: 3.5cqmin; }

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

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