.euonia-mood-wrapper{
    max-width:520px;
    margin:0 auto;
    padding:40px 20px;
    text-align:center;
    background:#2c4658;
    border-radius:16px;
}
.euonia-mood-title{
    color:#fff;
    font-size:22px;
    font-weight:600;
    margin-bottom:20px;
}
#euonia-email{
    padding:12px;
    width:100%;
    margin-bottom:18px;
    border-radius:10px;
    border:none;
    font-size:15px;
}
.euonia-slider{
    display:flex;
    gap:10px;
    justify-content:center;
    flex-wrap:wrap;
}
.mood-option{
    padding:12px 18px;
    border-radius:12px;
    background:#fff;
    color:#2c4658;
    cursor:pointer;
    font-weight:500;
}
#euonia-popup{
    display:none;
    position:fixed;
    bottom:40px;
    left:50%;
    transform:translateX(-50%);
    background:#2c4658;
    color:#fff;
    padding:16px 26px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    z-index:9999;
}
