/* Faculty & Staff directory — card layout reuses classmates-directory.css */

main:has(.faculty-staff-wrapper) {
    padding-top: 0 !important;
    overflow: visible !important;
}

.faculty-staff-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: var(--jt-section-gap);
    padding-bottom: 50px;
    overflow: visible;
}

.faculty-staff-empty {
    margin: 24px 0 0;
    text-align: center;
    color: #002a54;
    font-family: Charter, Georgia, serif;
    font-size: 18px;
}

/* Hide classmates-only Rep control if CSS is shared. */
.faculty-staff-wrapper .reps-btn,
.faculty-staff-wrapper .header-reps-btn {
    display: none !important;
}

@media (max-width: 768px) {
    .faculty-staff-wrapper {
        padding-top: 30px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-bottom: 25px !important;
        box-sizing: border-box;
    }

    .faculty-staff-wrapper .classmates-header-title {
        margin-bottom: 30px !important;
    }
}
