
#ma-maya-photo-widget{position:fixed;right:22px;bottom:24px;z-index:2147483000;font-family:Arial,sans-serif}
#ma-maya-photo-bubble{box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;gap:14px;direction:rtl;width:350px;min-height:104px;padding:8px 10px 8px 22px;border:0;border-radius:56px;background:linear-gradient(135deg,#ff1493,#d60072);color:#fff;box-shadow:0 10px 34px rgba(214,0,114,.45);cursor:pointer}
#ma-maya-photo-bubble:hover{transform:translateY(-1px)}
.maya-photo-copy{display:flex;flex:1;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center;line-height:1.05}
.maya-photo-copy strong{font-size:30px;font-weight:800}
.maya-photo-copy span{font-size:16px;font-weight:700;margin-top:7px;white-space:nowrap}
.maya-photo-frame{width:90px;height:90px;flex:0 0 90px;border-radius:50%;overflow:hidden;background:#fff;border:4px solid #fff;box-shadow:0 3px 13px rgba(0,0,0,.25)}
.maya-photo-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}
#ma-maya-photo-panel{position:absolute;right:0;bottom:116px;width:360px;height:510px;background:#fff;border:1px solid #eee;border-radius:22px;overflow:hidden;box-shadow:0 14px 50px rgba(0,0,0,.27)}
#ma-maya-photo-panel header{height:72px;box-sizing:border-box;padding:10px 15px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#ff1493,#d60072);color:#fff}
#ma-maya-photo-panel header strong{display:block;font-size:21px}
#ma-maya-photo-panel header small{display:block;font-size:12px;margin-top:4px}
#ma-maya-photo-close{background:transparent;border:0;color:#fff;font-size:31px;cursor:pointer}
#ma-maya-photo-messages{height:355px;box-sizing:border-box;padding:15px;overflow-y:auto;background:#fafafa}
.maya-photo-msg{max-width:84%;padding:10px 12px;border-radius:15px;margin-bottom:10px;font-size:14px;line-height:1.5}
.maya-photo-msg.bot{background:#f0f0f0;margin-left:auto}
.maya-photo-msg.user{background:#ffe1f0;margin-right:auto}
#ma-maya-photo-form{display:flex;gap:7px;padding:10px;border-top:1px solid #eee}
#ma-maya-photo-input{flex:1;min-width:0;border:1px solid #ddd;border-radius:10px;padding:10px}
#ma-maya-photo-form button{border:0;border-radius:10px;padding:0 14px;background:#d60072;color:#fff;font-weight:700;cursor:pointer}
.maya-photo-note{text-align:center;color:#777;font-size:10px;padding:0 10px 8px}
@media(max-width:600px){
#ma-maya-photo-widget{right:10px;bottom:12px}
#ma-maya-photo-bubble{width:310px;min-height:92px;padding-left:14px}
.maya-photo-copy strong{font-size:25px}
.maya-photo-copy span{font-size:13px}
.maya-photo-frame{width:78px;height:78px;flex-basis:78px}
#ma-maya-photo-panel{width:min(360px,calc(100vw - 20px));height:475px}
#ma-maya-photo-messages{height:320px}
}
