/* Podcast Publisher — inline episode player injected into the first post */
.fb-podcast { display: flex; gap: 14px; align-items: center; margin: 0 0 14px; padding: 12px 14px; border: 1px solid rgba(128,128,128,.28); border-radius: 10px; background: rgba(128,128,128,.06); }
.fb-podcast-cover { width: 96px; height: 96px; flex: 0 0 96px; object-fit: cover; border-radius: 8px; background: rgba(128,128,128,.15); }
.fb-podcast-main { flex: 1 1 auto; min-width: 0; }
.fb-podcast-title { font-weight: 600; margin-bottom: 8px; }
.fb-podcast-audio { width: 100%; }
.fb-podcast-dl { font-size: 12px; opacity: .8; }
@media (max-width: 520px) { .fb-podcast { flex-direction: column; align-items: stretch; } .fb-podcast-cover { width: 100%; height: auto; max-height: 220px; } }

/* ACP */
#podcast-acp .pc-form label { display: inline-block; margin: 6px 16px 6px 0; }
#podcast-acp .pc-row { display: flex; flex-wrap: wrap; gap: 4px 0; align-items: flex-end; }
#podcast-acp .pc-table { width: 100%; border-collapse: collapse; margin: 6px 0 20px; }
#podcast-acp .pc-table th, #podcast-acp .pc-table td { text-align: left; padding: 6px 8px; border-bottom: 1px solid rgba(128,128,128,.25); font-size: 13px; vertical-align: top; }
#podcast-acp .pc-ok { color: #2e9e5b; font-weight: 600; }
#podcast-acp .pc-bad { color: #d9534f; font-weight: 600; }
#podcast-acp .pc-wait { color: #c88a1e; }
#podcast-acp .pc-out { margin-left: 8px; padding: 4px 10px; border-radius: 6px; background: rgba(128,128,128,.1); }
#podcast-acp .btn-ghost { opacity: .8; }
