/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.1
*/

/* =============================================================================
 * SE — MARKET-SPECIFIC CSS
 * -----------------------------------------------------------------------------
 * EPG unification, 2026-07-21. Everything that was in the Customizer is already covered by
 * the fleet-common file, so the drain is lossless — common rules come from
 * assets/css/bollsen-epg-common.css and only genuinely SE-specific rules go here.
 *
 * No .winner-button-badge rule here on purpose: SE had no badge copy in its
 * Customizer, so there is nothing market-specific to carry over.
 * ========================================================================== */

/* -----------------------------------------------------------------------------
 * CTA BUTTONS — match the UK master (#F5A623 amber, navy text)
 * SE's markup has no `.first-button` (measured: 0), so UK's literal selector would
 * match nothing; widened to a.button.secondary, which on SE is the store CTA to
 * bollsen.se. Amazon affiliate links were removed fleet-wide on 2026-07-21, so the
 * exclusion DE needs is not required here — kept anyway so the rule stays portable.
 * -------------------------------------------------------------------------- */
.first-button.button,
.sticky-cta .button,
a.button.secondary:not([href*="amzn.to"]):not([href*="amazon."]) {
    background: #F5A623 !important;
    border-color: #F5A623 !important;
    color: #15233a !important;
    font-weight: 700 !important;
}

.first-button.button:hover,
.sticky-cta .button:hover,
a.button.secondary:not([href*="amzn.to"]):not([href*="amazon."]):hover {
    background: #e0961c !important;
    border-color: #e0961c !important;
    color: #15233a !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
