
/* Estilos para a visualização compacta */

.view-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    gap: 5px;
    margin-right: 10px;
}

.compact-view .competition-group {
    margin-bottom: 5px;
    padding: 5px;
    margin-right: 15%;
    margin-left: 15%;
}

.compact-view .game-competition {
    padding: 5px 10px;
    font-size: 0.9em;
}

.compact-view .competition-events li {
    padding: 5px 10px;
    border-bottom: 1px solid var(--border-color);
    justify-content: space-between;
    align-items: center;
    min-height: 10px;
}

.compact-view .event-header {
    display: flex;
    align-items: center;
}

.compact-view .event-name {
    font-weight: normal;
    font-size: 0.9em;
}

.compact-view .event-meta-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 0;
    font-size: 0.7em;
}

.compact-view .analysis-btn {
    font-size: 0.7rem;
}

.compact-view .odds-section-container {
    display: none;
}

.compact-view .star-competition {
    font-size: 15px;
}

.compact-view .star {
    font-size: 15px;
}

.compact-view .footer-timestamps {
    margin-left: 15%;
}

@media (max-width: 490px) {
    .compact-view .event-header {
    display: flex;
    align-items: center;
    }
    .compact-view .competition-group {
    margin-bottom: 5px;
    padding: 5px;
    margin: 0 auto;
    max-width: 90%;
    }
}