.mdv-fm-match-card {
    display: grid;
    gap: 14px;
    padding: 20px;
}

.mdv-fm-match-card__teams {
    align-items: center;
}

.mdv-fm-match-card__team strong {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
}

.mdv-fm-match-card--linked {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

.mdv-fm-match-card--linked:hover {
    color: inherit;
}

.mdv-fm-match-card--linked:focus-visible {
    outline: 3px solid var(--mdfm-accent, var(--mdv-fm-color-accent, #2563eb));
    outline-offset: 3px;
}
