/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 16:05:44 */
.content-area :is(p, li) a:not(.js-toc a):not(.wpcf7-form a):not(.location a):not(.btn-secondary a):not(.btn-primary a):not(.simpletoc-list a) {
  font-weight: 500;
  color: var(--nav-color);
  box-shadow: inset 0 -0.1em 0 0 var(--nav-color);
  transition: all 0.6s ease 0s;
}
.content-area :is(p, li) a:not(.js-toc a):not(.wpcf7-form a):not(.location a):not(.btn-secondary a):not(.btn-primary a):not(.simpletoc-list a):hover {
  box-shadow: inset 0 -0.2em 0 0 var(--nav-color);
}
/*
* Due to browser issue and synced pattern we need to add this
*/
.content-area p.underline {
  text-decoration: none;
}
.content-area p.underline > a {
  text-decoration: none;
  font-weight: 500;
  color: var(--contrast);
  box-shadow: inset 0 -0.1em 0 0 var(--contrast);
  transition: all 0.6s ease 0s;
}
.content-area p.underline > a:hover {
  box-shadow: inset 0 -0.2em 0 0 var(--contrast);
}
.site-footer p > a {
  text-decoration: none;
  font-weight: 500;
  color: var(--base-3);
  transition: all 0.6s ease 0s;
}
.site-footer p > a:hover {
  box-shadow: inset 0 -0.1em 0 0 var(--base-3);
}
/*
* KB posts
*/
#hkb :is(p, li) a:not(.hkb_widget_toc a):not(.wpcf7-form a):not(.location a):not(.hkb-breadcrumbs a) {
  font-weight: 500;
  color: var(--nav-color);
  box-shadow: inset 0 -0.1em 0 0 var(--nav-color);
  transition: all 0.6s ease 0s;
}
#hkb :is(p, li) a:not(.hkb_widget_toc a):not(.wpcf7-form a):not(.location a):not(.hkb-breadcrumbs a):hover {
  box-shadow: inset 0 -0.2em 0 0 var(--nav-color);
}
