/* ProPredictor v2 — Global Viewers styles (Tables label) REF-13-09-25-V014 */
.pp-viewers-wrap{display:inline-flex;align-items:center;gap:.5rem;margin-right:.75rem}
.pp-viewers-label{font-weight:700;opacity:.85}
.pp-viewers-select{appearance:none;padding:.35rem .6rem;border:1px solid rgba(0,0,0,.15);border-radius:.5rem;font-weight:600}
/* Green when default (horizontal360) is the selection */
.pp-viewers-select.is-default{
  border-color:#16a34a;
  box-shadow:0 0 0 1px rgba(22,163,74,.25) inset;
  background:#eaffea;
}
/* Subtle ring when the currently loaded view equals the selected one */
.pp-viewers-select.is-current{ outline:2px solid rgba(0,128,255,.3) }
