/* Post Layout Styles */
.post_article {
    height: 100%;
}

.post-wrapper {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.post-wrapper .post-image {
    position: relative;
    z-index: 1;
}

.post-wrapper .post-image img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.post-wrapper .post-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.post-wrapper .post-content .read-more {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
