/*
Theme Name: Ranking do Povo
Theme URI:
Description: Tema filho do Hello Elementor para o site Ranking do Povo. Tipos de conteúdo, motor de nota e ranking. Código em inglês, rótulos em português. Sem plugins de campos.
Author:
Template: hello-elementor
Version: 1.0.0
Text Domain: ranking-do-povo
*/

/* Estilos mínimos do ranking. O visual principal fica por conta do Elementor. */

.rdp-ranking {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}
.rdp-ranking th,
.rdp-ranking td {
    padding: 12px 14px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}
.rdp-ranking th {
    font-weight: 700;
    background: #f5f5f5;
}
.rdp-ranking .rdp-pos {
    width: 48px;
    font-weight: 700;
    text-align: center;
}
.rdp-ranking .rdp-nota {
    font-weight: 700;
    white-space: nowrap;
}
.rdp-bar {
    display: inline-block;
    height: 8px;
    border-radius: 4px;
    background: #2e7d32;
    vertical-align: middle;
    margin-left: 8px;
}
.rdp-bar-track {
    display: inline-block;
    width: 90px;
    height: 8px;
    border-radius: 4px;
    background: #e0e0e0;
    vertical-align: middle;
    margin-left: 8px;
    position: relative;
    overflow: hidden;
}
.rdp-bar-track .rdp-bar {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.rdp-partido {
    color: #666;
    font-size: 14px;
}
.rdp-posicoes-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rdp-posicoes-lista li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.rdp-tag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 6px;
}
.rdp-tag.favor { background: #e6f4ea; color: #1e6b2e; }
.rdp-tag.contra { background: #fce8e6; color: #a5261a; }
.rdp-tag.neutro { background: #eee; color: #555; }
.rdp-fonte-link { font-size: 13px; }
