/**
 * O6 Toolkit - Custom Styling
 * ConnectEngine-specific styles. Remove before packaging for sale.
 * See CUSTOM-ONLY.md for the full removal checklist.
 *
 * As of v3.2.0, most section styles live in o6tk-base.css via data
 * attributes. This file only contains O6-specific structural overrides
 * and backward-compatibility styles for the deployed ConnectEngine site.
 */


/* ═══════════════════════════════════════════════════════════
   LOGO BAR - O6 structural overrides
   The .oxy-container selector targets O6's auto-generated wrapper.
   Data-attribute styles in o6tk-base.css handle the rest.
   ═══════════════════════════════════════════════════════════ */

[data-section="logo-bar"] > .oxy-container {
    overflow: visible !important;
}

/* Marquee items: override any grayscale from data-attribute CSS
   since the GSAP marquee clones need to stay visible */
[data-section="logo-bar"] [data-logo-item] img {
    filter: none !important;
    opacity: 1 !important;
}
