.game-container {
    max-width: 800px;
    margin: 0 auto;
}

.weekday-buttons {
    gap: 0.5rem;
}

.weekday-btn {
    min-width: 100px;
}

#result-log {
    font-family: monospace;
    font-size: 0.9rem;
}

.stats {
    font-size: 1.1rem;
    font-weight: bold;
}

.date-display {
    background: var(--bs-dark);
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}

.date-display h3 {
    margin: 0;
    font-size: 2rem;
}

/* Bootstrap Icons in dark mode */
[data-bs-theme="dark"] .bi {
    color: var(--bs-light);
}

/* Card headers with icons */
.card-header .bi {
    font-size: 1.2rem;
    vertical-align: text-bottom;
}

/* Success icon color override */
.bi-check-circle-fill.text-success {
    color: var(--bs-success) !important;
}
