/* Politika Approvals Standalone styles */
.pcast-container { max-width: 820px; margin: 24px auto; padding: 0 16px; }
.pcast-card { border: 1px solid #dcdcde; background: #fff; border-radius: 10px; padding: 16px; }
.pcast-card input[type="text"], .pcast-card textarea { width: 100%; padding: .5rem; border: 1px solid #ccc; border-radius: 6px; }
.pcast-btn { background: #2271b1; color: #fff; border: none; padding: .6rem 1rem; border-radius: 6px; cursor: pointer; }
.pcast-btn:hover { background: #135e96; }
.pcast-status { background: #f6f7f7; border: 1px solid #dcdcde; padding: .5rem .75rem; border-radius: 6px; margin-bottom: .75rem; }
.pcast-preview { border: 1px solid #dcdcde; background: #fff; border-radius: 10px; padding: 0; margin-top: 10px; }
.pcast-preview iframe { width: 100%; height: 420px; border: 0; }
.pcast-preview pre { padding: 12px; white-space: pre-wrap; }
