.pc-tutor-photo img,
.pc-tutor-profile-photo {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.pc-tutor-placeholder {
    width: 120px;
    height: 120px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.pc-steps {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.pc-step {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #dee2e6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #6c757d;
}

.pc-step.active {
    border-color: var(--brand-primary, #0d6efd);
    background: var(--brand-primary, #0d6efd);
    color: #fff;
}

.pc-slot-option {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    cursor: pointer;
}

.pc-slot-option:hover {
    border-color: var(--brand-primary, #0d6efd);
    background: #f8f9ff;
}

.pc-track-card,
.pc-tutor-card {
    transition: transform 0.2s ease;
}

.pc-tutor-card:hover {
    transform: translateY(-4px);
}
