/* Frame artwork belongs outside the photo. Legacy border-image ornaments
   repeated symbols around the profile and consumed up to 40px of image space. */
:root .player-avatar > .profile-frame[data-frame],
:root .frame-preview.profile-frame[data-frame] {
    box-sizing: border-box;
    border: 0 !important;
    border-image: none !important;
    padding: 0 !important;
}

/* The component's requested size always describes the full photo, in every view. */
:root .player-avatar > .profile-frame[data-frame] {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
}

.profile-avatar.profile-frame[data-frame='developer'],
.frame-preview.profile-frame[data-frame='developer'] {
    border-image: none !important;
    outline: 0 !important;
    box-shadow:
        inset 0 0 0 2px #0d3157,
        0 0 0 6px #3978df,
        0 8px 25px #02081755 !important;
    animation: none !important;
    filter: none !important;
}
