/**
 * CSS para votação 2022
 */

.votacao-2022-container {
    margin: 0px 0;
}

.votacao-2022-container .bg-\[#B735EA\] {
    background-color: #B735EA;
}

.votacao-2022-container .text-white {
    color: white;
}

.votacao-2022-container .p-1 {
    padding: 0.25rem;
}

.votacao-2022-container .text-center {
    text-align: center;
}

.votacao-2022-container .mb-0 {
    margin-bottom: 0;
}

.votacao-2022-container .m-0 {
    margin: 0;
}

.votacao-2022-container .font-heading-dados-historicos {
    font-family: "Barlow Condensed", sans-serif;
}

.votacao-2022-container .text-lg {
    font-size: 1.125rem;
}

.votacao-2022-container .font-bold {
    font-weight: bold;
}

.votacao-2022-container .w-full {
    width: 100%;
}

.votacao-2022-container .border-collapse {
    border-collapse: collapse;
}

.votacao-2022-container .text-\[#3D4654\] {
    color: #3D4654;
}

.votacao-2022-container .font-span-dados-historicos {
    font-family: inherit;
}

.votacao-2022-container .border-b-2 {
    border-bottom-width: 2px;
}

.votacao-2022-container .border-neutral-400 {
    border-color: #9ca3af;
}

.votacao-2022-container .font-bold {
    font-weight: bold;
}

.votacao-2022-container .p-20-fixed {
    padding: 20px;
}

.votacao-2022-container .bg-\[#E8E8E6\] {
    background-color: #E8E8E6;
}

.votacao-2022-container .transition-all {
    transition-property: all;
}

.votacao-2022-container .duration-200 {
    transition-duration: 200ms;
}

.votacao-2022-container .bg-neutral-100 {
    background-color: #f5f5f5;
}

/* Debug styles */
.votacao-2022-container .debug-info {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px 0;
    font-family: monospace;
}

.votacao-2022-container .debug-info h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.votacao-2022-container .debug-info pre {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    overflow-x: auto;
    margin: 10px 0;
}

.votacao-2022-container .debug-info p {
    margin: 5px 0;
}

.votacao-2022-container .debug-info .error {
    color: red;
}

.votacao-2022-container .debug-info .success {
    color: green;
} 