.game-day {
    margin-bottom: 30px;
}
.game-day h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}
.game-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.game-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}
.game-details {
    display: flex;
    flex-direction: column;
}
.game-title {
    font-size: 1.2em;
    font-weight: bold;
}
.game-date, .game-platforms {
    font-size: 0.9em;
    color: #555;
}

h4.calendar-game-name{
    line-height: normal !important;
}

.calendar-buttons{
    padding: 10px; 
    color: white; 
    border: none; 
    cursor: pointer;
    background-color: #db3131;
}

.calendar-prev-button{
    background-color: #db3131;
    color: white; 
    border: none; 
    cursor: pointer; 
    width: 35px; 
    height: 35px; 
    margin-right: 10px
}

.calendar-next-button{
    background-color: #db3131;
    color: white;
    border: none; 
    cursor: pointer; 
    width: 35px; 
    height: 35px;
}

h2.calendar-title-month {
    line-height: normal;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.calendar-prev-button::before, .calendar-next-button::before { 
    content: attr(data-icon);
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}