/* Custom CSS Overrides for NEU_index.php */

/* Search suggestions dropdown */
#search-suggestions {
    max-height: 200px;
    overflow-y: auto;
    margin-top: 0.25rem;
    border-radius: 0 0 0.25rem 0.25rem;
}


/* Ensure list-group items have consistent padding */
.list-group-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

/* Debug alert spacing */
.alert-warning {
    margin-bottom: 1.5rem;
}
/* Standard: 100px breit */
.thumb {
    width: 100px;
    transition: width 0.2s ease;
    cursor: pointer;
}

/* Beim Hover auf 120px */
.thumb:hover {
    width: 120px;
}