/*
 Theme Name:   Mercury Child
 Theme URI:    https://wagerdigest.com
 Description:  Mercury Child Theme for WagerDigest
 Author:       Antigravity
 Template:     mercury
 Version:      1.0.0
*/

/* 1. Header Navigation Bar (Dark Navy #0B132B) */
.space-header-wrap {
  background-color: #0B132B !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15) !important;
}
.space-header-menu ul.main-menu li a,
.space-header-search i {
  color: #ffffff !important;
}
.space-header-menu ul.main-menu li a:hover,
.space-header-menu ul.main-menu li:hover > a,
.space-header-menu ul.main-menu li.current-menu-item > a {
  color: #FFC107 !important; /* Yellow Active/Hover menu items */
}
.space-mobile-menu-icon div {
  background-color: #ffffff !important; /* Mobile hamburger icon */
}
img.attachment-mercury-custom-logo {
  filter: brightness(0) invert(1) !important; /* Invert dark logo to white for legibility */
}

/* 2. Primary CTA Buttons (Green #28A745) */
.space-organization-content-button a, 
.space-unit-content-button a, 
.space-organizations-3-archive-item-button-ins a:first-child, 
.space-organizations-4-archive-item-button-two-ins a,
.space-offers-archive-item-button a,
.has-mercury-second-background-color {
  background-color: #28A745 !important;
  color: #ffffff !important;
}
.space-organization-content-button a:hover, 
.space-organizations-3-archive-item-button-ins a:first-child:hover,
.space-offers-archive-item-button a:hover {
  background-color: #218838 !important;
  box-shadow: rgba(40, 167, 69, 0.55) 0px 0px 15px 0px !important;
}

/* 3. Yellow Accent Details (#FFC107) */
.space-organizations-3-archive-item:first-child .space-organizations-3-archive-item-count-2 {
  background-color: #FFC107 !important;
}
.space-organizations-3-archive-item:first-child .space-organizations-3-archive-item-count-2 span {
  color: #0B132B !important; /* High contrast dark navy text on yellow badge */
}
.space-block-title span::before, 
.space-widget-title span::before {
  background-color: #FFC107 !important; /* Section title underline accents */
}
.has-mercury-second-color,
.space-title-box-category a {
  color: #FFC107 !important; /* Highlighted text & category tags */
}

/* 4. Game & Archive Filters */
.space-categories-list-box ul li a {
  color: #28A745 !important;
  border-color: #28A745 !important;
}
.space-categories-list-box ul li.active,
.space-categories-list-box ul li a:hover {
  background-color: #28A745 !important;
  color: #ffffff !important;
  border-color: #28A745 !important;
}
