/* Alumni Page Styles */

.card {
    height: 100%;
}

/* Search Input Styling - Match Brothers Page */
#alumni-search {
    border-radius: 0.75rem; /* rounded-xl */
}

#alumni-search:focus {
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.1);
}

/* Autocomplete Dropdown */
#autocomplete {
    border-radius: 0.75rem; /* rounded-xl */
}

.autocomplete-item {
    border-bottom: 1px solid #f3f4f6;
}

.autocomplete-item:last-child {
    border-bottom: none;
}

.autocomplete-item:hover {
    background-color: #f9fafb !important;
}

.autocomplete-item.bg-neutral-50 {
    background-color: #f3f4f6 !important;
}

/* Filter Chips */
#active-filters .inline-flex {
    border-radius: 0.375rem; /* rounded-md */
}
