/* CSS to permanently hide the download app navbar and app install banner */
#downloadDom,
[data-t="1751081937044"],
div[class*="download_app"],
div[class*="download-banner"] {
    display: none !important;
}

/* Centralize navigation categories */
div[class*="_gameTabItem"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

div[class*="_gameTabItem"] span {
    text-align: center;
    width: 100%;
}
