/* Course Menu Dropdown Enhancement for Long Course Names */
.rd-navbar-dropdown.rd-navbar-open-right {
    min-width: 380px !important;
    white-space: normal !important;
    max-height: 500px !important;
    overflow-y: auto !important;
}

.rd-navbar-dropdown.rd-navbar-open-right li > a {
    white-space: normal !important;
    line-height: 1.5 !important;
    padding: 12px 20px !important;
}

/* Custom scrollbar styling for the dropdown */
.rd-navbar-dropdown.rd-navbar-open-right::-webkit-scrollbar {
    width: 8px;
}

.rd-navbar-dropdown.rd-navbar-open-right::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.rd-navbar-dropdown.rd-navbar-open-right::-webkit-scrollbar-thumb {
    background: #A51C30;
    border-radius: 4px;
}

.rd-navbar-dropdown.rd-navbar-open-right::-webkit-scrollbar-thumb:hover {
    background: #b80924;
}

@media (max-width: 575px) {
  .rd-navbar .panel-title {
    white-space: normal !important;
    line-height: 1.4 !important;
    font-size: 16px !important;
    top: 6px !important;
    width: 70%;
    text-align: center;
  }
}

