.member-search-form input[type="text"] {
    background-color: #fff !important;
}

.member-search-form .form-group {
    margin-bottom: 1rem;
}

.member-search-form label {
    font-weight: bold;
    display: block;
    margin-bottom: .25rem;
}

form {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    background: #F7F7F7;
}
.form-buttons .btn {
    border-radius: 4px;
    height: 45px !important;
}
.member-card {
    margin-bottom: 1.5rem;
}
.pagination {
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center;
}
.pagination .page-numbers {
    display: flex;
    padding: 8px 16px;
    margin: 0 4px;
    gap: 4px;
    text-decoration: none;
    color: #333;
}
.pagination li .page-numbers  {
    border: 1px solid #ddd;
    border-radius: 4px;
}
.pagination .page-numbers .current {
    background: #007bff;
    color: white;
    border-color: #007bff;
}
.pagination a.page-numbers:hover:not(.current) {
    background: #f8f9fa;
}
.select2-container--default .select2-selection--multiple {
    padding: 0 15px !important;
    min-height: 42px !important;
}


.member-card-wrapper {
    margin-bottom: 1.5rem;
}

.member-card {
    background: #e9e8e2;
    padding: 1.5rem;
    border-radius: 4px;
    border:  1px solid #ddd;
    /* Make all the same height */
    height: 100%;
}

.member-card h3 {
    margin-bottom: 1rem;
}
.member-card a {
    color: #494949;
    text-decoration: none;
}
.member-card a:hover {
    text-decoration: underline;
}
.member-card h3 a {
    color: #494949;
    text-decoration: none;
}
.member-card .meta {
    margin-bottom: 1rem;
}

.member-card .meta div {
    margin-bottom: 0.5rem;
}

.member-card .type {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background: #f8f9fa;
    border-radius: 3px;
    font-size: 0.875rem;
} 