/* Archive */
small.info {
    font-size: 0.75rem;
}
.news-item {
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
}
.news-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.news-item h2 > a {
    color: #e8348b;
}
.news-item img {
    max-width: 100%;
}
.news-item .content {
    margin-top: 0.5rem;
}
.news-item .content > a {
    color: #fff;
    background-color: #5B2C86;
    border-radius: 1rem;
    width: auto;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-size: 0.75rem;
}
#twitter-embed {
    overflow: hidden;
    padding-bottom: 1rem;
}
#pagination {
    margin: 1rem 0 2rem 0;
}
#pagination a {
    color: #5B2C86;
}

/* Single */
body.single-news .news-item .content > img {
    max-width: 50%;
}