.staff-section {
    background: #f8f9fa;
}

.staff-card {
    border: 3px solid #2e7d32;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.staff-photo {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.staff-card .card-body {
    padding: 1rem;
}

.staff-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.staff-email {
    display: block;
    margin-bottom: 0.75rem;
    color: #2e7d32;
    text-decoration: none;
    font-size: 0.9rem;
    word-break: break-word;
}

.staff-email:hover {
    text-decoration: underline;
}