/* Custom CSS for Psono */

/* Убираем max-width у контейнера */
.MuiContainer-root.MuiContainer-maxWidthLg {
    max-width: none !important;
}

/* Белый фон текста левой панели */
.MuiDrawer-root,
.MuiDrawer-paper,
.MuiList-root,
[class*='MuiDrawer'] {
    background-color: #ffffff !important;
    color: #333333 !important;
}

/* Текст в левой панели */
.MuiDrawer-root .MuiListItemText-root,
.MuiDrawer-paper .MuiTypography-root,
.MuiDrawer-paper .MuiListItemIcon-root {
    color: #333333 !important;
}

/* Скрываем баннер скачивания Psono */
.MuiSnackbar-root,
[class*='MuiSnackbar'],
.MuiPaper-root.MuiSnackbarContent-root {
    display: none !important;
}
