.tsemppibotti-container{display:flex;align-items:center;margin:1.5rem 0;max-width:100%}.tsemppibotti-robot{flex:0 0 auto;margin-right:1rem}.tsemppibotti-robot img{max-width:490px;height:auto}.tsemppibotti-bubble-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.tsemppibotti-bubble{display:flex;align-items:center;justify-content:center;position:relative;background:#ff679a;border-radius:30px;padding:1.5rem;flex:1;width:430px;min-height:240px}.tsemppibotti-bubble:before{content:'';position:absolute;left:-20px;top:25%;border-width:10px;border-style:solid;border-color:transparent #ff679a transparent transparent}.tsemppibotti-message{margin-bottom:1rem;font-size:2rem;font-weight:700;text-align:center;color:#fff}.tsemppibotti-button{background-color:transparent;color:#ff679a;border:2px solid #ff679a;border-radius:30px;padding:8px 16px;font-weight:700;cursor:pointer;transition:background-color 0.3s}.tsemppibotti-button:hover{background-color:#ff679a;color:#fff}@media screen and (max-width:768px){.tsemppibotti-robot{flex:1;margin-bottom:1rem}.tsemppibotti-robot img{width:100%;height:auto}.tsemppibotti-bubble-wrapper{flex:1;display:flex}.tsemppibotti-bubble{width:100%;padding:1rem;min-height:100px;box-sizing:border-box}.tsemppibotti-message{font-size:1rem}}