.smooth-profile-status {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.smooth-profile-is-loading {
    cursor: progress;
}

.smooth-profile-is-loading #profile-content,
.smooth-profile-is-loading .lp-profile-content,
.smooth-profile-is-loading [data-smooth-profile-content] {
    opacity: 0.72;
    transition: opacity 120ms ease-out;
}

@media (prefers-reduced-motion: reduce) {
    .smooth-profile-is-loading #profile-content,
    .smooth-profile-is-loading .lp-profile-content,
    .smooth-profile-is-loading [data-smooth-profile-content] {
        transition: none;
    }
}

