 
.gpm-schedule-list { padding: 1rem; font-family: sans-serif; }
.gpm-date-header {
    background: #eee;
    padding: 0.75rem 1rem;
    font-weight: bold;
    font-size: 0.9rem;
    margin-top: 1.5rem;
    text-transform: uppercase;
}
.gpm-game-row {
    background: #fff;
    border: 1px solid #ddd;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    border-radius: 6px;
}
.gpm-time {
    font-size: 0.85rem;
    text-align: left;
    width: 100px;
}
.gpm-time span {
    font-size: 0.75rem;
    color: #666;
}
.gpm-matchup {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}
.gpm-away, .gpm-home {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.gpm-vs {
    margin: 0 1rem;
    font-weight: bold;
}
.gpm-logo {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
