/* FIX LOAD MORE BUTTON TEXT CENTERING */
#gamesLoadMoreBtn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-align: center !important;
}

/* Ensure icon and text are centered */
#gamesLoadMoreBtn i {
    margin: 0 !important;
}
