
/* Solace manual-payment experience v1.4 */
body.solace-manual-payment-page .solace-page,
body.solace-manual-payment-template .solace-page{
  padding-top:0!important;
}
body.solace-manual-payment-page .solace-page__inner,
body.solace-manual-payment-template .solace-page__inner{
  max-width:none!important;
  padding:0!important;
}
body.solace-manual-payment-page .solace-entry,
body.solace-manual-payment-template .solace-entry{
  margin:0!important;
  max-width:none!important;
}
body.solace-manual-payment-page .entry-title,
body.solace-manual-payment-page .page-title,
body.solace-manual-payment-page .wp-block-post-title,
body.solace-manual-payment-template .entry-title,
body.solace-manual-payment-template .page-title,
body.solace-manual-payment-template .wp-block-post-title{
  display:none!important;
}

.solace-manual-payment{
  --sow-ink:#171713;
  --sow-muted:#6f6a61;
  --sow-gold:#9a7937;
  --sow-line:#ded7ca;
  --sow-paper:#f7f3e9;
  --sow-card:#fffdf8;
  width:100%;
  margin:0;
  padding:56px 24px 80px;
  background:var(--sow-paper);
  color:var(--sow-ink);
  box-sizing:border-box;
}
.solace-manual-payment *,
.solace-manual-payment *::before,
.solace-manual-payment *::after{
  box-sizing:border-box;
}
.solace-payment-shell{
  width:min(920px,100%);
  margin:0 auto;
}
.solace-payment-header{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:32px;
  margin-bottom:26px;
}
.solace-payment-eyebrow{
  margin:0 0 8px!important;
  color:var(--sow-gold)!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:1.2!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
.solace-payment-header h1{
  margin:0 0 10px!important;
  max-width:680px;
  color:var(--sow-ink)!important;
  font-family:"Italiana",Georgia,serif!important;
  font-size:clamp(40px,5.2vw,68px)!important;
  font-weight:400!important;
  line-height:.98!important;
  letter-spacing:-.025em!important;
}
.solace-payment-intro{
  margin:0!important;
  color:var(--sow-muted)!important;
  font-size:14px!important;
  line-height:1.6!important;
}
.solace-payment-total{
  min-width:170px;
  padding:18px 20px;
  border:1px solid var(--sow-line);
  background:var(--sow-card);
}
.solace-payment-total span,
.solace-payment-detail span{
  display:block;
  margin-bottom:5px;
  color:var(--sow-muted);
  font-size:9px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.solace-payment-total strong{
  font-size:25px;
  font-weight:600;
}
.solace-payment-panel{
  margin-top:14px;
  padding:24px;
  border:1px solid var(--sow-line);
  background:var(--sow-card);
  box-shadow:0 12px 35px rgba(31,26,17,.035);
}
.solace-payment-section-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.solace-payment-section-heading h2,
.solace-payment-help h2,
.solace-payment-empty h2{
  margin:0!important;
  color:var(--sow-ink)!important;
  font-family:"Italiana",Georgia,serif!important;
  font-size:clamp(25px,3vw,35px)!important;
  font-weight:400!important;
  line-height:1.08!important;
}
.solace-payment-status{
  padding:7px 11px;
  border:1px solid #d7c79e;
  border-radius:999px;
  background:#fbf5e4;
  color:#765b25;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.solace-manual-payment__method-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
.solace-manual-method{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:142px!important;
  padding:18px!important;
  border:1px solid var(--sow-line)!important;
  border-radius:2px!important;
  background:#faf7ef!important;
  cursor:pointer!important;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.solace-manual-method:hover{
  transform:translateY(-1px);
  border-color:#b9aa89!important;
}
.solace-manual-method.is-selected,
.solace-manual-method:has(input:checked){
  border-color:var(--sow-gold)!important;
  box-shadow:0 0 0 2px rgba(154,121,55,.12)!important;
}
.solace-manual-method input{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
}
.solace-method-radio{
  position:absolute;
  top:17px;
  right:17px;
  width:17px;
  height:17px;
  border:1px solid #aaa397;
  border-radius:50%;
}
.solace-manual-method:has(input:checked) .solace-method-radio::after{
  content:"";
  position:absolute;
  inset:4px;
  border-radius:50%;
  background:var(--sow-gold);
}
.solace-manual-method__name{
  padding-right:26px;
  color:var(--sow-ink)!important;
  font-size:16px!important;
  font-weight:700!important;
}
.solace-manual-method__value{
  margin-top:8px;
  color:var(--sow-muted)!important;
  font-size:12px!important;
  line-height:1.45!important;
  word-break:break-word;
}
.solace-copy-button{
  align-self:flex-start!important;
  margin-top:auto!important;
  padding:8px 11px!important;
  border:1px solid #c8bdab!important;
  border-radius:2px!important;
  background:transparent!important;
  color:var(--sow-ink)!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:1!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
  cursor:pointer!important;
}
.solace-copy-button:hover{
  border-color:var(--sow-gold)!important;
  color:#765b25!important;
}
.solace-payment-details{
  display:grid;
  grid-template-columns:1fr 1.35fr;
  gap:10px;
}
.solace-payment-detail{
  min-height:96px;
  padding:18px;
  border:1px solid var(--sow-line);
  background:#faf7ef;
}
.solace-payment-detail strong{
  display:block;
  color:var(--sow-ink);
  font-size:24px;
  font-weight:600;
}
.solace-payment-detail--memo{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
}
.solace-payment-detail--memo span{
  grid-column:1/-1;
}
.solace-payment-detail--memo strong{
  font-size:27px;
  letter-spacing:.08em;
}
.solace-payment-detail--memo .solace-copy-button{
  justify-self:start!important;
  align-self:start!important;
  margin-top:12px!important;
}
.solace-payment-warning{
  display:flex;
  gap:8px 18px;
  margin-top:12px;
  padding:13px 15px;
  border-left:3px solid var(--sow-gold);
  background:#f6eedb;
  color:#50472f;
  font-size:12px;
  line-height:1.5;
}
.solace-payment-warning strong{
  white-space:nowrap;
}
.solace-payment-steps{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px 30px;
  margin:18px 0 0!important;
  padding-left:20px!important;
}
.solace-payment-steps li{
  margin:0!important;
  color:#514d46!important;
  font-size:12px!important;
  line-height:1.5!important;
}
.solace-payment-confirm{
  margin-top:14px;
}
.solace-payment-sent-button{
  width:100%!important;
  min-height:54px!important;
  padding:14px 20px!important;
  border:1px solid var(--sow-ink)!important;
  border-radius:2px!important;
  background:var(--sow-ink)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
  cursor:pointer!important;
  transition:opacity .18s ease,transform .18s ease!important;
}
.solace-payment-sent-button:hover:not(:disabled){
  opacity:.9!important;
  transform:translateY(-1px);
}
.solace-payment-sent-button:disabled{
  cursor:not-allowed!important;
  opacity:.62!important;
}
.solace-manual-payment__status{
  min-height:18px;
  margin:9px 0 0!important;
  color:var(--sow-muted)!important;
  font-size:11px!important;
  line-height:1.5!important;
  text-align:center!important;
}
.solace-payment-help{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:14px;
  padding:22px 24px;
  border:1px solid var(--sow-line);
  background:#eee7d8;
}
.solace-payment-help p:not(.solace-payment-eyebrow),
.solace-payment-empty p{
  margin:7px 0 0!important;
  color:var(--sow-muted)!important;
  font-size:12px!important;
}
.solace-support-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:11px 16px!important;
  border:1px solid var(--sow-ink)!important;
  border-radius:2px!important;
  background:transparent!important;
  color:var(--sow-ink)!important;
  font-size:10px!important;
  font-weight:700!important;
  letter-spacing:.08em!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
  white-space:nowrap;
}
.solace-support-button:hover{
  background:var(--sow-ink)!important;
  color:#fff!important;
}
.solace-payment-empty{
  text-align:center;
}
.solace-payment-empty .solace-support-button{
  margin-top:18px;
}

@media(max-width:760px){
  .solace-manual-payment{
    padding:34px 16px 56px;
  }
  .solace-payment-header{
    grid-template-columns:1fr;
    gap:18px;
  }
  .solace-payment-total{
    min-width:0;
  }
  .solace-payment-progress{
    grid-template-columns:1fr 1fr;
    gap:12px;
  }
  .solace-payment-progress>div::after{
    display:none;
  }
  .solace-manual-payment__method-grid,
  .solace-payment-details,
  .solace-payment-steps{
    grid-template-columns:1fr!important;
  }
  .solace-payment-panel{
    padding:18px;
  }
  .solace-payment-section-heading,
  .solace-payment-warning,
  .solace-payment-help{
    align-items:flex-start;
    flex-direction:column;
  }
  .solace-payment-warning strong{
    white-space:normal;
  }
  .solace-payment-help{
    display:flex;
  }
}




/* v1.9.1 — visible support email fallback */
.solace-payment-help__contact{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:7px;
  min-width:250px;
}
.solace-payment-help__label{
  color:var(--sow-muted);
  font-size:9px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.solace-payment-help__email{
  color:var(--sow-ink)!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.3!important;
  text-decoration:underline!important;
  text-underline-offset:3px;
  word-break:break-word;
}
.solace-payment-help__email:hover{
  color:#765b25!important;
}
@media(max-width:760px){
  .solace-payment-help__contact{
    align-items:flex-start;
    min-width:0;
    width:100%;
    margin-top:16px;
  }
}


/* v1.9.2 — simplified buyer flow and stronger payment amounts */
.solace-payment-header{
  margin-bottom:22px!important;
}
.solace-payment-total{
  min-width:210px!important;
  padding:22px 24px!important;
}
.solace-payment-total span{
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.15em!important;
}
.solace-payment-total strong,
.solace-payment-total .woocommerce-Price-amount,
.solace-payment-total .woocommerce-Price-currencySymbol{
  display:inline!important;
  color:#111!important;
  font-size:36px!important;
  font-weight:900!important;
  line-height:1!important;
}
.solace-payment-detail{
  min-height:116px!important;
}
.solace-payment-detail span{
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
}
.solace-payment-detail strong,
.solace-payment-detail .woocommerce-Price-amount,
.solace-payment-detail .woocommerce-Price-currencySymbol{
  display:inline!important;
  color:#111!important;
  font-size:34px!important;
  font-weight:900!important;
  line-height:1!important;
}
.solace-payment-detail--memo strong{
  font-size:33px!important;
  font-weight:900!important;
}
.solace-payment-panel:first-of-type{
  margin-top:0!important;
}
.solace-payment-status{
  font-size:11px!important;
  font-weight:800!important;
}
@media(max-width:760px){
  .solace-payment-total{
    min-width:0!important;
    width:100%;
  }
  .solace-payment-total strong,
  .solace-payment-total .woocommerce-Price-amount,
  .solace-payment-total .woocommerce-Price-currencySymbol{
    font-size:32px!important;
  }
  .solace-payment-detail strong,
  .solace-payment-detail .woocommerce-Price-amount,
  .solace-payment-detail .woocommerce-Price-currencySymbol{
    font-size:30px!important;
  }
}


/* v1.9.3 — dynamic customer payment/order state */
.solace-payment-sent-button.is-status{
  border-color:#9a7937!important;
  background:#77766f!important;
  color:#fff!important;
  opacity:1!important;
}
.solace-payment-sent-button.is-status:disabled{
  opacity:1!important;
  cursor:default!important;
}


/* v2.1.2 — larger recipient details and repeated payment destination */
.solace-manual-method__value{
  margin-top:10px!important;
  color:#111!important;
  font-size:18px!important;
  font-weight:800!important;
  line-height:1.3!important;
  letter-spacing:.01em!important;
}
.solace-payment-details{
  grid-template-columns:.9fr 1.8fr .9fr!important;
}
.solace-payment-detail--recipient,
.solace-payment-detail--memo{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  column-gap:12px!important;
}
.solace-payment-detail--recipient span,
.solace-payment-detail--memo span{
  grid-column:1/-1!important;
}
.solace-payment-detail--recipient strong{
  display:block!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  font-size:34px!important;
  font-weight:900!important;
  line-height:1.1!important;
  letter-spacing:0!important;
}
.solace-payment-detail--recipient .solace-copy-button,
.solace-payment-detail--memo .solace-copy-button{
  justify-self:start!important;
  align-self:start!important;
  margin-top:12px!important;
}
@media(max-width:980px){
  .solace-payment-details{
    grid-template-columns:1fr 1fr!important;
  }
  .solace-payment-detail--recipient{
    grid-column:1/-1!important;
  }
}
@media(max-width:760px){
  .solace-payment-details{
    grid-template-columns:1fr!important;
  }
  .solace-payment-detail--recipient{
    grid-column:auto!important;
  }
  .solace-manual-method__value{
    font-size:17px!important;
  }
  .solace-payment-detail--recipient strong{
    font-size:23px!important;
  }
}

/* v2.1.4 — single-line auto-fit destination and gateway QR codes */
.solace-payment-details{
  grid-template-columns:.9fr 1.9fr .9fr!important;
}
.solace-payment-detail--recipient{
  display:block!important;
}
.solace-payment-detail--recipient>span{
  display:block!important;
}
.solace-recipient-content{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-width:0;
}
.solace-recipient-copy{
  display:flex;
  flex:1 1 auto;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
}
.solace-payment-destination,
.solace-payment-detail--recipient strong.solace-payment-destination{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  overflow:hidden!important;
  text-overflow:clip!important;
  font-size:34px!important;
  line-height:1.08!important;
}
.solace-payment-detail--recipient .solace-copy-button{
  margin-top:14px!important;
}
.solace-payment-qr{
  display:block;
  object-fit:contain;
  background:#fff;
  border:1px solid var(--sow-line);
  padding:6px;
}
.solace-payment-qr--method{
  width:118px;
  height:118px;
  margin:14px 0 4px;
}
.solace-payment-qr--detail{
  flex:0 0 auto;
  width:112px;
  height:112px;
}
.solace-manual-method:has(.solace-payment-qr--method){
  min-height:292px!important;
}
@media(max-width:980px){
  .solace-payment-details{grid-template-columns:1fr!important}
  .solace-payment-detail--recipient{grid-column:auto!important}
}
@media(max-width:560px){
  .solace-recipient-content{align-items:flex-start;flex-direction:column}
  .solace-payment-qr--detail{width:132px;height:132px}
  .solace-payment-destination,
  .solace-payment-detail--recipient strong.solace-payment-destination{font-size:28px!important}
}

/* v2.1.5 — compact single-panel manual payment page */
.solace-manual-payment--compact{
  min-height:auto!important;
  padding:28px 24px 38px!important;
}
.solace-manual-payment--compact .solace-payment-shell{
  width:min(1080px,100%)!important;
}
.solace-payment-panel--compact{
  margin-top:0!important;
  padding:24px!important;
}
.solace-compact-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:20px;
}
.solace-compact-heading h1{
  margin:0!important;
  color:var(--sow-ink)!important;
  font-family:"Italiana",Georgia,serif!important;
  font-size:clamp(32px,4vw,48px)!important;
  font-weight:400!important;
  line-height:1!important;
  letter-spacing:-.02em!important;
}
.solace-payment-details--compact{
  display:grid!important;
  grid-template-columns:.78fr 1.72fr .82fr!important;
  gap:12px!important;
}
.solace-payment-details--compact .solace-payment-detail{
  min-height:210px!important;
  padding:20px!important;
}
.solace-payment-detail--amount{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.solace-payment-detail--amount strong,
.solace-payment-detail--amount .woocommerce-Price-amount,
.solace-payment-detail--amount .woocommerce-Price-currencySymbol{
  font-size:38px!important;
}
.solace-payment-details--compact .solace-payment-detail--recipient{
  display:flex!important;
  flex-direction:column!important;
}
.solace-payment-details--compact .solace-recipient-content{
  flex:1 1 auto!important;
  align-items:center!important;
  gap:22px!important;
}
.solace-payment-details--compact .solace-recipient-copy{
  justify-content:center!important;
}
.solace-payment-details--compact .solace-payment-destination{
  font-size:36px!important;
  text-overflow:ellipsis!important;
}
.solace-payment-details--compact .solace-payment-qr--detail{
  width:170px!important;
  height:170px!important;
  padding:8px!important;
}
.solace-payment-details--compact .solace-payment-detail--memo{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:14px!important;
}
.solace-payment-details--compact .solace-payment-detail--memo span,
.solace-payment-details--compact .solace-payment-detail--memo strong,
.solace-payment-details--compact .solace-payment-detail--memo .solace-copy-button{
  grid-column:auto!important;
  margin:0!important;
}
.solace-payment-details--compact .solace-payment-detail--memo strong{
  font-size:34px!important;
  letter-spacing:.06em!important;
  white-space:nowrap!important;
}
.solace-compact-note{
  margin:12px 0 0!important;
  padding:11px 14px!important;
  border-left:3px solid var(--sow-gold)!important;
  background:#f6eedb!important;
  color:#50472f!important;
  font-size:12px!important;
  line-height:1.45!important;
}
.solace-payment-panel--compact .solace-payment-confirm{
  margin-top:14px!important;
}
.solace-payment-panel--compact .solace-payment-sent-button{
  min-height:50px!important;
}
.solace-payment-help--compact{
  margin-top:12px!important;
  padding:16px 20px!important;
}
.solace-payment-help--compact h2{
  font-size:27px!important;
}
.solace-payment-help--compact .solace-payment-help__contact{
  min-width:0!important;
  flex-direction:row!important;
  align-items:center!important;
}
@media(max-width:900px){
  .solace-payment-details--compact{
    grid-template-columns:1fr 1fr!important;
  }
  .solace-payment-details--compact .solace-payment-detail--recipient{
    grid-column:1/-1!important;
    order:3;
  }
  .solace-payment-details--compact .solace-payment-detail{
    min-height:150px!important;
  }
}
@media(max-width:620px){
  .solace-manual-payment--compact{
    padding:20px 14px 30px!important;
  }
  .solace-payment-panel--compact{
    padding:16px!important;
  }
  .solace-compact-heading{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:12px!important;
  }
  .solace-payment-details--compact{
    grid-template-columns:1fr!important;
  }
  .solace-payment-details--compact .solace-payment-detail--recipient{
    grid-column:auto!important;
    order:initial!important;
  }
  .solace-payment-details--compact .solace-payment-detail{
    min-height:auto!important;
  }
  .solace-payment-details--compact .solace-recipient-content{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
  .solace-payment-details--compact .solace-payment-qr--detail{
    width:190px!important;
    height:190px!important;
    align-self:center!important;
  }
  .solace-payment-details--compact .solace-payment-destination{
    font-size:30px!important;
  }
  .solace-payment-help--compact,
  .solace-payment-help--compact .solace-payment-help__contact{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
}


/* v2.1.6 — full recipient visibility, compact order details, large QR */
.solace-payment-details--compact{
  grid-template-columns:.72fr 2.18fr .76fr!important;
}
.solace-payment-details--compact .solace-payment-detail--recipient{
  min-width:0!important;
}
.solace-payment-details--compact .solace-recipient-content{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 180px!important;
  align-items:center!important;
  gap:20px!important;
  width:100%!important;
  min-width:0!important;
}
.solace-payment-details--compact .solace-recipient-copy{
  width:100%!important;
  min-width:0!important;
}
.solace-payment-details--compact .solace-payment-destination{
  max-width:100%!important;
  font-size:32px!important;
  text-overflow:clip!important;
}
.solace-payment-details--compact .solace-payment-qr--detail{
  width:180px!important;
  height:180px!important;
}
.solace-order-summary{
  margin-top:14px;
  padding:16px 18px;
  border:1px solid var(--sow-line);
  background:#faf7ef;
}
.solace-order-summary__heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding-bottom:10px;
  border-bottom:1px solid var(--sow-line);
}
.solace-order-summary__heading h2{
  margin:0!important;
  color:var(--sow-ink)!important;
  font-family:"Italiana",Georgia,serif!important;
  font-size:27px!important;
  font-weight:400!important;
  line-height:1.1!important;
}
.solace-order-summary__heading span{
  color:var(--sow-muted);
  font-size:10px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.solace-order-summary__item,
.solace-order-summary__totals>div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
}
.solace-order-summary__item{
  padding:11px 0;
  border-bottom:1px solid #e8e1d5;
}
.solace-order-summary__item>div{
  min-width:0;
}
.solace-order-summary__item strong{
  color:var(--sow-ink);
  font-size:13px;
  line-height:1.35;
}
.solace-order-summary__item>div>strong{
  display:block;
}
.solace-order-summary__item span{
  display:block;
  margin-top:3px;
  color:var(--sow-muted);
  font-size:11px;
}
.solace-order-summary__totals{
  width:min(430px,100%);
  margin:10px 0 0 auto;
}
.solace-order-summary__totals>div{
  padding:4px 0;
  color:var(--sow-muted);
  font-size:12px;
}
.solace-order-summary__totals>div:last-child{
  margin-top:5px;
  padding-top:9px;
  border-top:1px solid var(--sow-line);
  color:var(--sow-ink);
  font-size:14px;
}
.solace-order-summary__totals strong{
  color:var(--sow-ink);
}
@media(max-width:980px){
  .solace-payment-details--compact .solace-recipient-content{
    grid-template-columns:minmax(0,1fr) 180px!important;
  }
}
@media(max-width:620px){
  .solace-payment-details--compact .solace-recipient-content{
    grid-template-columns:1fr!important;
  }
  .solace-payment-details--compact .solace-payment-destination{
    font-size:28px!important;
  }
  .solace-payment-details--compact .solace-payment-qr--detail{
    width:200px!important;
    height:200px!important;
    justify-self:center!important;
  }
  .solace-order-summary{
    padding:14px;
  }
}


/* v2.1.7 — full recipient visibility, support first, confirmation before order details */
.solace-payment-help--top{
  order:-1;
  margin:0 0 14px!important;
}
.solace-payment-details--compact{
  grid-template-columns:.72fr 2.35fr .78fr!important;
}
.solace-payment-details--compact .solace-payment-detail--recipient{
  overflow:visible!important;
}
.solace-payment-details--compact .solace-recipient-content{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  width:100%!important;
  min-width:0!important;
}
.solace-payment-details--compact .solace-recipient-copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  width:100%!important;
  min-width:0!important;
  text-align:center!important;
}
.solace-payment-details--compact .solace-payment-destination{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  padding:0 4px!important;
  font-size:24px!important;
  line-height:1.2!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
  overflow:visible!important;
  text-overflow:clip!important;
  text-align:center!important;
}
.solace-payment-details--compact .solace-recipient-copy .solace-copy-button{
  margin-top:12px!important;
}
.solace-payment-details--compact .solace-payment-qr--detail{
  width:190px!important;
  height:190px!important;
  flex:0 0 auto!important;
}
.solace-payment-confirm{
  margin-top:14px!important;
  margin-bottom:14px!important;
}
.solace-order-summary{
  margin-top:0!important;
}
@media(max-width:760px){
  .solace-payment-help--top{
    margin-bottom:12px!important;
  }
  .solace-payment-details--compact{
    grid-template-columns:1fr!important;
  }
  .solace-payment-details--compact .solace-payment-destination{
    font-size:24px!important;
  }
  .solace-payment-details--compact .solace-payment-qr--detail{
    width:210px!important;
    height:210px!important;
  }
}
