/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* ============================================================================
   SimKit — site-wide overrides for the Salient child theme.

   APPEND the block between the BEGIN/END markers below to the END of:

     wp-content/themes/salient-child/style.css

   The file already exists (it's the theme stylesheet — has a theme metadata
   header at the top with "Theme Name: Salient Child Theme"). Do NOT replace
   it; just append.

   These rules previously lived in salient-child/assets/algolia.css but had
   nothing to do with Algolia, so we moved them here where they belong.
   ============================================================================ */

/* === BEGIN SimKit site-wide overrides ======================================== */

/* Brand tokens — keep in sync with the same :root block in assets/algolia.css */
:root {
	--simkit-accent: #3886FB;
}

/* The floating currency switcher (.simkit-currency-switcher--floating) creates
   a stacking context that traps Select2's dropdown beneath it. Lift Select2
   to the top so the AUD/BRL/CAD list paints above the trigger pill. */
.select2-container--open,
.select2-container--open .select2-dropdown,
.select2-dropdown,
.select2-dropdown--above,
.select2-dropdown--below {
	z-index: 999999 !important;
}

/* Buy button on plan / product pages */
.simkit-plan__buy {
	background: var(--simkit-accent) !important;
	color: #fff !important;
	border: none !important;
	padding: 15px 10px !important;
	border-radius: 5px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	white-space: nowrap;
	font-size: 15px !important;
}

/* === END SimKit site-wide overrides ========================================== */