/* Distinguish top section titles inside the Services dropdown */
.wide-dropdown-menu a.dropdown-menu-title {
  font-weight: 900 !important;
  text-transform: uppercase !important;
  color: #204080 !important;                  /* dark blue text */
  background: linear-gradient(90deg,#e3f2fd,#f8fbff) !important;
  border-left: 5px solid #4a80c6 !important;  /* blue accent line */
  padding: 12px 20px !important;
  margin-bottom: 10px !important;
  border-radius: 3px !important;
  pointer-events: none !important;             /* make unclickable */
  cursor: default !important;
  display: block !important;
  font-family: 'Sora', sans-serif !important;
}
