/*
Theme Name: Sky Themes Child
Template: Sky Themes
Version: 1.0.0
*/

/* Child theme overrides */

:root{
  --sky-accent: #17a2b8;
}

a:hover,
.leatest_twelve_post:hover > h2.title a,
h2.title a:hover,
h2.title:hover{
  color: var(--sky-accent) !important;
}

/* --- Match reference-like header behavior (sticky + compact) --- */
.top_header_bg{
  height: 55px !important;
  margin-top: -15px !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}

.bottom_header_bg.fixed{
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}

.custom_container{
  /* Reference theme slightly overlaps sections */
  margin-bottom: -10px;
}
