.vv-ups-widget {
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4;
  width: fit-content;
}

.vv-ups-title {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 1rem;
}

.vv-ups-alarm {
  color: #ffdf5f;
  margin-top: 4px;
  font-size: 0.8rem;
}

