/**
 * Play-button theming for the [smartpod_embed] facade.
 *
 * Colour only. The facade's layout - the 16/9 aspect-ratio box - lives in an
 * inline style attribute on the button, deliberately, so that it applies
 * regardless of whether or when this file loads.
 *
 * The SVG carries neutral black-and-white presentation attributes as its
 * fallback, so dequeuing this stylesheet through smartpod_enqueue_embed_styles
 * leaves a usable unbranded player rather than an invisible one.
 *
 * HealSmarter palette: #004AAD blue at rest, #D6336C raspberry on hover,
 * #EFEBEC off-white for the triangle and ring.
 */

.smartpod-embed__icon { width: 80px; height: 80px; }
.smartpod-embed__icon-disc     { fill: rgba(0,74,173,.85); stroke: #EFEBEC; }
.smartpod-embed__icon-triangle { fill: #EFEBEC; }
.smartpod-embed__button:hover .smartpod-embed__icon-disc { fill: #D6336C; stroke: #EFEBEC; }
.smartpod-embed__button:hover .smartpod-embed__icon-triangle { fill: #EFEBEC; }
