.psg-newsletter-success-d14149db {
    text-align: center;
    padding: 30px 20px;
    color: #fff;
    animation: fadeIn-d14149db 0.6s ease-out forwards;
}

.psg-newsletter-success-d14149db .psg-success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #10B981;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    margin: 0 auto 20px auto;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.psg-newsletter-success-d14149db h3 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.psg-newsletter-success-d14149db p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

@keyframes fadeIn-d14149db {
    from { 
        opacity: 0; 
        transform: translateY(15px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}