/* Layout corrections loaded after the main stylesheet. */
.post-grid {
    align-items: start;
}

.card-image {
    display: block;
    width: 100%;
}

.post-card:not(.featured) .card-image {
    height: auto;
    max-height: 280px;
}

