
.psp-embed { padding: 1em; margin: 1em 0; text-align:center; }
.psp-embed label { display:block; margin-bottom:.5em; font-weight:bold; color:#ff97cd; }
.psp-embed-row { display:block; margin-top:.5em; }
.psp-embed-row input[type="text"] { width:100%; padding:.6em; border:1px solid #ccc; border-radius:5px; }
#psp-embed-check, #psp-embed-save {
  width:100%;
  margin-top:.6em;
  background:#00002a;
  color:#fff;
  border:none;
  border-radius:5px;
  padding:.7em;
  cursor:pointer;
}
#psp-embed-check:hover, #psp-embed-save:hover { opacity:0.9; }
.psp-embed-methods { margin-top:1em; text-align:left; }
.psp-method { display:flex; justify-content:space-between; align-items:center; padding:.5em 0; border-bottom:1px dashed rgba(0,0,0,.08); }
.psp-method:last-child { border-bottom:none; }
.psp-cost { opacity:.8; }
.psp-change-link { margin-left:.5em; font-size:0.9em; color:#ff97cd; text-decoration:underline; cursor:pointer; }
.psp-free-hint { font-size:0.9em; color:#666; margin:.5em 0; }
