/* Cookie table: shrink value text */
#s-bl td {
   font-size: .75em !important;
}

/* Cookie table: bolder label, compensate font-size back to normal */
#s-bl td:before {
   font-weight: 700 !important;
   font-size: 1.07em; /* 0.75 × 1.07 ≈ 0.8em - restores label to standard size */
}

/* Cookie table: clearer alternating row backgrounds */
#s-bl tbody tr:nth-child(odd) {
   background: #e8eef3 !important;
}

#s-bl tbody tr:nth-child(even) {
   background: #f8f9fa !important;
}
