
/* NOAA view toggle row */
.pv-row.pv-noaa-row{
  display:flex;
  align-items:center;
  gap:.5rem;
  margin-top:.5rem;
  font-size:0.95rem;
  user-select:none;
}
.pv-row.pv-noaa-row input{ transform: translateY(1px); }
.pv-row-text{ opacity:.95; }
.pv-hint{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;height:18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.25);
  opacity:.8;
  font-size:.8rem;
  line-height:1;
}
.pv-hint:hover{ opacity:1; }
