.spp-popup-container {
    position: fixed;
    bottom: 20px;
    z-index: 99999;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 250px;
    max-width: 350px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
}

.spp-popup-container.spp-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.spp-pos-bottom-left {
    left: 20px;
}

.spp-pos-bottom-right {
    right: 20px;
}

.spp-popup-content {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    margin-right: 15px;
}

#spp-popup-close-45960610 {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: inherit;
    opacity: 0.7;
    padding: 0;
    line-height: 1;
}

#spp-popup-close-45960610:hover {
    opacity: 1;
}
