.virtual-check {
  position: sticky;
  background: transparent;
  padding: 20px;
  height: 100%;
  margin-top: 30px;
  border-radius: 12px;
  overflow-y: auto;
}

.virtual-check h3 {
  margin-left: 8px;
  margin-bottom: 15px;
  font-weight: 600;
}

#check-details {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

#check-details li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #333;
}

.check-total {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: right;
}

@media (orientation: portrait) {
  .virtual-check {
    position: relative;
    height: auto;
    padding: 15px;
    border-radius: 10px;
  }
}