/* CSS styles will be handled by the user */
.voodoo-alumni-header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.voodoo-alumni-header form {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.voodoo-alumni-header form .voodoo-form-group {
    margin-left: 10px;
}

.voodoo-alumni-header form .voodoo-form-group select {
    margin-bottom: 0;
    min-width: 150px;
}

.voodoo-alumni-header form .voodoo-form-group button {
    margin-right: 0px;
    margin-bottom: 0;
    border-radius: 20px;
}

.voodoo-alumni-table-container:has(.voodoo-alumni-table) {
    border-top: 1px solid #aaa;
}

.voodoo-alumni-table {
    margin-top: 1px;
}

.voodoo-alumni-table th {
    padding: 12px 12px;
}

.voodoo-alumni-table td {
    padding: 6px 12px;
    color: #444;
}

.voodoo-alumni-table thead th {
    background-color: #eee;
}

.voodoo-alumni-table tbody tr:nth-child(odd) td {
    background-color: #f7f7f7;
}

.voodoo-alumni-pagination {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.voodoo-alumni-pagination button {
    margin: 0 20px;
    border-radius: 99px;
}

@media (max-width: 767px) {
    .voodoo-alumni-header {
        flex-direction: column;
    }

    .voodoo-search-title {
        margin-bottom: 20px;
        width: 100%;
    }

    .voodoo-alumni-pagination button {
        margin: 0 10px;
        white-space: nowrap;
        font-size: 14px;
    }

    .voodoo-pagination-info {
        font-size: 14px;
        text-align: center;
    }
}