/**
 * Mango Office Widget Styles
 */

/* Центрирование виджета */
.mgo-mcw-widget {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    right: auto !important;
    bottom: auto !important;
}

/* Скрыть стандартную кнопку виджета */
#mgo-mcw-cb-button {
    display: none;
}

/* Подложка (overlay) */
.mgo-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    cursor: pointer;
}

.mgo-overlay.active {
    display: block;
}

/* Фикс попапа на мобилке: центрирование + расширение окна */
.mgo-mcw-widget_mobile-view_vertical .mgo-mcw__callback-minimized_mobile {
    bottom: auto !important;
    min-width: 300px !important;
    transform: translate(-50%, -50%) !important;
}
