.hpos-payment select {
  width: 100%;
  border: 1px solid #d4dfec;
  border-radius: 11px;
  background: #fff;
  padding: 12px;
  color: #10233d;
  font: inherit;
}

.hpos-pay-methods {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hpos-payment label small {
  color: #718196;
  font-weight: 600;
  line-height: 1.45;
}

.hpos-payment label[hidden],
.hpos-payment .hospitality-alert[hidden] {
  display: none !important;
}

.hospitality-shell.biva-theme-dark .hpos-payment select {
  border-color: #3b5962;
  background: #172f3a;
  color: #f1f8f5;
}

@media (max-width: 480px) {
  .hpos-pay-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
