/*
Theme Name: GBC LMS (Divi Child)
Theme URI: https://training.globalbrigadescanada.ca
Description: Child theme for the Global Brigades Canada LMS Training Portal. Built on top of Divi.
Author: Narisara Tochamnong
Template: Divi
Version: 1.0.2
*/

/* ==========================================================================
   GBC LMS — Custom Styles
   ========================================================================== */

/* --- Sidebar nav: active state ------------------------------------------- */
.et_pb_menu .current-menu-item > a,
.et_pb_menu .current-menu-item > a i {
  color: #1e3a8a !important;
}

/* --- Notification bell --------------------------------------------------- */
.lms-notification-bell {
  position: relative;
  cursor: pointer;
}
.lms-notification-bell .lms-badge-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #dc2626;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 2px 5px;
  border-radius: 999px;
}

/* Add spacing to the Members plugin protection message */
.members-access-error {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}

/* LearnDash widget */
/* 1. Hide only the not-enrolled version of the banner */
.ld-course-status-not-enrolled {
/*     display: none !important; */
}

/* 2. Breadcrumbs — white text on light background */
.ld-breadcrumbs-segments li a,
.ld-breadcrumbs-segments li a:link,
.ld-breadcrumbs-segments li a:visited {
    color: #196aa4 !important;
}

.ld-breadcrumbs-segments li a:hover,
.ld-breadcrumbs-segments li a:focus {
    color: #1c94d1 !important;
}

/* 3. Topic title — disappears on hover (white on white) */
a:hover .ld-item-title,
.ld-topic-title:hover {
    color: #1c94d1 !important;
}

a:hover .ld-topic-title,
.ld-topic-title:hover {
    color: #1c94d1 !important;
}
