.staff-list-container-74fcbef8 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}
.staff-box-74fcbef8 {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 24px;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.staff-box-74fcbef8:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.staff-name-74fcbef8 {
    margin: 0 0 8px 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #214837;
}
.staff-position-74fcbef8 {
    margin: 0;
    font-size: 0.95rem;
    color: #4A4A4A;
}
