/* Ryo Payment Toolkit 1.0.1
 * Conservative theme/contrast hardening patch.
 * No hosted-payment or backend behavior is introduced in this release.
 */
html:has(body .rpmt),
body.rpmt-managed-page,
html body:has(.rpmt) {
  background:#07111f !important;
  color:#eef6ff !important;
  overflow-x:hidden !important;
  color-scheme:dark !important;
}

/* Neutralize theme wrappers that commonly constrain the shortcode to a
 * narrow white/transparent article column. The runtime also adds
 * .rpmt-theme-host for browsers/themes where :has() is not enough. */
html body :where(div,main,article,section):has(> .rpmt),
html body .rpmt-theme-host {
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  border-left:0 !important;
  border-right:0 !important;
  background:#07111f !important;
  box-shadow:none !important;
  overflow:visible !important;
}

body.rpmt-managed-page .entry-title,
body.rpmt-managed-page .page-title,
body.rpmt-managed-page .entry-header .entry-title,
body.rpmt-managed-page .page-header .page-title,
body.rpmt-managed-page article.page > header.entry-header {
  display:none !important;
}

body.rpmt-managed-page #content,
body.rpmt-managed-page .site-content,
body.rpmt-managed-page .content-area,
body.rpmt-managed-page main,
body.rpmt-managed-page main.site-main,
body.rpmt-managed-page article.page,
body.rpmt-managed-page .site-main > article.page,
body.rpmt-managed-page .entry-content,
body.rpmt-managed-page .post-content,
body.rpmt-managed-page .page-content {
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  border-left:0 !important;
  border-right:0 !important;
  background:#07111f !important;
  box-shadow:none !important;
  overflow:visible !important;
}

