konek-pay { display: block; }
.konek-pay-component { display: grid; gap: .75rem; justify-items: start; }
.konek-pay-button-host { min-height: 52px; display: flex; align-items: center; }
.konek-pay-status { min-height: 1.25rem; max-width: 34rem; font: 500 0.875rem/1.45 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #4b5563; }
.konek-pay-status[data-state="loading"] { color: #374151; }
.konek-pay-status[data-state="success"] { color: #166534; }
.konek-pay-status[data-state="error"] { color: #b91c1c; }
