.dlr-chat{position:fixed;right:24px;bottom:24px;z-index:1000;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.dlr-chat__launcher{display:flex;gap:9px;align-items:center;border:0;border-radius:999px;padding:14px 19px;background:#176b4d;color:#fff;box-shadow:0 12px 35px #0b362755;font-weight:800;cursor:pointer}.dlr-chat__panel{position:absolute;right:0;bottom:62px;width:min(380px,calc(100vw - 28px));height:min(590px,calc(100vh - 110px));background:#fff;border:1px solid #dbe8e2;border-radius:20px;overflow:hidden;box-shadow:0 22px 65px #10271e40}.dlr-chat__panel:not([hidden]){display:flex;flex-direction:column}.dlr-chat__header{display:flex;justify-content:space-between;align-items:flex-start;padding:18px 20px;background:#153f31;color:#fff}.dlr-chat__header strong{display:block;font-size:16px}.dlr-chat__header small{display:block;margin-top:5px;color:#d6eee4}.dlr-chat__header small i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#6de3a9;margin-right:5px}.dlr-chat__header button{border:0;background:transparent;color:#fff;font-size:26px;line-height:1;cursor:pointer}.dlr-chat__messages{flex:1;overflow-y:auto;padding:18px;background:#f5f9f7}.dlr-chat__message{max-width:84%;margin:0 0 10px;padding:11px 13px;border-radius:14px;line-height:1.45;font-size:14px;white-space:pre-wrap}.dlr-chat__message--bot,.dlr-chat__message--admin{background:#fff;border:1px solid #dde9e3;color:#20342c;border-bottom-left-radius:4px}.dlr-chat__message--visitor{margin-left:auto;background:#176b4d;color:#fff;border-bottom-right-radius:4px}.dlr-chat__contact{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 12px 0;background:#fff}.dlr-chat__contact input{min-width:0;border:1px solid #d9e3de;border-radius:9px;padding:9px;font-size:12px}.dlr-chat__composer{display:flex;gap:8px;padding:10px 12px 6px;background:#fff}.dlr-chat__composer textarea{flex:1;resize:none;border:1px solid #cfdcd6;border-radius:12px;padding:11px;font:inherit}.dlr-chat__composer button{width:43px;border:0;border-radius:12px;background:#176b4d;color:#fff;cursor:pointer}.dlr-chat__privacy{margin:0;padding:0 12px 11px;background:#fff;color:#718078;font-size:10px}.dlr-chat__composer button:disabled{opacity:.55}@media(max-width:520px){.dlr-chat{right:14px;bottom:14px}.dlr-chat__launcher span:last-child{display:none}.dlr-chat__launcher{width:54px;height:54px;justify-content:center;padding:0;font-size:20px}.dlr-chat__panel{bottom:64px;height:min(620px,calc(100vh - 92px))}}

.dlr-chat__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px 11px;background:#fff}.dlr-chat__footer .dlr-chat__privacy{padding:0;flex:1}.dlr-chat__footer button{border:0;background:transparent;color:#9f2f2f;font:inherit;font-size:10px;font-weight:800;text-decoration:underline;cursor:pointer;white-space:nowrap}

.dlr-chat__footer .dlr-chat__new{padding:8px 12px;border-radius:9px;background:#176b4d;color:#fff;font-size:11px;text-decoration:none}.dlr-chat__contact[hidden]{display:none}
