#cff {
    float: none;
}

#cff .cff-wrapper-ctn,
#cff .cff-posts-wrap {
    width: auto;
    height: auto;
    bottom: auto;
    top: auto;
}

#cff .cff-posts-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(250px, 32vw, 300px), 1fr));
    gap: 2rem;
}

#cff .cff-item {
    position: relative;
    margin: 0 !important;
    padding: 1.5rem !important;
    display: flex;
    flex-direction: column;
    float: none;
}

#cff .cff-post-text {
    line-height: 1.5em;
    order: 3;
}

#cff .cff-media-link {
    display: none !important;
}

#cff .cff-media-link .fa {
    padding: 0;
}

#cff .cff-author-img,
#cff .cff-page-name {
    display: none;
}

#cff .cff-author {
    margin-bottom: 0;
    order: 2;
}

#cff .cff-author .cff-date {
    margin: 0 0 0.25rem 0 !important;
    padding: 0 !important;
    font-size: inherit;
}

#cff .cff-media-wrap {
    order: 1;
    margin-bottom: 2rem;
}

#cff .cff-media-wrap .cff-photo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

#cff .cff-media-wrap .cff-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#cff .cff-expand a {
    display: none !important;
}

#cff .cff-meta-wrap {
    order: 4;
    float: none;
    margin: 0;
}

#cff .cff-post-links {
    float: none;
    margin: 0;
    font-size: inherit;
}

#cff .cff-post-links a {
    display: inline-block;
    font-size: 1rem;
    background-color: #444;
    padding: 0.5em 1.5em !important;
    margin-top: 1rem !important;
}

#cff .cff-load-more {
    display: block;
    margin: 2rem auto 0 auto !important;
    padding: 0.5em 1.5em !important;
    font-size: 1rem;
    border-radius: 0;
    width: fit-content;
    float: none;
}

#cff .cff-load-more:hover {
    text-decoration: underline;
}