.pv-noaa-toggle{
  display:flex;
  align-items:center;
  gap:8px;
  width:100%;
  justify-content:flex-start;
}

#pvNoaaMount{
  display:grid;
  gap:10px;
  margin-top:12px;
}

.pv-row-text{
  flex:1 1 auto;
}

.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,.22);
  color:rgba(240,246,255,.82);
  font-size:11px;
  line-height:1;
}