/* Social Proof Popup Styles */
#spp-container-6134d184 {
    position: fixed;
    bottom: 20px;
    z-index: 999999;
    max-width: 320px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
}

#spp-container-6134d184.spp-show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

#spp-container-6134d184.spp-pos-bottom-left {
    left: 20px;
}

#spp-container-6134d184.spp-pos-bottom-right {
    right: 20px;
}

.spp-content-6134d184 {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    gap: 12px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

#spp-container-6134d184.spp-theme-light .spp-content-6134d184 {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #eaeaea;
}

#spp-container-6134d184.spp-theme-dark .spp-content-6134d184 {
    background-color: #222222;
    color: #ffffff;
    border: 1px solid #444444;
}

.spp-img-wrap-6134d184 {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.spp-img-wrap-6134d184 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.spp-text-6134d184 {
    flex-grow: 1;
    font-size: 13px;
    line-height: 1.4;
}

.spp-text-6134d184 strong {
    font-weight: 600;
}

.spp-text-6134d184 .spp-product-name-6134d184 {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    opacity: 0.8;
}

#spp-container-6134d184.spp-theme-light .spp-text-6134d184 {
    color: #555555;
}

#spp-container-6134d184.spp-theme-light .spp-text-6134d184 strong {
    color: #111111;
}

#spp-container-6134d184.spp-theme-dark .spp-text-6134d184 {
    color: #dddddd;
}

#spp-container-6134d184.spp-theme-dark .spp-text-6134d184 strong {
    color: #ffffff;
}

.spp-close-6134d184 {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.spp-close-6134d184:hover {
    opacity: 1;
}
