.mvpj-wrapper {
    background: transparent;
    border-radius: 8px;
    padding: 4px 0 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
}

.mvpj-game {
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.mvpj-game:last-child {
    border-bottom: none;
}

.mvpj-meta {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #777;
    margin-bottom: 2px;
}

.mvpj-teams {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 600;
}

.mvpj-vs {
    color: #555;
}

.mvpj-team-home,
.mvpj-team-away {
    text-transform: uppercase;
}

.mvpj-extra {
    margin-top: 2px;
    font-size: 11px;
    color: #777;
    text-align: center;
}

.mvpj-footer {
    margin-top: 6px;
    text-align: right;
}

.mvpj-footer a {
    font-size: 11px;
    color: #cc0000;
    text-decoration: none;
}

.mvpj-footer a:hover {
    text-decoration: underline;
}


/* v1.2 – Ajuste de layout para logos entre as siglas */
.mvpj-teams {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.mvpj-team {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.mvpj-team-logo {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: inline-block;
}

.mvpj-team-short {
    font-weight: 600;
}
