body,
html {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f3f4f5;
    color: #000;
    /* overflow-x: hidden; Prevent horizontal scrollbars during animation */
    overscroll-behavior: none;
}

.header {
    padding: 20px;
    background-color: #f3f4f5;
    text-align: left;
    border-bottom: none;
}

.header h1 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.menu-list {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

.menu-item {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.menu-item:last-child {
    margin-bottom: 0;
}

.menu-item a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 16px;
}

.menu-item a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.menu-icon {
    height: 22px;
    width: auto;
}