.loop-category-header {
    background-color: #F26521 !important; /* Vibrant orange */
}
.loop-category-header * {
    color: #FFFFFF !important; /* White text for all text within */
}
.loop-category-header svg {
    fill: #FFFFFF !important; /* White fill for SVG arrows */
    stroke: #FFFFFF !important; /* White stroke for SVG arrows, if applicable */
}
.fr-fic.fr-dib {
    width: 100% !important; /* Stretch to full width of container */
    max-width: 100% !important; /* Prevent overflow */
}