#cfbtitle, 
#cfbpage_url, 
#cfbborder, 
#cfbwidth,
#cfbheight,
#cfbcolor_scheme,
#cfbshow_faces,
#cfbstream,
#cfbheader,
#cfbsmheader,
#cfbsmlang,
#popup_enable_disable,
#popuptitle, 
#popuppage_url, 
#popupborder, 
#popupwidth,
#popupheight,
#popupcolor_scheme,
#popupshow_faces,
#popupstream,
#popupheader,
#popupsmheader,
#popupsmlang,
#popup_show_on_home,
#popup_show_on_logged_in,
#popup_show_on_not_logged_in
{
font-size: 18px;
}
#title_help, 
#page_url_help, 
#border_help, 
#width_help,
#height_help,
#color_scheme_help,
#show_faces_help,
#stream_help,
#header_help,
#cfbsmheader_help,
#cfbsmlang_help,
#popup_enable_disable_help, 
#popup_title_help, 
#popup_page_url_help, 
#popup_border_help, 
#popup_width_help,
#popup_height_help,
#popup_color_scheme_help,
#popup_show_faces_help,
#popup_stream_help,
#popup_header_help,
#popup_smheader_help,
#popup_smlang_help,
#popup_show_on_home_help,
#popup_nshow_on_mobile_help,
#popup_show_on_logged_in_help,
#popup_show_on_not_logged_in_help
{
display: none;
}.fb-shortcode-container, 
.fb-widget-container {
min-height: 150px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin-bottom: 20px;
position: relative;
} .fb_loader {
padding: 20px;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
}
.fb_loader img {
width: 32px;
height: auto;
} .fb-page {
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
.fb-page.fb_plugin_rendered {
opacity: 1 !important;
}