.card-link-hover:hover .card {
    background-color: var(--bs-gray-200);
    cursor: pointer;
    transition: background-color 0.2s;
}

.subtitle {
    color: #5a6f85 !important;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.15rem;
}



main a.text-link {
    font-weight: 500;
    cursor: pointer;
}

    main a.text-link:hover {
        text-decoration: underline !important;
        filter: brightness(0.75);

    }

/* Select2 z-index fix for modals */
.select2-dropdown {
    z-index: 1051;
}