/* Область социальных виджетов не позволяет внешнему содержимому выходить за боковую колонку */
.widget__social {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.widget__social-host {
    width: 100% !important;
    min-width: 0;
    max-width: 100% !important;
    overflow: hidden;
}

/* Созданные внешними сервисами обёртки следуют за фактической шириной контейнера */
.widget__social-host > iframe,
.widget__social-host > span,
.widget__social-host .fb-page,
.widget__social-host .fb-page > span,
.widget__social-host .fb-page iframe {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

.widget__social-spacer {
    height: 10px;
}
