.bs-cv {
  display: block;
  width: min(94vw, 324px);
  height: auto;
  margin: 12px auto;
  background: #0d1330;
  border-radius: 10px;
  touch-action: none;
}
.bs-info { text-align: center; font-weight: 700; color: #2b2f38; margin-top: 6px; }
