/*
 * ====================================================================
 * PYROFEED PAGE STYLES (pyrofeed_bs5.twig)
 * ====================================================================
 * Shares common styles with choreofeed - uses the same card structure
 */

/* Import choreofeed styles for card structure */
@import url('bs5_choreofeed.css');

/* Card border radius to match other cards */
.fm-card--hover-strong {
    border-radius: var(--fm-card-border-radius, 0.5rem);
    overflow: hidden;
}

/* Ensure pyro-gallery-trigger has border radius */
.pyro-gallery-trigger {
    border-radius: var(--fm-card-border-radius, 0.5rem);
    overflow: hidden;
    display: block;
}

/* Ensure the source has white background - specific override for pyrofeed */
.choreo-card-source {
    background-color: rgba(255, 255, 255, 0.75) !important;
    color: var(--fm-black) !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    text-shadow: none !important;
}