.blog-grid {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(45, 56, 61, 0.03),
        0 2px 12px 0 rgba(42, 51, 56, 0.1);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 100%;

    .image-holder {
        overflow: hidden;
        background-color: #eee;
    }

    .cover-image {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    .content-holder {
        min-height: 220px;
        padding: 0.5rem 1.5rem 3rem;
    }

    .title {
        font-size: 19px;
        margin-bottom: 1rem;
    }

    .post-meta {
        font-size: 12px;
    }

    .excerpt {
        margin-top: 5%;
    }

    .category {
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: 1px solid #e4e8ed;
        margin: 0 0 1rem;
        padding: 0 5rem 0.5rem 0;
        font-size: 14px;
    }

    .read-article-link {
        padding: 0.75rem 2.5rem 0.75rem 1.5rem;
    }
    .read-article-link:hover {
        filter: brightness(0.85);
    }
}

.blog-single-post {
    .category {
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: 1px solid #e4e8ed;
        margin: 0 0 1rem;
        padding: 0 5rem 0.5rem 0;
    }

    .post-meta {
        font-size: 12px;
        margin-top: 5%;
    }
}
