/* Welcome screen overrides after removing mode selection */
.mode-selection {
    display: none !important;
}

.enter-button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#enter-button {
    justify-content: center;
    min-width: 230px;
}

@media (max-width: 768px) {
    #enter-button {
        min-width: min(100%, 260px);
    }
}
