.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.page-body {
    flex: 1;
}

/* Фикс: dropdown не обрезается внутри table-responsive */
.card > .table-responsive {
    overflow: visible !important;
}
@media (max-width: 767.98px) {
    .card > .table-responsive {
        overflow-x: auto !important;
    }
}
