.nowpost-iframe-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;position:relative}.nowpost-iframe-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.nowpost-loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:nowpost-spin 1s linear infinite;margin-bottom:1rem}@keyframes nowpost-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.nowpost-iframe-error{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:2rem;text-align:center;color:#dc2626}.nowpost-iframe-error h3{font-size:1.25rem;margin-bottom:.5rem;color:#dc2626}.nowpost-iframe-error p{margin-bottom:1.5rem;color:#7f1d1d}.nowpost-retry-button{padding:.5rem 1rem;background:#ffffff;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s;color:#374151}.nowpost-retry-button:hover{background:#f3f4f6;border-color:#9ca3af}