.wg-sfv-spieluebersicht {
    display: flex;
    gap: 1.5em;
    width: 100%;
}

.wg-sfv-subox {
    flex: 1;
    padding: 1em 1.25em;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-align: center;
    background-color: #fafafa;
}

.wg-sfv-subox__label {
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #888;
    margin-bottom: 0.6em;
}

.wg-sfv-subox__teams {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0.3em;
    line-height: 1.3;
}

.wg-sfv-subox__result {
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 0.2em;
}

.wg-sfv-subox__result--live {
    color: #2a7a2a;
}

.wg-sfv-subox__date {
    font-size: 0.85em;
    color: #888;
}

.wg-sfv-subox__empty {
    font-size: 0.9em;
    color: #bbb;
    font-style: italic;
    padding: 0.5em 0;
}

.wg-sfv-subox--current {
    border-color: #c0c0c0;
    background-color: #fafafa;
}

.wg-sfv-subox--live {
    border-color: #2a7a2a;
    background-color: #f4fbf4;
}

@media (max-width: 600px) {
    .wg-sfv-spieluebersicht {
        flex-direction: column;
    }
}
