/* --- NEWSLIST --- */
.newslist .dropdown {
    margin-bottom: 1.5rem;
}
.newslist .dropdown--active .dropdown__toggle:after {
    transform: rotate(180deg);
    top: 30px;
}
.newslist .col-lg-4 .box-4,
.newslist .col-lg-6 .box-4 {
    margin-bottom: 2.5rem;
}
.newslist .filter {
    margin-bottom: 0.75rem;
}
.newslist .pill {
    /*cursor: pointer;*/
    margin-bottom: 0.75rem;
}
.newslist .pill + .pill {
    margin-left: 0;
}
.newslist .pill {
    margin-right: 1rem;
}
.newslist .pill:last-of-type {
    margin-right: 35px;
}
.newslist .pill .btn--icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    position: relative;
    right: -8px;
    background: #242424;
    border-radius: 100%;
}
.newslist .pill .btn--icon::before {
    font-size: 15px;
    width: auto;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* --- TABLET (MD) --- */
@media (min-width: 768px) {
    .newslist .col-lg-8 .magazine-teaser__box > div:nth-child(2) {
        padding: 2.5rem;
    }
    .newslist .col-lg-8 .magazine-teaser__box > div:nth-child(1) > span {
        top: 2.5rem;
        left: 2.5rem;
    }
}

/* --- DESKTOP (XXL) --- */
@media (min-width: 1440px) {
    .newslist .col-lg-4 .magazine-teaser__meta {
        flex-direction: row;
        justify-content: space-between;
        align-items: unset;
    }
    .newslist .col-lg-4 .magazine-teaser__meta .pill {
        margin-bottom: 0;
    }
}
