/* ==========================================================================
   UGLOW Sport — Category / "other pages" template (template-uglow-category.php
   and homepage-layout-run-cat-lp.php). Loaded only on those templates.
   Depends on style-header-footer.css for shared tokens, base reset, buttons,
   and global chrome.

   Contains the .ugc- prefixed selectors used by the category hero/UGC layout
   plus the small drawer-feature button overrides that are only applied
   inside the category hero row (`.ugc-hero-row.menu-btns`).
   ========================================================================== */

.ugc-page-wrap header.ugc-hero p.ugc-hero-sub {
    margin: 20px auto;
}

/* Category hero row — pill / toggle buttons that wrap drawer feature CTAs */
.ugc-hero-row.menu-btns {
    width: auto;
    float: none;
    display: table !important;
    margin: 0 auto;
}

.ugc-hero-row.menu-btns a.ugs-drawer__feature {
    border: 0px !important;
    background: #eee !important;
    border-radius: 0px;
    color: #000 !important;
    margin: 0 5px;
}

.ugc-swatches {
    display: none;
}

.ugc-hero-row.menu-btns a.ugs-drawer__feature {
    color: #000 !important;
    margin: 0;
    float: left;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #fff !important;
    min-width: 70px;
    text-align: center;
    border: 1px solid #000 !important;
}

.ugc-hero-row.menu-btns .ugc-toggle {
    background: #000;
    border: 0 !important;
    margin: 10px 0 0;
}

.ugc-hero-row.menu-btns a.ugs-drawer__feature.is-active {
    background: #000 !important;
}

.ugc-hero-row.menu-btns a.ugs-drawer__feature.is-active span,
.ugc-hero-row.menu-btns .ugc-toggle a.ugs-drawer__feature:hover span {
    color: #fff !important;
}

.ugc-hero-row.menu-btns .ugc-toggle {
    background: #000;
}

.ugc-hero-row.menu-btns .ugc-toggle a.ugs-drawer__feature:hover {
    background: #00a3db !important;
    color: #fff !important;
    border: 1px solid #00a3db !important;
}

.ugc-hero-row.menu-btns a.ugs-drawer__feature span {
    padding-top: 0px;
}
