/* payer.css — ChoKInfO */

/* ══ Styles extraits des attributs inline ══ */
.py-page-top      { padding-top: 100px; }
.py-mt8           { margin-top: 8px; }
.py-mt12          { margin-top: 12px; }
.py-mb16          { margin-bottom: 16px; }
.py-crypto-img-wrap { text-align: center; margin: 16px 0; }
.py-crypto-img    { width: 120px; margin: 0 auto; transition: transform .3s ease; }
.py-addr-hint     { font-size: .85rem; color: var(--text-muted); margin-top: 8px; }
.py-copy-msg      { font-size: .8rem; color: var(--p-base); margin-top: 4px; }
.py-hidden        { display: none; }
.py-help-wrap     { text-align: center; padding: 32px 0 8px; }
.py-cursor-default { cursor: default; }
.py-muted         { color: var(--text-muted); }
.py-bandeau-wrap  { margin-top: 20px; }
.py-bandeau-img   { width: 100%; display: block; }
