/* BT Simple Custom Payments - small front-office CSS only */
.btcustompayment-info {
  margin: 0.75rem 0 0;
  padding: 0.85rem 1rem;
  border: 1px solid #d8e1ec;
  border-radius: 6px;
  background: #f8fafc;
  color: #333;
  line-height: 1.45;
}

.btcustompayment-return {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #d8e1ec;
  border-radius: 6px;
  background: #f8fafc;
}

.btcustompayment-return-title {
  font-weight: 700;
  margin-bottom: 0.75rem;
}
