News listing
.grace-news-list { width: 100%; }
.grace-news-title { margin: 0 0 .5rem; }
.grace-news-title a { text-decoration: none; }
.grace-news-image { margin: 0 0 .75rem; }
.grace-news-image img { max-width: 100%; height: auto; }
.grace-news-teaser { margin-bottom: .5rem; }
.grace-news-more { text-decoration: none; }

/* Pagination: match the Grace Church reference layout. */
.grace-news-pagination {
    box-sizing: border-box;
    width: 100%;
    margin: 3px 0;
    padding: 4px 3px;
    border: 1px solid #666;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.grace-news-pagination-summary {
    margin: 0 0 2px;
    padding: 0;
}

.grace-news-pagination-nav {
    margin: 0;
    padding: 0;
}

.grace-news-pages {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

.grace-news-pages li {
    display: inline;
    margin: 0;
    padding: 0;
}

.grace-news-pages li + li::before {
    content: ' ';
    white-space: pre;
}

.grace-news-pages a {
    color: #369;
    text-decoration: underline;
}

.grace-news-pages a:hover,
.grace-news-pages a:active {
    color: #369;
}

.grace-news-pages .current span {
    color: #000;
    font-weight: normal;
}

.news-list-image {
    float: right;
    border: 1px solid #666;
    margin-bottom: 5px;
    margin-right: 2px;
    margin-left: 5px;
}