.week-container {
    margin: 2rem 0;
}

.date-group {
    margin-bottom: 2rem;
}

.date-header {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.25rem;
}

.game-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #fafafa;
}

.game-name {
    font-weight: 700;
    font-size: 1.1rem;
}

.game-date,
.game-publisher {
    font-size: 0.9rem;
    color: #555;
}

.game-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0.75rem auto;
}

.game-description {
    margin-top: 0.5rem;
    line-height: 1.5;
}