/* Shared account surface rules used by pages that do not load the full home stylesheet. */
.avatar-frame-overlay {
    position: absolute;
    inset: -0.3rem;
    z-index: 3;
    pointer-events: none;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: visible;
}

.home-user-menu-name {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.88), 0 1px 1px rgba(0, 0, 0, 0.96);
}
