.im-fb-post .im-fb-post-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    text-decoration: none;
}

.im-fb-post .im-fb-post-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 0 0 1rem 0;
}

.im-fb-post .im-fb-post-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.im-fb-post .im-fb-post-date {
    display: block;
    margin: 0 0 0.5rem 0;
    color: var(--e-global-color-text);
}

.im-fb-post .im-fb-post-content {
    flex: 1 1 auto;
    margin: 0;
    color: var(--e-global-color-text);
}

.im-fb-post .im-fb-post-more {
    display: block;
    margin: 1rem 0 0 0;
    color: var(--e-global-color-primary);
    font-weight: 700;
}
