/* FEED POR CATEGORIAS */

.top-menu a.active-top {
    background: linear-gradient(135deg, #ff3dc8, #7b2cff);
}

.feed-page .side-menu {
    gap: 16px;
}

.feed-page .side-menu a {
    font-weight: 900;
}

.feed-card.album-card-feed .main-play {
    background: rgba(255,255,255,.16);
}

.feed-card.album-card-feed::after {
    content: 'ÁLBUM';
    position: absolute;
    left: 18px;
    top: 136px;
    z-index: 4;
    background: rgba(255,255,255,.18);
    color: white;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .5px;
}

.feed-card.podcast-card-feed::after {
    content: 'PODCAST';
    position: absolute;
    left: 18px;
    top: 136px;
    z-index: 4;
    background: #7b2cff;
    color: white;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .5px;
}

.feed-card.radio-card-feed::after {
    content: 'RÁDIO AO VIVO';
    position: absolute;
    left: 18px;
    top: 136px;
    z-index: 4;
    background: #ff0033;
    color: white;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .5px;
}

.creator-link strong {
    max-width: 260px;
}

.feed-info .category-label {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 10px;
}

.feed-info .category-label.live {
    background: #ff0033;
}

.feed-info .category-label.podcast {
    background: #7b2cff;
}

.feed-info .category-label.album {
    background: rgba(255,255,255,.18);
}
