
.beit-fms-results-wrapper {
    margin: 0 auto 3rem;
    max-width: 960px;
    padding: 0 1.5rem;
}
.beit-fms-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.beit-fms-results-selector select {
    padding: 0.4rem 0.6rem;
    font-size: 0.95rem;
}
.beit-fms-results-list {
    display: grid;
    gap: 1.5rem;
}

.fogis-match__card--results {
    align-items: center;
}

.fogis-match__card-center--results {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex: 1 1 260px;
    min-width: 240px;
}

.fogis-match__results-score {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
    font-size: 1.4rem;
}

.fogis-match__results-score-box {
    background: #111;
    color: #fff;
    padding: 0.3rem 0.8rem;
    border-radius: 0.6rem;
    min-width: 2.4rem;
    text-align: center;
}

.fogis-match__results-score-divider {
    font-weight: 700;
}

@media (max-width: 768px) {
    .fogis-match__card--results {
        flex-direction: column;
    }

    .fogis-match__card-center--results {
        order: 2;
    }
}
