.eapps-facebook-feed-inner{
border: none !important;
}

.global-styles,
:root {
--text-color: #6d6d6d;
--link-color: #365899;
--background: transparent;
--border: none;
--share-button-background: #6ec1e4;
--share-button-text: #000000;
}

.eapps-facebook-feed * {
color: var(--text-color);
}

.eapps-facebook-feed a {
color: var(--link-color);
}

.eapps-facebook-feed .eapps-facebook-feed-posts-inner {
border-top: var(--border);
}

.eapps-facebook-feed-posts-item-footer-share {
background-color: var(--share-button-background) !important;
}
.eapps-facebook-feed-button-label {
color: var(--share-button-text);
}
.eapps-facebook-feed-button-icon > svg {
fill: var(--share-button-text) !important;
}

.eapps-facebook-feed-button {
height: auto !important;
}

.eapps-facebook-feed-load-more{
    color:#ffffff;
    background:#ab1612;
}

.eapps-facebook-feed-posts-load-more-wrapper {
    margin-top: 70px;
}