:root{
  --rpmt-bg:#07111f;
  --rpmt-surface:#0c1b2d;
  --rpmt-surface-2:#10243a;
  --rpmt-card:#0e2236;
  --rpmt-card-2:#122b43;
  --rpmt-line:rgba(140,180,255,.16);
  --rpmt-text:#eef6ff;
  --rpmt-muted:#a8bad3;
  --rpmt-blue:#6db6ff;
  --rpmt-blue-2:#5e90ff;
  --rpmt-green:#62e1a4;
  --rpmt-warn:#ffd978;
  --rpmt-shadow:0 30px 80px rgba(0,0,0,.35);
  --rpmt-radius:24px;
}
.rpmt{background:linear-gradient(180deg,#081321 0%,#0a1729 44%,#08111c 100%);color:var(--rpmt-text);min-height:100vh;padding:32px 16px 72px;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;box-sizing:border-box;}
.rpmt *{box-sizing:border-box;}
.rpmt-shell{max-width:1360px;margin:0 auto;}
.rpmt a{color:inherit;text-decoration:none;}
.rpmt-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;background:rgba(8,18,30,.86);border:1px solid var(--rpmt-line);border-radius:22px;backdrop-filter:blur(12px);box-shadow:var(--rpmt-shadow);}
.rpmt-brand{display:flex;align-items:center;gap:14px;min-width:0;}
.rpmt-brand img{width:42px;height:42px;display:block;}
.rpmt-brand strong{display:block;font-size:18px;line-height:1.15;color:var(--rpmt-text);}
.rpmt-brand small{display:block;font-size:13px;color:var(--rpmt-muted);}
.rpmt-nav-links{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;}
.rpmt-nav-links a{padding:10px 14px;border:1px solid var(--rpmt-line);border-radius:999px;background:rgba(255,255,255,.03);font-size:14px;color:var(--rpmt-muted);}
.rpmt-nav-links a:hover{color:var(--rpmt-text);border-color:rgba(109,182,255,.34);}
.rpmt-hero{display:grid;gap:24px;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:center;padding:34px;margin-top:22px;background:linear-gradient(135deg,rgba(18,38,58,.95),rgba(12,23,40,.92));border:1px solid var(--rpmt-line);border-radius:30px;box-shadow:var(--rpmt-shadow);}
.rpmt-hero-tool{grid-template-columns:1fr;}
.rpmt-kicker,.rpmt-overline{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#8ec7ff;font-weight:700;margin-bottom:12px;}
.rpmt-hero h1{margin:0 0 16px;font-size:48px;line-height:1.05;color:var(--rpmt-text);letter-spacing:-.03em;}
.rpmt-hero p{margin:0;font-size:18px;line-height:1.7;color:var(--rpmt-muted);max-width:820px;}
.rpmt-pills{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px;}
.rpmt-pills span{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);font-size:14px;color:var(--rpmt-text);}
.rpmt svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 18px;}
.rpmt-hero-preview{display:flex;justify-content:flex-end;}
.rpmt-mini-card{width:min(360px,100%);padding:24px;border-radius:26px;background:linear-gradient(160deg,#0b1930,#102747);border:1px solid rgba(133,175,255,.2);box-shadow:0 25px 60px rgba(0,0,0,.28);}
.rpmt-mini-top{display:flex;align-items:center;gap:10px;font-size:13px;color:#c2d7ef;text-transform:uppercase;letter-spacing:.12em;margin-bottom:18px;}
.rpmt-mini-top img{width:26px;height:26px;}
.rpmt-mini-card strong{display:block;font-size:24px;margin-bottom:14px;}
.rpmt-mini-amount{font-size:28px;font-weight:800;color:#9ad2ff;margin-bottom:12px;}
.rpmt-mini-card p{margin:0;font-size:15px;color:var(--rpmt-muted);line-height:1.6;}
.rpmt-feature-grid,.rpmt-proof-grid,.rpmt-info-grid{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px;}
.rpmt-feature-card,.rpmt-proof-grid article,.rpmt-info-grid article,.rpmt-card,.rpmt-faq,.rpmt-cta{background:linear-gradient(180deg,rgba(14,33,53,.96),rgba(11,23,37,.97));border:1px solid var(--rpmt-line);border-radius:24px;box-shadow:var(--rpmt-shadow);}
.rpmt-feature-card{padding:24px;display:flex;flex-direction:column;gap:12px;min-height:240px;}
.rpmt-feature-card h2{margin:0;font-size:28px;line-height:1.1;}
.rpmt-feature-card p{margin:0;color:var(--rpmt-muted);font-size:16px;line-height:1.65;}
.rpmt-feature-card b{margin-top:auto;color:#9ad2ff;font-size:15px;}
.rpmt-feature-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:rgba(102,171,255,.1);color:#9ad2ff;}
.rpmt-feature-icon svg{width:24px;height:24px;}
.rpmt-proof-grid article,.rpmt-info-grid article{padding:22px;display:flex;gap:16px;align-items:flex-start;}
.rpmt-proof-grid article strong,.rpmt-info-grid article h2{display:block;margin:0 0 8px;font-size:20px;line-height:1.2;}
.rpmt-proof-grid article p,.rpmt-info-grid article p{margin:0;color:var(--rpmt-muted);font-size:15px;line-height:1.7;}
.rpmt-workbench{display:grid;grid-template-columns:minmax(360px,460px) minmax(0,1fr);gap:20px;margin-top:24px;align-items:start;}
.rpmt-controls{display:grid;gap:16px;position:sticky;top:18px;}
.rpmt-card{padding:22px;}
.rpmt-card h2,.rpmt-card h3{margin:0 0 14px;font-size:24px;line-height:1.15;}
.rpmt-card p{margin:0;color:var(--rpmt-muted);font-size:15px;line-height:1.65;}
.rpmt-field-grid{display:grid;gap:14px;}
.rpmt-field{display:grid;gap:8px;}
.rpmt-field span{font-size:14px;font-weight:700;color:var(--rpmt-text);}
.rpmt-field input{width:100%;padding:14px 15px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#0b182a;color:var(--rpmt-text);font-size:16px;min-height:50px;outline:none;box-shadow:none;}
.rpmt-field input::placeholder{color:#68829e;}
.rpmt-field input:focus{border-color:#7bbfff;box-shadow:0 0 0 4px rgba(109,182,255,.18);}
.rpmt-inline-checks{display:grid;gap:12px;}
.rpmt-check{display:flex;align-items:center;gap:12px;color:var(--rpmt-text);font-size:15px;}
.rpmt-check input{width:18px;height:18px;accent-color:#5e90ff;}
.rpmt-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;}
.rpmt-actions button,.rpmt-button{appearance:none;border:0;border-radius:14px;padding:12px 14px;font-size:14px;font-weight:700;cursor:pointer;background:linear-gradient(135deg,#69b4ff,#628eff);color:#08111f;box-shadow:0 12px 30px rgba(80,140,255,.25);}
.rpmt-actions button:nth-child(n+2){background:rgba(255,255,255,.04);color:var(--rpmt-text);border:1px solid rgba(255,255,255,.1);box-shadow:none;}
.rpmt-help{margin-top:12px!important;font-size:13px!important;color:#8ea7c1!important;}
.rpmt-preview-wrap{min-width:0;display:grid;gap:12px;}
.rpmt-preview-toolbar{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:rgba(255,255,255,.04);border:1px solid var(--rpmt-line);border-radius:18px;}
.rpmt-preview-toolbar span{font-weight:700;font-size:16px;}
.rpmt-preview-toolbar small{color:var(--rpmt-muted);font-size:13px;}
.rpmt-preview-canvas{padding:20px;border-radius:26px;background:linear-gradient(180deg,#101f34,#0b1524);border:1px solid var(--rpmt-line);overflow:auto;min-height:840px;}
.rpmt-doc{width:min(100%,900px);margin:0 auto;background:#fff;color:#111827;border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.28);padding:34px;position:relative;min-height:790px;}
.rpmt-doc *{box-sizing:border-box;}
.rpmt-doc-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding-bottom:24px;border-bottom:1px solid #e5edf7;}
.rpmt-doc-brand{display:flex;align-items:center;gap:14px;}
.rpmt-doc-brand img{width:54px;height:54px;display:block;}
.rpmt-doc-brand strong{display:block;font-size:26px;line-height:1.08;color:#0a2440;}
.rpmt-doc-brand span{display:block;color:#5a6f86;font-size:14px;margin-top:4px;}
.rpmt-doc-meta{text-align:right;}
.rpmt-doc-meta b{display:block;font-size:12px;color:#67809c;text-transform:uppercase;letter-spacing:.14em;margin-bottom:6px;}
.rpmt-doc-meta strong{display:block;font-size:24px;color:#0a2440;line-height:1.1;}
.rpmt-doc-meta span{display:block;font-size:14px;color:#5a6f86;margin-top:5px;}
.rpmt-doc-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;margin-top:28px;}
.rpmt-doc-pane{display:grid;gap:18px;align-content:start;}
.rpmt-data-list{display:grid;gap:14px;}
.rpmt-data-item{padding:16px;border-radius:14px;background:#f6f9fc;border:1px solid #e0eaf5;}
.rpmt-data-item small{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#6b849c;margin-bottom:6px;font-weight:700;}
.rpmt-data-item strong{display:block;font-size:17px;color:#07111f;word-break:break-word;line-height:1.45;}
.rpmt-doc-amount{padding:18px 20px;border-radius:18px;background:linear-gradient(135deg,#0d243d,#163c63);color:#fff;}
.rpmt-doc-amount small{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:12px;color:#d6e8ff;margin-bottom:8px;}
.rpmt-doc-amount strong{display:block;font-size:34px;line-height:1;}
.rpmt-doc-note{padding:16px;border-radius:14px;background:#fff7db;border:1px solid #f0e0a2;color:#5f4a00;font-size:14px;line-height:1.6;}
.rpmt-doc-qrbox{display:grid;justify-items:center;gap:12px;padding:20px;border-radius:18px;border:1px dashed #cfddee;background:#fbfdff;}
.rpmt-doc-qr{width:220px;height:220px;display:grid;place-items:center;}
.rpmt-doc-qr.is-empty{background:repeating-linear-gradient(45deg,#f3f7fb,#f3f7fb 10px,#eef4f9 10px,#eef4f9 20px);border:1px dashed #d6e2ef;border-radius:12px;color:#607892;font-size:14px;text-align:center;padding:18px;}
.rpmt-doc-foot{margin-top:30px;padding-top:20px;border-top:1px solid #e5edf7;color:#5a6f86;font-size:13px;line-height:1.7;display:grid;gap:8px;}
.rpmt-unverified{position:absolute;top:148px;right:34px;display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:#fff2f2;border:1px solid #f2b0b0;color:#af2525;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;}
.rpmt-watermark{position:absolute;inset:auto 24px 90px auto;font-size:88px;line-height:1;font-weight:800;letter-spacing:.06em;color:rgba(191,32,32,.05);pointer-events:none;transform:rotate(-20deg);}
.rpmt-receipt-status{display:inline-flex;align-items:center;padding:10px 12px;border-radius:999px;background:#eaf8ef;border:1px solid #b7e4c5;color:#10613a;font-weight:700;font-size:14px;}
.rpmt-section-heading{display:flex;gap:20px;justify-content:space-between;align-items:end;margin-bottom:18px;}
.rpmt-section-heading h2{margin:0;font-size:32px;line-height:1.08;}
.rpmt-section-heading p{margin:0;color:var(--rpmt-muted);font-size:15px;max-width:700px;line-height:1.7;}
.rpmt-faq{padding:24px;margin-top:24px;}
.rpmt-faq-list{display:grid;gap:14px;}
.rpmt-faq-item{border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.03);overflow:hidden;}
.rpmt-faq-item summary{list-style:none;cursor:pointer;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:17px;font-weight:700;color:var(--rpmt-text);}
.rpmt-faq-item summary::-webkit-details-marker{display:none;}
.rpmt-faq-item summary b{width:12px;height:12px;border-right:2px solid #8ebcf0;border-bottom:2px solid #8ebcf0;transform:rotate(45deg);transition:transform .18s ease;}
.rpmt-faq-item[open] summary b{transform:rotate(-135deg);margin-top:8px;}
.rpmt-faq-item div{padding:0 20px 20px;}
.rpmt-faq-item p{margin:0;color:var(--rpmt-muted);font-size:15px;line-height:1.75;}
.rpmt-cta{padding:28px;margin-top:24px;display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:20px;align-items:center;overflow:hidden;position:relative;}
.rpmt-cta h2{margin:0 0 12px;font-size:34px;line-height:1.1;}
.rpmt-cta p{margin:0;color:var(--rpmt-muted);font-size:16px;line-height:1.7;max-width:820px;}
.rpmt-cta .rpmt-button{display:inline-flex;align-items:center;gap:10px;margin-top:18px;}
.rpmt-cta-mark{justify-self:end;width:150px;height:150px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 30% 30%,rgba(108,184,255,.4),rgba(108,184,255,.03) 45%,transparent 46%),linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));position:relative;}
.rpmt-cta-mark::before,.rpmt-cta-mark::after{content:"";position:absolute;inset:32px;border-radius:18px;border:1px solid rgba(255,255,255,.12);}
.rpmt-cta-mark::after{inset:56px;}
@media print{
  body *{visibility:hidden!important;}
  .rpmt-preview-canvas,.rpmt-preview-canvas *{visibility:visible!important;}
  .rpmt-preview-canvas{position:absolute;left:0;top:0;width:100%;background:#fff!important;padding:0!important;border:none!important;}
  .rpmt-doc{box-shadow:none!important;border-radius:0!important;width:100%!important;min-height:auto!important;}
}
@media (max-width: 1100px){
  .rpmt-hero,.rpmt-feature-grid,.rpmt-proof-grid,.rpmt-info-grid,.rpmt-cta{grid-template-columns:1fr;}
  .rpmt-workbench{grid-template-columns:1fr;}
  .rpmt-controls{position:static;}
}
@media (max-width: 760px){
  .rpmt{padding:20px 12px 52px;}
  .rpmt-nav{padding:16px;align-items:flex-start;flex-direction:column;}
  .rpmt-nav-links{width:100%;justify-content:flex-start;}
  .rpmt-hero{padding:24px;}
  .rpmt-hero h1{font-size:36px;}
  .rpmt-preview-canvas{padding:10px;min-height:unset;}
  .rpmt-doc{padding:22px;min-height:auto;}
  .rpmt-doc-head,.rpmt-doc-grid{grid-template-columns:1fr;display:grid;}
  .rpmt-doc-meta{text-align:left;}
  .rpmt-unverified{position:static;margin:14px 0 0;}
  .rpmt-watermark{font-size:58px;right:10px;bottom:60px;}
  .rpmt-section-heading{display:grid;}
  .rpmt-cta{padding:24px;}
  .rpmt-cta h2{font-size:28px;}
  .rpmt-cta-mark{justify-self:start;}
}


/* ---- v1.0.1 theme-resistant contrast layer ---- */
html body .rpmt,
html body .rpmt * ,
html body .rpmt *::before,
html body .rpmt *::after {
  box-sizing:border-box !important;
}

html body .rpmt {
  width:100vw !important;
  max-width:100vw !important;
  min-width:0 !important;
  min-height:100vh !important;
  left:auto !important;
  right:auto !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding-top:32px !important;
  padding-right:16px !important;
  padding-bottom:72px !important;
  padding-left:16px !important;
  overflow-x:clip !important;
  background:linear-gradient(180deg,#081321 0%,#0a1729 44%,#08111c 100%) !important;
  color:#eef6ff !important;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif !important;
  font-size:18px !important;
  line-height:1.62 !important;
  text-align:left !important;
  text-shadow:none !important;
  color-scheme:dark !important;
  isolation:isolate !important;
}

html body .rpmt-shell {
  width:100% !important;
  max-width:1388px !important;
  min-width:0 !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

html body .rpmt :where(.rpmt-nav,.rpmt-hero,.rpmt-feature-card,.rpmt-proof-grid article,.rpmt-info-grid article,.rpmt-card,.rpmt-preview-toolbar,.rpmt-faq,.rpmt-cta) {
  color:#eef6ff !important;
}

/* Aggressive themes often set headings, strong tags and labels to black with
 * !important. Protect all dark-surface content explicitly. */
html body .rpmt :where(.rpmt-nav,.rpmt-hero,.rpmt-feature-card,.rpmt-proof-grid article,.rpmt-info-grid article,.rpmt-card,.rpmt-preview-toolbar,.rpmt-faq,.rpmt-cta)
:where(h1,h2,h3,h4,label,summary,strong,b,span,em,li,dt,dd,output) {
  color:#eef6ff !important;
  text-shadow:none !important;
  opacity:1 !important;
}

html body .rpmt :where(.rpmt-hero p,.rpmt-feature-card p,.rpmt-proof-grid article p,.rpmt-info-grid article p,.rpmt-card p,.rpmt-faq-item p,.rpmt-cta p,.rpmt-section-heading p) {
  color:#aebed1 !important;
  text-shadow:none !important;
  opacity:1 !important;
}

html body .rpmt :where(.rpmt-brand small,.rpmt-nav-links a,.rpmt-preview-toolbar small,.rpmt-help) {
  color:#aebed1 !important;
  font-size:16px !important;
  line-height:1.45 !important;
}

html body .rpmt :where(.rpmt-feature-card p,.rpmt-proof-grid article p,.rpmt-info-grid article p,.rpmt-card p,.rpmt-faq-item p,.rpmt-section-heading p) {
  font-size:16px !important;
}

html body .rpmt :where(.rpmt-kicker,.rpmt-overline,.rpmt-mini-top,.rpmt-feature-card b) {
  font-size:16px !important;
}

html body .rpmt :where(.rpmt-kicker,.rpmt-overline,.rpmt-feature-card b,.rpmt-feature-icon,.rpmt-mini-amount) {
  color:#9ac9ff !important;
}

html body .rpmt :where(.rpmt-nav-links a,.rpmt-feature-card,.rpmt-brand,.rpmt-button) {
  text-decoration:none !important;
  text-shadow:none !important;
}

html body .rpmt :where(input,textarea,select) {
  background:#0b182a !important;
  color:#eef6ff !important;
  border-color:rgba(255,255,255,.14) !important;
  -webkit-text-fill-color:#eef6ff !important;
  caret-color:#eef6ff !important;
  font-family:inherit !important;
  font-size:16px !important;
  line-height:1.35 !important;
  opacity:1 !important;
}
html body .rpmt :where(input,textarea)::placeholder {
  color:#8298b2 !important;
  -webkit-text-fill-color:#8298b2 !important;
  opacity:1 !important;
}
html body .rpmt input:-webkit-autofill,
html body .rpmt input:-webkit-autofill:hover,
html body .rpmt input:-webkit-autofill:focus {
  -webkit-text-fill-color:#eef6ff !important;
  box-shadow:0 0 0 1000px #0b182a inset !important;
  transition:background-color 9999s ease-in-out 0s !important;
}

html body .rpmt .rpmt-field span,
html body .rpmt .rpmt-check,
html body .rpmt .rpmt-check span {
  color:#eef6ff !important;
  font-size:16px !important;
  opacity:1 !important;
}

html body .rpmt .rpmt-actions button,
html body .rpmt .rpmt-button {
  color:#07111f !important;
  font-size:16px !important;
  line-height:1.2 !important;
  text-shadow:none !important;
}
html body .rpmt .rpmt-actions button:nth-child(n+2) {
  color:#eef6ff !important;
  background:#102238 !important;
  border-color:#38516e !important;
}
html body .rpmt .rpmt-actions button:hover,
html body .rpmt .rpmt-button:hover {
  filter:brightness(1.06) !important;
}
html body .rpmt :focus-visible {
  outline:3px solid #8bbcff !important;
  outline-offset:3px !important;
}

html body .rpmt .rpmt-faq-item summary,
html body .rpmt .rpmt-faq-item summary span {
  color:#eef6ff !important;
  font-size:17px !important;
}

/* The printable payment request / receipt is intentionally a light document.
 * Reassert every important foreground so dark-theme inheritance never leaks in. */
html body .rpmt .rpmt-doc {
  background:#ffffff !important;
  color:#111827 !important;
  color-scheme:light !important;
}
html body .rpmt .rpmt-doc :where(p,span,strong,b,small,em,label,li,dt,dd,output) {
  text-shadow:none !important;
  opacity:1 !important;
}
html body .rpmt .rpmt-doc-brand strong,
html body .rpmt .rpmt-doc-meta strong {
  color:#0a2440 !important;
}
html body .rpmt .rpmt-doc-brand span,
html body .rpmt .rpmt-doc-meta span,
html body .rpmt .rpmt-doc-foot {
  color:#526980 !important;
}
html body .rpmt .rpmt-doc-meta b,
html body .rpmt .rpmt-data-item small {
  color:#607a95 !important;
}
html body .rpmt .rpmt-data-item {
  background:#f6f9fc !important;
  border-color:#e0eaf5 !important;
}
html body .rpmt .rpmt-data-item strong {
  color:#07111f !important;
}
html body .rpmt .rpmt-doc-amount,
html body .rpmt .rpmt-doc-amount strong {
  color:#ffffff !important;
}
html body .rpmt .rpmt-doc-amount small {
  color:#d6e8ff !important;
}
html body .rpmt .rpmt-doc-note {
  background:#fff7db !important;
  border-color:#f0e0a2 !important;
  color:#5f4a00 !important;
}
html body .rpmt .rpmt-doc-qrbox {
  background:#fbfdff !important;
  color:#526980 !important;
}
html body .rpmt .rpmt-doc-qr.is-empty {
  color:#526980 !important;
}
html body .rpmt .rpmt-unverified {
  background:#fff2f2 !important;
  border-color:#f2b0b0 !important;
  color:#a91f1f !important;
}
html body .rpmt .rpmt-receipt-status {
  background:#eaf8ef !important;
  border-color:#b7e4c5 !important;
  color:#10613a !important;
}

@media (max-width:760px) {
  html body .rpmt {
    padding-top:20px !important;
    padding-right:12px !important;
    padding-bottom:52px !important;
    padding-left:12px !important;
  }
}
