/* episode-kicker.css — "show · episode · badge" strap printed at the top of a podcast
 * episode body (Segunda Jugada). Sits above the entradilla inside post_content.
 * Icon is a mask so it takes the brand colour; the empty icon/separator spans carry
 * &nbsp; so the classic editor does not strip them (font-size 0 hides the glyph).
 * Enqueued on podcast-category posts by ig-includes/podcast-episode-assets.php. */
.episode-kicker { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 0 0 16px; }
.episode-kicker .episode-kicker-show { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; line-height: 1.5; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #7464DE; }
.episode-kicker .episode-kicker-icon { display: inline-block; width: 14px; height: 14px; flex-shrink: 0; overflow: hidden; font-size: 0; background-color: #7464DE; -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3z%22/%3E%3Cpath d=%22M19 10v2a7 7 0 0 1-14 0v-2%22/%3E%3Cline x1=%2212%22 y1=%2219%22 x2=%2212%22 y2=%2222%22/%3E%3C/svg%3E'); mask-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3z%22/%3E%3Cpath d=%22M19 10v2a7 7 0 0 1-14 0v-2%22/%3E%3Cline x1=%2212%22 y1=%2219%22 x2=%2212%22 y2=%2222%22/%3E%3C/svg%3E'); -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.episode-kicker .episode-kicker-sep { display: inline-block; width: 1px; height: 14px; overflow: hidden; font-size: 0; background: #e8e8e8; }
.episode-kicker .episode-kicker-episode { font-size: 12px; line-height: 1.5; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #6f6f6f; }
.episode-kicker .episode-kicker-badge { display: inline-flex; align-items: center; justify-content: center; padding: 0 8px; font-size: 11px; line-height: 1.4545; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; border-radius: 22px; background: linear-gradient(90deg, #7464DE, #E91E90); color: #ffffff; }
