.sp-profile-container {
    max-width: 980px;
}

.sp-profile-avatar {
    width: 76px;
    height: 76px;
    object-fit: cover;
    flex-shrink: 0;
}

.sp-profile-sidebar {
    position: sticky;
    top: 88px;
}

.sp-profile-sort-select {
    width: auto;
    min-width: 96px;
}

.sp-profile-question-stats {
    width: 64px;
    flex-shrink: 0;
}

.sp-profile-progress {
    height: 8px;
}

@media (max-width: 991.98px) {
    .sp-profile-sidebar {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .sp-profile-avatar {
        width: 60px;
        height: 60px;
    }

    .sp-profile-question-stats {
        width: auto;
    }
}