.srta-chatbot { --srta-chatbot-blue:#08a6cf; --srta-chatbot-navy:#0a2743; position:fixed; right:22px; bottom:22px; z-index:1055; font-family:Arial,sans-serif; }
.srta-chatbot[dir="rtl"] { right:auto; left:8px; }
.srta-chatbot__launcher { width:78px; height:78px; padding:0; overflow:hidden; cursor:pointer; border:0; border-radius:50%; background:#fff; box-shadow:0 4px 18px rgba(0,0,0,.3); }
.srta-chatbot__launcher img { display:block; width:100%; height:100%; object-fit:cover; }
.srta-chatbot__launcher[aria-expanded="true"] { visibility:visible; }
.srta-chatbot__window { position:absolute; right:0; bottom:94px; width:430px; max-width:calc(100vw - 16px); height:min(623px, calc(100vh - 126px)); overflow:hidden; border-radius:18px; background:linear-gradient(180deg,#eef8fe 0%,#fff 30%); box-shadow:0 10px 38px rgba(0,0,0,.35); }
.srta-chatbot[dir="rtl"] .srta-chatbot__window { right:auto; left:0; }
.srta-chatbot .srta-chatbot__close { position:absolute; top:50%; right:18px; z-index:2; display:block; width:34px; min-width:0; max-width:none; height:34px; min-height:0; margin:-17px 0 0; padding:0; cursor:pointer; color:#fff; border:0; border-radius:0; outline:0; background:transparent; box-shadow:none; appearance:none; transform:none; font:bold 34px/30px Arial,sans-serif; text-align:center; }
.srta-chatbot[dir="rtl"] .srta-chatbot__close { right:auto; left:12px; }
.srta-chatbot__welcome { position:relative; z-index:1; display:flex; align-items:center; gap:12px; min-height:93px; margin:0; padding:10px 58px 10px 24px; box-sizing:border-box; border-radius:18px 18px 28px 28px; color:#fff; background:#4c91cc; }
.srta-chatbot[dir="rtl"] .srta-chatbot__welcome { padding:14px 24px 14px 58px; }
.srta-chatbot__welcome>img { width:55px; height:55px; flex:0 0 55px; border-radius:50%; object-fit:cover; }
.srta-chatbot__welcome span,.srta-chatbot__welcome strong,.srta-chatbot__welcome small { display:block; direction:inherit; white-space:normal; }
.srta-chatbot__welcome span { color:#fff; font-size:17px; font-weight:bold; }
.srta-chatbot__welcome strong { color:#fff; font-size:16px; }
.srta-chatbot__welcome small { margin-top:3px; color:#fff; font-size:15px; }
.srta-chatbot__welcome-ar { display:none; }
.srta-chatbot[dir="rtl"] .srta-chatbot__welcome-en { display:none; }
.srta-chatbot[dir="rtl"] .srta-chatbot__welcome-ar { display:block; }
.srta-chatbot__frame-wrap { height:calc(100% - 93px); padding:33px 15px 31px; box-sizing:border-box; }
.srta-chatbot__frame { display:block; width:100%; height:100%; border:0; background:#fff; }
@media(max-width:480px) {
    .srta-chatbot,.srta-chatbot[dir="rtl"] { right:12px; bottom:12px; left:auto; }
    .srta-chatbot__window,.srta-chatbot[dir="rtl"] .srta-chatbot__window { position:fixed; top:8px; right:8px; bottom:102px; left:8px; width:auto; max-width:none; height:auto; border-radius:12px; }
}
