
/* Ẩn tiêu đề Memories public đã OK*/
.top-matter-container > div {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Ẩn hoàn toàn thanh điều hướng di động đã OK*/
#mobile-nav {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    overflow: hidden !important;
}

/* Điều chỉnh phần nội dung chính đã OK*/
#content, .app-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    height: calc(100vh - var(--header-height)) !important;
}

/* Loại bỏ khoảng trống phía dưới đã OK*/
body {
    padding-bottom: 0 !important;
    overflow-y: auto !important;
}

/* Đảm bảo không có khoảng trống thừa đã OK*/
.memories-container {
    bottom: 0 !important;
}