/* WordPress/Astra integration layer. */
body.ptitemps-theme { background: var(--white); }
.ptitemps-theme #page, .ptitemps-theme .site-content, .ptitemps-theme .site-main { width: 100%; max-width: none; margin: 0; padding: 0; }
.ptitemps-theme main { min-height: 55vh; }
.ptitemps-theme .site-header { margin: 0; }
.ptitemps-theme .woocommerce-notices-wrapper { width: min(var(--container), calc(100% - 40px)); margin: 20px auto 0; }
.ptitemps-theme .screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.pt-alert { margin-top: 24px; padding: 14px 18px; border-radius: 12px; font-weight: 750; }
.pt-alert-error { border: 1px solid #d9a39b; color: #813b32; background: #fff1ef; }
.token-error-page { min-height: 65vh; display: grid; place-items: center; background: var(--cream); }
.token-error-card { padding: 48px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); text-align: center; }
.token-error-card h1, .token-error-card .lead { margin-inline: auto; }
