/* 2WayMicropay centralized branding bundle v1.0.0 */
:root {
  --twm-primary: #1a73e8;
  --twm-secondary: #34a853;
  --twm-promo: #9c27b0;
  --twm-text-light: #fff;
  --twm-radius: 8px;
}

.twm-overlay {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: var(--twm-radius);
  color: var(--twm-text-light);
  background: rgba(26, 115, 232, 0.92);
}

.twm-overlay.credit {
  background: rgba(52, 168, 83, 0.92);
}

.twm-overlay.promo {
  background: rgba(156, 39, 176, 0.92);
}

.twm-overlay-logo {
  width: 24px;
  height: auto;
}
