.blog-grid {
    align-items: start;
}

.blog-card {
    display: flex;
    flex-direction: column;
}

.blog-image {
    aspect-ratio: 16 / 7;
    min-height: 180px;
}

.blog-content {
    position: relative;
    z-index: 1;
    display: block;
    background: #fff;
    padding: 18px 20px 20px;
}

.blog-meta,
.blog-title,
.blog-excerpt,
.read-more {
    position: relative;
    z-index: 1;
}

.news-empty-tip {
    padding: 40px 0;
    text-align: center;
    color: var(--text-light);
}

.news-newsletter-msg {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}
