
.top_topics_banner
{
    position: relative;
}

.top_topics_banner--wrapper_for_center
{
    display: flex;
    justify-content: center;
    width:100%;
}


.top_topics_banner--items
{
    /* border: solid 1px green; */
    max-width: 960px;
    width:max-content;
    overflow: hidden;
    display: flex;
    justify-content: start;
    white-space: nowrap;
}

@media screen and (max-width: 1060px) 
{
    .top_topics_banner--items
    {
        max-width:640px;
    }
}

@media screen and (max-width: 720px) 
{
    .top_topics_banner--items
    {
        max-width:320px;
    }
}

.top_topics_banner--item
{
    display: inline-flex;
    flex-direction: column;
    min-width: 300px;
    min-height: 200px;
    height:max-content;
    margin: 0 10px;
    flex-shrink: 0;
}

.top_topics_banner--item_img
{
    max-width: 300px;
    max-height: 200px;
}

.top_topics_banner--item_img_caption
{
    font-size: 80%;
    margin-top: 0.25lh;
    color:rgba(18,19,52,1);
    max-width: 300px;
    white-space: normal;
    max-height:3lh;
}

#top_topics_banner--btn_to_prev_banner, #top_topics_banner--btn_to_next_banner
{
    background-color: white;
    border-radius: 12px;
    padding: auto;
    width:24px;
    height:24px;
    display: none;
}

.top_topics_banner--scroll_button_left
{
    height:100%;
    position: absolute;
    display: flex;
    align-items: center;
    top:0;
    left:0;
}

.top_topics_banner--scroll_button_right
{
    height:100%;
    position: absolute;
    display: flex;
    align-items: center;
    top:0;
    right:0;
}


.top_topics_more
{
    margin-top: 3lh;
    margin-bottom: -1.5lh;
}

.top_topics_menu_banner
{
    margin-top: 40px;
    width:100%;
    display: flex;
    justify-content: center;
}

.top_topics_menu_banner--items
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top_topics_menu_banner--item
{
    width:120px;
    height:120px;
    margin: 1.5lh 16px;
    display: inline-flex;
    flex-direction: column;
    
}

.top_topics_menu_banner--item_img_caption
{
    font-size: 80%;
    display: inline-flex;
    justify-content: center;
    margin-top: 0.5lh;
}