:root{--lc-chat-header-button-color: #fff}.lc-chat-container{position:fixed;bottom:var(--lc-chat-position-bottom, 25px);right:var(--lc-chat-position-right, 25px);display:flex;flex-direction:column;align-items:flex-end;z-index:var(--lc-chat-bubble-z-index, 1)}.lc-chat-bubble{width:var(--lc-chat-bubble-size, 90px);height:var(--lc-chat-bubble-size, 90px);border-radius:var(--lc-chat-bubble-border-radius, 100%);background-color:var(--lc-chat-bubble-background, #fff);box-shadow:var(--lc-chat-bubble-box-shadow, 0 0 5px rgba(0,0,0,.1));font-size:var(--lc-chat-bubble-font-size, 16px);border:none;cursor:pointer;display:flex;align-items:center;flex-direction:column;justify-content:center;color:var(--lc-chat-bubble-color, #052b43);z-index:var(--lc-chat-bubble-z-index, 1);font-weight:var(--lc-chat-bubble-font-weight, 600)}.lc-chat-bubble svg{width:var(--lc-chat-bubble-icon-size, 45px);height:auto}.lc-chat-visibility-0{display:none;visibility:hidden;opacity:0}.lc-chat-widget{position:relative;z-index:1;max-width:100%}.lc-chat-widget-fullscreen{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:var(--lc-chat-interface-max-width, 100%)!important;height:var(--lc-chat-interface-max-height, 100%)!important;max-width:var(--lc-chat-interface-max-width, 85vw)!important;max-height:var(--lc-chat-interface-max-height, 85vh)!important;margin:0!important;z-index:999999;background:var(--lc-chat-background-color, #ffffff)}.lc-chat-widget-fullscreen .lc-chat-messages{height:calc(100vh - 140px)!important;max-height:none!important}.lc-chat-interface{width:var(--lc-chat-interface-width, 500px);max-width:var(--lc-chat-interface-max-width, 85vw);height:var(--lc-chat-interface-height, 550px);max-height:var(--lc-chat-interface-max-height, 75vh);background-color:var(--lc-chat-background, #f7f7f7);border:var(--lc-chat-interface-border, 1px solid #f7f7f7);box-shadow:var(--lc-chat-interface-box-shadow, 0 0 5px rgba(0,0,0,.15));margin-bottom:1rem;display:flex;flex-direction:column;position:relative}.lc-chat-interface.embedded{width:var(--lc-chat-interface-embedded-width, 550px);max-width:var(--lc-chat-interface-embedded-max-width, 100%);height:var(--lc-chat-interface-embedded-height, 550px);max-height:var(--lc-chat-interface-embedded-max-height, 75vh)}.lc-chat-header{position:relative;background-color:var(--lc-chat-header-background, #052b43);color:var(--lc-chat-header-color, #fff);display:flex;flex-direction:column;justify-content:flex-start;padding:var(--lc-chat-header-padding, 10px 20px)}@media only screen and (min-width: 767px){.lc-chat-header{flex-direction:row;align-items:center}}.lc-chat-header-actions{display:flex;align-items:center;gap:8px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.lc-chat-header-fullscreen{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s ease}@media screen and (max-width: 767px){.lc-chat-header-fullscreen{display:none}}.lc-chat-header-fullscreen:hover{opacity:1}.lc-chat-header-close{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s ease}.lc-chat-header-close:hover{opacity:1}.lc-chat-header-close svg{width:var(--lc-chat-header-close-size, 32px);height:var(--lc-chat-header-close-size, 32px)}.lc-chat-header .logo{width:var(--lc-chat-logo-width, 100px);height:var(--lc-chat-logo-height, auto);margin-right:1rem}.lc-chat-messages{display:flex;height:100%;flex-direction:column;overflow-y:auto;padding-left:var(--lc-chat-message-padding, 20px);padding-right:var(--lc-chat-message-padding, 20px);padding-top:var(--lc-chat-message-padding, 20px);padding-bottom:var(--lc-chat-message-padding-bottom, 80px)}.lc-chat-messages .message{border-radius:var(--lc-chat-message-border-radius, 10px);box-shadow:var(--lc-chat-message-box-shadow, 0 0 5px rgba(0,0,0,.15));border:var(--lc-chat-message-border, 1px solid #ddd);padding:var(--lc-chat-padding, 10px 20px);margin-bottom:var(--lc-chat-message-spacing, 1rem);width:var(--lc-chat-message-width, 85%);background:var(--lc-chat-message-background, #fff);color:var(--lc-chat-message-color, #1d1d1d)}.lc-chat-messages .message,.lc-chat-messages .message *{font-size:var(--lc-chat-message-font-size, 1rem)}.lc-chat-messages .message h1,.lc-chat-messages .message h2,.lc-chat-messages .message h3,.lc-chat-messages .message h4,.lc-chat-messages .message h5{font-weight:var(--lc-chat-message-heading-font-weight, 600)}.lc-chat-messages .message p:last-child{margin:0}.lc-chat-messages .message a{color:var(--lc-chat-message-color, #1d1d1d);font-weight:var(--lc-chat-message-link-font-weight, bold);text-decoration:underline}.lc-chat-messages .message.user{background:var(--lc-chat-message-user-background, #052b43);color:var(--lc-chat-message-user-color, #fff);align-self:flex-end}.lc-chat-messages .message.user a{color:var(--lc-chat-message-user-color, #fff)}.lc-chat-messages .message.error{background:var(--lc-chat-message-error-background, transparent);color:var(--lc-chat-message-error-color, #a83235);box-shadow:var(--lc-chat-message-error-box-shadow, none);width:100%;text-align:center;text-transform:uppercase}.lc-chat-messages .waiting-indicator{display:flex;justify-content:center;margin:1rem}.lc-chat-messages .emoji{width:auto;height:1rem;margin-left:.25rem}.lc-chat-form{display:flex;border:var(--lc-chat-input-border, 1px solid #ddd);border-radius:var(--lc-chat-input-border-radius, var(--lc-chat-message-border-radius, 10px));box-shadow:var(--lc-chat-input-box-shadow, 0 0 5px rgba(0,0,0,.1) );padding:var(--lc-chat-padding, 10px 5px 10px 10px);background:var(--lc-chat-input-background, #fff);width:100%;max-width:var(--lc-chat-input-max-width, 95%);margin-left:auto;margin-right:auto}.lc-chat-form label,.lc-chat-interface .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lc-chat-form textarea{width:100%;background-color:transparent;border:none;color:var(--lc-chat-input-color, #1d1d1d);resize:none;font-size:var(--lc-chat-input-font-size, 1rem)}.lc-chat-form textarea::placeholder{color:var(--lc-chat-input-placeholder-color, #999)}.lc-chat-form button{background:transparent;border:none;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;justify-content:center}.lc-chat-form button svg{width:48px;height:auto}.lc-chat-input-container{display:flex;flex-direction:column;justify-content:center;width:100%}.lc-chat-input-container .lc-chat-char-count{margin-top:.5rem;font-size:var(--lc-chat-char-count-font-size, .75rem)}.lc-chat-input-container .lc-chat-max-characters{font-weight:700}.lc-chat-suggested-answers{display:flex;flex-direction:column;gap:var(--lc-chat-suggested-answer-spacing, 10px);padding:var(--lc-chat-message-padding, 10px);border-top:var(--lc-chat-input-border, 1px solid #ddd);background:var(--lc-chat-input-background, #fff)}@media screen and (min-width: 768px){.lc-chat-suggested-answers{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}}.lc-chat-suggested-answers button{font-size:var(--lc-chat-suggested-answer-font-size, 1rem);padding:var(--lc-chat-suggested-answer-padding, 10px);border-radius:var(--lc-chat-suggested-answer-border-radius, 10px)!important;color:var(--lc-chat-message-user-color, #fff);background-color:var(--lc-chat-message-user-background, #052b43);box-shadow:var(--lc-chat-suggested-answer-box-shadow, none);border:var(--lc-chat-suggested-answer-border, none);margin-bottom:var(--lc-chat-suggested-answer-spacing, 1rem);transition:var(--lc-chat-suggested-answer-transition, all .3s);min-width:var(--lc-chat-suggested-answer-min-width, calc(50% - 10px) );flex:1 1;margin:0}.lc-chat-suggested-answers button:last-of-type{margin-bottom:0}.lc-chat-disclaimer-container{display:flex;flex-direction:column;text-align:var(--lc-chat-disclaimer-text-align, center);padding:var(--lc-chat-disclaimer-padding, 10px);font-size:var(--lc-chat-disclaimer-font-size, .8rem);background-color:var(--lc-chat-disclaimer-background, transparent);color:var(--lc-chat-disclaimer-color, #000)}.lc-chat-disclaimer-container a{text-decoration:none}.lc-chat-disclaimer-container svg,.lc-chat-disclaimer-container img{height:36px;width:auto}.lc-chat-disclaimer-links{margin-top:.5rem;display:flex;justify-content:space-between}.lc-chat-disclaimer-container button{display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;padding:0}.lc-chat-disclaimer-container button svg{margin-right:.25rem;width:auto;height:27px}.lc-chat-button-image{width:var(--lc-chat-bubble-icon-size, 48px);height:auto;object-fit:contain;margin-bottom:.25rem}.lc-chat-send-button-image{width:var(--lc-chat-send-button-image-size, 48px);height:auto;object-fit:contain}@media screen and (max-width: 767px){.lc-chat-interface.sticky{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.lc-chat-interface{width:var(--lc-chat-interface-width-mobile, 95vw);height:var(--lc-chat-interface-width-height, 95vh);max-height:100%;max-width:100%;z-index:var(--lc-chat-interface-z-index-mobile, 999)}.lc-chat-bubble{width:var(--lc-chat-bubble-size-mobile, 80px);height:var(--lc-chat-bubble-size-mobile, 80px);font-size:var(--lc-chat-bubble-font-size-mobile, 14px)}.lc-chat-bubble svg{width:var(--lc-chat-bubble-icon-size-mobile, 40px);height:auto}}
