/* Specialist Needs Block Styles */
.specialist-needs .specialist-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.specialist-needs .specialist-item:hover {
    transform: translateY(-2px);
    background-color: #fff0e0 !important;
}