/* Дугуй хүрээ – бүгд ижил */
.bs-icon-circle{
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  border: 2px solid var(--accent);
  background: var(--bg-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, transform .15s, border-color .15s;
  box-shadow: 0 10px 50px rgba(0,0,0,1)
}
.bs-icon-circle:hover{
  background: rgba(229,9,20,.08);
  transform: translateY(-1px);
}
