  /* Accordion */
  .wm-accordion > .card-custom .card-custom-title { padding:0; }
  .wm-accordion > .card-custom .card-custom-title > a.collapsed:before 
                                                  { content:'\f067'; transform:translateY(-50%) rotate(180deg); }
  .wm-accordion > .card-custom .card-custom-title > a:before 
                                                  { content:'\f068'; font:400 24px/24px 'Font Awesome 6 Pro'; color:var(--primary);
                                                    position:absolute; top:50%;right:.75em; transform:translateY(-50%) rotate(0deg); transition:0.35s all ease-in-out; }
  .wm-accordion > .card-custom .card-custom-title > a.collapsed
                                                  { background:inherit; }
  .wm-accordion > .card-custom .card-custom-title > a { color:var(--primary); font-weight:600; padding:12px 1em 12px 1em; }                                                    
  .card-custom                                    { padding:12px 0 10px; }
 
  /* Navbar Top Panel, Underline */
  .rd-navbar-static.rd-navbar_modern .rd-navbar-top-panel { border-bottom:0; }                                      

@media (min-width:768px)    {
  .card-custom                                { padding:12px 0 12px 0; }
  /* Fix MegaMenu Border Corners from Inner Elements */                                       
  ul > li.rd-navbar--has-megamenu.rd-navbar-submenu > ul > li:first-child
                                              { border-top-left-radius:7px; border-bottom-left-radius:7px; }
  ul > li.rd-navbar--has-megamenu.rd-navbar-submenu > ul > li:last-child
                                              { border-top-right-radius:9px; border-bottom-right-radius:9px; } 
}