/* Estilos simples para la tabla de rangos */
.wcpr-table-wrap{ margin:1rem 0 1.5rem; }
.wcpr-title{ font-size:1.1rem; margin-bottom:.5rem; }
.wcpr-table{ width:100%; border-collapse:collapse; }
.wcpr-table th, .wcpr-table td{ padding:.5rem .6rem; border:1px solid #e5e5e5; text-align:left; }
.wcpr-table thead th{ background:#fafafa; }
.wcpr-table tbody tr:nth-child(odd){ background:#fcfcfc; }
