/* Match List */

.match-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.day-splitter {
    font-size: 18px;
    font-weight: 700;
    padding-left: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.red-dot {
    width: 10px;
    height: 10px;
    background: #ff2d2d;
    border-radius: 50%;
}
