.trending-banner {
    background-color: #46b6ff;
    color: #ffffff;
    padding: 16px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.trending-banner__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.trending-banner__title {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 600;   
}

.trending-banner__title-prefix {
    margin-right: 6px;
}

.trending-banner__title-highlight {
    background-color: #f6699f;
    padding: 4px 10px;
    border-radius: 16px;
}

.trending-banner__subtitle {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}
