#atlas-chatbot-root{
  position:fixed;
  left:22px;
  bottom:22px;
  z-index:999999;
  font-family:Arial,Helvetica,sans-serif;
}

#atlas-chatbot-launcher{
  border:0;
  background:transparent;
  color:#111;
  padding:0;
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.34));
  transition:transform .18s ease,filter .18s ease;
}
#atlas-chatbot-launcher:hover{transform:translateY(-2px) scale(1.02);filter:drop-shadow(0 14px 22px rgba(0,0,0,.42))}

/* Atlas bot image */
.atlas-icon{
  width:84px;
  height:84px;
  background:#fff;
  border:4px solid #111;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  box-shadow:0 0 0 4px #fff,0 8px 22px rgba(0,0,0,.35);
}
.atlas-icon img{
  width:74px;
  height:74px;
  object-fit:contain;
  display:block;
}

.atlas-launch-text{
  background:#e52b2b;
  color:#fff;
  border:3px solid #111;
  border-radius:14px;
  padding:10px 14px 9px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.3px;
  box-shadow:0 8px 18px rgba(0,0,0,.22);
  position:relative;
  min-width:118px;
  text-align:left;
}
.atlas-launch-text:before{
  content:"";
  position:absolute;
  left:-12px;
  top:50%;
  width:18px;
  height:18px;
  background:#e52b2b;
  border-left:3px solid #111;
  border-bottom:3px solid #111;
  transform:translateY(-50%) rotate(45deg);
}
.atlas-launch-title{display:block;font-size:16px;line-height:18px}
.atlas-launch-subtitle{display:block;font-size:11px;line-height:13px;text-transform:none;font-weight:700;opacity:.95;margin-top:2px;letter-spacing:0}

#atlas-chatbot-window{
  width:390px;
  max-width:calc(100vw - 28px);
  height:590px;
  max-height:calc(100vh - 110px);
  background:#fff;
  border:3px solid #111;
  border-radius:20px;
  box-shadow:0 18px 50px rgba(0,0,0,.35);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  position:absolute;
  left:0;
  bottom:104px;
}
.atlas-hidden{display:none!important}
.atlas-header{background:#111;color:#fff;padding:12px 16px;display:flex;justify-content:space-between;align-items:center}
.atlas-header-left{display:flex;align-items:center;gap:10px}
.atlas-header-bot{width:46px;height:46px;object-fit:contain;background:#fff;border:2px solid #fff;border-radius:50%;display:block}
.atlas-header strong{display:block;font-size:22px}.atlas-header span{display:block;font-size:12px;opacity:.85;margin-top:2px}#atlas-chatbot-close{background:transparent;border:0;color:#fff;font-size:30px;cursor:pointer;line-height:1}.atlas-messages{flex:1;padding:16px;background:#f5f5f5;overflow-y:auto}.atlas-msg{max-width:85%;padding:12px 14px;border-radius:16px;margin:0 0 12px;white-space:pre-line;line-height:1.35;font-size:14px}.atlas-bot{background:#fff;color:#111;border:1px solid #ddd;border-bottom-left-radius:4px}.atlas-user{background:#111;color:#fff;margin-left:auto;border-bottom-right-radius:4px}.atlas-input-row{display:flex;gap:8px;padding:12px;border-top:1px solid #ddd;background:#fff}.atlas-input-row input{flex:1;border:1px solid #ccc;border-radius:12px;padding:12px;font-size:15px}.atlas-input-row button{border:0;background:#e52b2b;color:#fff;border-radius:12px;padding:0 16px;font-weight:700;cursor:pointer}.atlas-secure-note{text-align:center;color:#666;font-size:12px;padding:0 8px 12px;background:#fff}.atlas-choice-row{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0 12px}.atlas-choice{border:2px solid #111;background:#fff;border-radius:999px;padding:8px 10px;font-weight:700;cursor:pointer}.atlas-choice:hover{background:#111;color:#fff}

@media(max-width:520px){
  #atlas-chatbot-root{left:10px;bottom:10px}
  #atlas-chatbot-window{left:0;bottom:82px;width:calc(100vw - 20px);height:72vh;max-width:calc(100vw - 20px)}
  .atlas-icon{width:62px;height:62px;border-width:3px;box-shadow:0 0 0 3px #fff,0 8px 18px rgba(0,0,0,.3)}
  .atlas-icon img{width:54px;height:54px}
  .atlas-launch-text{font-size:13px;padding:8px 10px;min-width:96px;border-width:2px}
  .atlas-launch-text:before{left:-9px;width:14px;height:14px;border-left-width:2px;border-bottom-width:2px}
  .atlas-launch-title{font-size:13px;line-height:15px}
  .atlas-launch-subtitle{font-size:10px;line-height:12px}
}

.atlas-link-button{
  display:inline-block;
  background:#1877f2;
  color:#fff!important;
  text-decoration:none!important;
  border-radius:12px;
  padding:10px 14px;
  font-weight:800;
  line-height:1.2;
  box-shadow:0 3px 8px rgba(0,0,0,.18);
}
.atlas-link-button:hover{
  filter:brightness(.95);
}

/* Atlas v1.7.3 Facebook vacancy button fix */
.atlas-msg a.atlas-facebook-button,
.atlas-msg .atlas-link-button{
  display:block;
  width:fit-content;
  max-width:100%;
  background:#1877f2;
  color:#fff!important;
  text-decoration:none!important;
  border-radius:12px;
  padding:10px 14px;
  font-weight:800;
  line-height:1.2;
  box-shadow:0 3px 8px rgba(0,0,0,.18);
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
}
.atlas-msg a.atlas-facebook-button:hover,
.atlas-msg .atlas-link-button:hover{filter:brightness(.95)}
.atlas-msg{overflow-wrap:break-word;}
