.ga-wrapper {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    max-width: 900px;
    margin: 1rem auto;
    padding: 0.5rem;
}

.ga-user-bar {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.ga-user-bar a {
    text-decoration: none;
}

.ga-btn-login {
    display: inline-block;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: #457b9d;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
}

.ga-consultas-list h2 {
    margin-top: 0;
}

.ga-card {
    background: #fff;
    border-radius: 12px;
    padding: 0.8rem 1rem;
    margin-bottom: 0.8rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.ga-badge {
    display: inline-block;
    padding: 0.1rem 0.6rem;
    border-radius: 999px;
    font-size: 0.7rem;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}

.ga-abierta {
    background: #e0ffe5;
    color: #1b7f3c;
}

.ga-cerrada {
    background: #ffe0e0;
    color: #b00020;
}

.ga-btn,
.ga-btn-primary {
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-size: 0.85rem;
    margin-top: 0.3rem;
}

.ga-btn {
    background: #e0e0e0;
}

.ga-btn-primary {
    background: #457b9d;
    color: #fff;
}

.ga-more-btn {
    margin-top: 0.8rem;
    display: inline-block;
}

.ga-detalle {
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    margin-top: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.ga-form-voto {
    margin-bottom: 1rem;
}

.ga-option {
    display: block;
    margin-bottom: 0.3rem;
}

.ga-comentario-label {
    display: block;
    font-size: 0.85rem;
    margin-top: 0.7rem;
}

.ga-comentario {
    width: 100%;
    min-height: 60px;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 0.4rem 0.5rem;
    font-size: 0.85rem;
    box-sizing: border-box;
}

.ga-resultados {
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    margin-top: 0.8rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.ga-resultado-row {
    margin-bottom: 0.4rem;
}

.ga-resultado-text {
    font-size: 0.9rem;
}

.ga-bar {
    background: #f1f1f1;
    border-radius: 999px;
    overflow: hidden;
    height: 8px;
    margin-top: 0.2rem;
}

.ga-bar-fill {
    height: 8px;
    background: #457b9d;
}

.ga-total,
.ga-info {
    font-size: 0.85rem;
    color: #555;
    margin-top: 0.5rem;
}

@media (max-width: 600px) {
    .ga-wrapper {
        padding: 0.5rem;
        margin: 0.5rem;
    }
    .ga-card {
        padding: 0.7rem 0.8rem;
    }
    .ga-detalle,
    .ga-resultados {
        padding: 0.8rem;
    }
}

.ga-accordion {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 0.6rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    overflow: hidden;
}

.ga-accordion-summary {
    padding: 0.6rem 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
    list-style: none;
}

.ga-accordion-summary::-webkit-details-marker {
    display: none;
}

.ga-accordion-title {
    font-weight: 600;
}

.ga-accordion-desc {
    padding: 0 0.9rem 0.4rem;
    font-size: 0.85rem;
    color: #444;
}

.ga-accordion-body {
    padding: 0.6rem 0.9rem 0.9rem;
    border-top: 1px solid #eee;
}

