/* Glossary Specific Styles */
.glossary-item {
    transition: transform 0.2s ease, opacity 0.3s ease;
}

.glossary-item .card:hover {
    transform: translateY(-5px);
    border: 2px solid var(--bbn-secondary);
    box-shadow: 0 0 15px rgba(128, 0, 0, 0.4) !important;
}

/* Offset for the fixed navbar so titles don't get hidden */
.glossary-section {
    scroll-margin-top: 180px;
}