﻿.topcontents-container{
    margin-bottom:2rem;
}

.topcontent-news-body {
    color: #b2aecd;
}

.topcontent-news-image {
    width: 100%;
    border-radius: .7rem;
    opacity: .7;
}

.topcontent-item-holder {
    display: block;
    margin: .2rem;
    transition: .4s ease all;
    padding: .5rem 1rem;
    border-radius: .5rem;
    color: #b2aecd;
    letter-spacing: -.03rem;
}

    .topcontent-item-holder:hover {
        background-color: rgba(255,255,255,.1);
        color: var(--nx-color-secondary);
        letter-spacing: unset;
    }

.topcontents-container .view-all a {
    min-width: unset;
    width: 90%;
    max-width: 18rem;
    background-color: #4c4670;
    border: 0;
    color: white;
}

    .topcontents-container .view-all a:hover {
        color: var(--nx-color-secondary);
        background-color: #454064;
    }

@media screen and (max-width:1199px) {

    .topcontent-news-image {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:767px) {

    .topcontents-topnews-container {
        margin-bottom: 2rem;
    }

    .topcontent-item-holder {
        background-color: rgba(255,255,255,.1);
        color: var(--nx-color-secondary);
        letter-spacing: unset;
    }


    .topcontents-container .view-all a {
        background-color: var(--nx-cta-backcolor-hover);
    }
}
