
section#facebook_wrap .eapps-facebook-feed-posts-inner {
    border-top: 0;margin-bottom: 40px;
}

    
section#facebook_wrap .eapps-facebook-feed-inner {
    background: #fafafa00;
    position: relative;
    border-radius: 16px;
    width: 100%;
    border: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
}
section#facebook_wrap .eui-item-text {
    color: #000;
    min-height: 45px;
}
section#facebook_wrap .eapps-facebook-feed-posts-item-inner {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 0;
    min-height: 275px;
}

section#facebook_wrap .eapps-facebook-feed-item-author-name a {
    border: none;
    color: #000;
}

section#facebook_wrap .eapps-facebook-feed-load-more {
    background: #000;
    height: 50px;
    line-height: 50px;
    color: #f5f5f5;
    font-size: 14px;
    width: 165px;
    border: 1px solid #fff;border-radius: 7px;
}

section#facebook_wrap .eapps-facebook-feed-load-more:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
section#facebook_wrap .eapps-facebook-feed-posts-item-header-actions-trigger {
  display: none;
}

section#facebook_wrap .eapps-facebook-feed-posts-item-content-picture {
    background: #fff;
    padding: 0px;
    width: 100%;
}


section#facebook_wrap .eapps-facebook-feed-posts-item-content-picture a img, section#facebook_wrap  .eapps-facebook-feed-posts-item .eapps-facebook-feed-posts-item-content-link-container a img {
    width: 100%;
    max-height: 160px;
    text-align: center;
    margin: 0 auto;
    object-fit: cover;
    padding: 0;
}
section#facebook_wrap .eapps-facebook-feed-posts-item-content-link {
  display: none;
}

section#facebook_wrap .eapps-facebook-feed-posts-item-content-text {
    height: auto;
    overflow: hidden;
}