.social-feed.empty-editor-preview {
display: flex;
justify-content: center;
width: 100%;
border: 2px solid #E4002B;
padding: 1em;
color: #001489;
font-weight: bold;
font-size: 1.2em;
cursor: pointer;
background-color: #efefef;
transition: background-color .3s ease-in-out;
}
.social-feed.empty-editor-preview:hover {
background-color: #fefefe;
transition: background-color .3s ease-in-out;
}
.social-feed.empty-editor-preview img {
transition: padding-right .3s ease-in-out;
height: 36px;
padding-right: .75em;
}
.social-feed.empty-editor-preview:hover img {
transition: padding-right .3s ease-in-out;
height: 36px;
padding-right: 1.5em;
} .acf-block-preview .social-feed .row {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.social-feed-container {
width: 100%;
text-align: center;
background-size: cover;
position: relative;
}
.acf-block-preview .social-feed-container h2 {
z-index: 1;
margin: 0;
font-size:36px;
text-transform: uppercase;
}