/* Shared gateway picker — campaign / sadaqah / cash */
.cc-gateway-section,
.sadaqah-gateway-section,
.cash-payment-gateway-section,
.sca-gateway-section {
  margin: 20px 0 8px;
}

.cc-gateway-title,
.sadaqah-gateway-title,
.cash-payment-gateway-title,
.sca-gateway-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1f2937;
}

.cc-gateway-grid,
.sadaqah-gateway-grid,
.cash-payment-gateway-grid,
.sca-gateway-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}

.cc-gateway-btn,
.sadaqah-gateway-btn,
.cash-payment-gateway-btn,
.sca-gateway-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 14px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  transition: border-color .15s, background .15s, color .15s;
  user-select: none;
}

.cc-gateway-btn:hover,
.sadaqah-gateway-btn:hover,
.cash-payment-gateway-btn:hover,
.sca-gateway-btn:hover {
  border-color: #9ca3af;
}

.cc-gateway-btn.active,
.sadaqah-gateway-btn.active,
.cash-payment-gateway-btn.active,
.sca-gateway-btn.active {
  border-color: #16a34a;
  background: #f0fdf4;
  color: #166534;
}

.cc-gateway-radio,
.sadaqah-gateway-radio,
.cash-payment-gateway-radio,
.sca-gateway-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cc-gateway-error,
.sadaqah-gateway-error,
.cash-payment-gateway-error,
.sca-gateway-error {
  margin: 12px 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fef2f2;
  color: #b91c1c;
  font-size: 13px;
}
