#cawl-htp-container {
  margin: 24px auto;
  padding: 24px;
  max-width: 640px;
  border: 1px solid #e1e5eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

#cawl-htp-container .cawl-htp-title {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 700;
}

#cawl-htp-container .cawl-htp-intro {
  margin: 0 0 16px;
  font-size: 0.95rem;
  color: #444;
}

#cawl-htp-iframe {
  min-height: 240px;
}

#cawl-htp-iframe iframe {
  width: 100%;
  border: 0;
}

.cawl-htp-status {
  margin-top: 10px;
  font-size: 0.92rem;
  min-height: 1.2em;
}

.cawl-htp-status.error   { color: #c0392b; }
.cawl-htp-status.success { color: #27ae60; }
.cawl-htp-status.info    { color: #555;    }

.cawl-htp-actions {
  margin-top: 16px;
  text-align: center;
}

.cawl-htp-pay-btn {
  background: #27ae60;
  color: #fff;
  border: 0;
  padding: 14px 32px;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cawl-htp-pay-btn:hover:not(:disabled) {
  background: #229952;
}

.cawl-htp-pay-btn:disabled,
.cawl-htp-pay-btn--loading {
  opacity: 0.65;
  cursor: not-allowed;
}

.cawl-htp-pay-btn--loading::after {
  content: '…';
  margin-left: 6px;
}

.cawl-htp-retry-banner {
  max-width: 640px;
  margin: 24px auto 0;
  padding: 14px 18px;
  border-radius: 8px;
  background: #fdf1d8;
  color: #7a5c0a;
  border: 1px solid #f0d28b;
  font-size: 0.95rem;
}
