.avida-post-image-card .avida-entry-header {
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.avida-post-image-card .avida-entry-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.avida-post-image-card .avida-post-body .entry-title {
    margin-bottom: 10px;
    line-height: unset;
}

.avida-post-image-card .avida-post-body .entry-title a {
    font-family: var(--e-global-typography-26f618c-font-family), Sans-serif;
    font-size: var(--e-global-typography-26f618c-font-size);
    font-weight: var(--e-global-typography-26f618c-font-weight);
    line-height: var(--e-global-typography-26f618c-line-height);
    color: #000;
}

.avida-post-image-card .avida-post-body .entry-title a:hover {
    color: var(--e-global-color-accent);
}

.avida-post-image-card .avida-post-body .post-date {
    font-family: var(--e-global-typography-81abcd5-font-family), Sans-serif;
    font-size: var(--e-global-typography-81abcd5-font-size);
    font-weight: var(--e-global-typography-81abcd5-font-weight);
    line-height: var(--e-global-typography-81abcd5-line-height);
    color: var(--e-global-color-accent);
    margin: 0px 0px 10px 0px;
}

.avida-post-image-card .avida-post-body .post-exerpt {
    margin-bottom: 0px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    color: var(--e-global-color-text);
    height: 66px;
    overflow: hidden;
}

.avida-post-image-card .avida-post-body .read-more {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    padding: 18px 32px;
    margin: 0px 0px 0px 0px;
    color: var(--e-global-color-primary);
    border-radius: 30px 30px 30px 30px;
    width: fit-content;
}

.avida-post-image-card .avida-post-body .read-more:hover {
    background-color: #000;
}

.avida-post-image-card .avida-post-body .read-more i {
    margin-left: 6px;
}

.avida-post-image-card .avida-post-body .post-read-exerpt {
    display: flex;
    flex-direction: column;
    gap: 25px;
}