/**
 * Pryltorget — white-label skin for PayRam /payments (injected on kassa.pryltorget.com).
 */

:root {
  --tw-brand: #0b4bd4;
  --tw-brand-dark: #06339a;
  --tw-brand-soft: #e9f0ff;
  --tw-ink: #0f172a;
  --tw-muted: #475569;
  --tw-page: #f6f8fc;
}

html,
body {
  background: var(--tw-page) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  color: var(--tw-ink) !important;
}

#tw-merchant-badge {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 10px 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--tw-ink);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(8px);
}

.tw-hide-branding,
.tw-hide-crypto-row,
.tw-hide-changelly-row,
.tw-hide-deposit-card {
  display: none !important;
  pointer-events: none !important;
}

[class*='from-[#caff54'],
[class*='to-[#caff54'],
[class*='bg-[#caff54'],
[class*='bg-[#CAFF54'],
[style*='background-color: rgb(202, 255, 84)'],
[style*='background-color:#caff54'],
[class*='border-[#caff54'] {
  background-color: var(--tw-brand) !important;
  background-image: none !important;
  border-color: var(--tw-brand) !important;
}

[class*='text-[#caff54'] {
  color: var(--tw-brand) !important;
}

[role='radio'][aria-checked='true'],
input[type='radio']:checked + * {
  border-color: var(--tw-brand) !important;
}

[class*='animate-pulse'],
[class*='bg-green'] {
  background: var(--tw-brand-soft) !important;
  color: var(--tw-brand-dark) !important;
}

[class*='rounded-2xl'],
[class*='rounded-xl'] {
  border-color: rgba(15, 23, 42, 0.08) !important;
}

button[class*='bg-']:not([disabled]):hover {
  box-shadow: 0 4px 16px rgba(11, 75, 212, 0.22) !important;
}

html.tw-iframe-embed .tw-card-first-layout {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

html.tw-iframe-embed .tw-card-option {
  outline: 2px solid var(--tw-brand) !important;
  outline-offset: 2px;
  border-radius: 12px !important;
}

html.tw-iframe-embed footer,
html.tw-iframe-embed [class*='Powered'],
html.tw-iframe-embed [class*='self-hosted'],
html.tw-iframe-embed .tw-hide-branding {
  display: none !important;
}
