#thematics-menu .scrollable {
    gap: 1.5rem;
}
#thematics-menu .btn {
    border-radius: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

#thematics-menu .dropdown-hover:hover > .dropdown-menu {
    display: block;
}
#thematics-menu .dropdown-hover:hover > .btn {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}
#thematics-menu .dropdown-hover .dropdown-item {
    font-weight: 700;
}
