/* ── Pull-up del box di pagamento ── */
.mp-pricing {
    margin-top: -210px;
}

/* ── Banner "Pagamento DEMO" ── */
.stp-demo-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff3cd;
    border: 2px solid #f0a500;
    border-radius: 10px;
    color: #7a4f00;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 10px 20px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(240,165,0,.25);
    animation: stp-demo-pulse 2.5s ease-in-out infinite;
}

.stp-demo-banner__icon {
    font-size: 20px;
}

@keyframes stp-demo-pulse {
    0%, 100% { box-shadow: 0 2px 12px rgba(240,165,0,.25); }
    50%       { box-shadow: 0 4px 24px rgba(240,165,0,.55); }
}

/* ── Sfondo scuro pagina /payment-invoice-check/ (ID 1523) — uguale a My Account ── */
body.page-id-1523,
body.postid-1523 {
    background: #1E1E1E !important;
}

body.page-id-1523 .wp-site-blocks,
body.page-id-1523 .site,
body.page-id-1523 .site-content,
body.page-id-1523 .content-area,
body.page-id-1523 .entry-content,
body.page-id-1523 .page-content,
body.page-id-1523 .wp-block-post-content,
body.postid-1523 .wp-site-blocks,
body.postid-1523 .entry-content,
body.postid-1523 .wp-block-post-content {
    background: #1E1E1E !important;
}

/* Full width — rimuove bande bianche laterali */
body.page-id-1523 .entry-content,
body.page-id-1523 .wp-block-post-content,
body.postid-1523 .entry-content,
body.postid-1523 .wp-block-post-content {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}
