.shumokh-subject-selector {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.shumokh-select {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#shumokh-teacher-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.teacher-card {
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.teacher-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}