@charset "UTF-8";

.magazine-article-status__tag--news {
    background-color: #2378b5;
}
.magazine-article-status__tag--press-release {
    background-color: #df7a16;
}
.magazine-article-status__tag--release {
    background-color: #008f8a;
}

.c-pagination__item__link--current.nowpage {
    background-color: #333;
    color: #fff;
}