.peeking-girl-container-162f0302 {
    position: fixed;
    bottom: -150px; /* Hidden below screen */
    width: 100px;
    height: 100px;
    z-index: 99998; /* Just below the banner */
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
}

.snowflake-girl-character-162f0302 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(255, 182, 193, 0.5); /* Pinkish glow */
    border: 3px solid #ffb6c1;
}

.snowflake-icon-162f0302 {
    font-size: 40px;
    position: absolute;
    top: -15px;
    color: #87CEEB;
}

.girl-face-162f0302 {
    font-size: 35px;
    margin-top: 10px;
}

/* Position Classes */
.peek-bottom-left {
    left: 20px;
    bottom: 0px;
}

.peek-bottom-right {
    right: 20px;
    bottom: 0px;
    left: auto;
}