.cua-chat--body{display:flex;flex-direction:column;flex-grow:1;overflow:auto;position:relative}.cua-chat--chat-close-confirmation{background-color:var(--cua-chat-close-confirmation-background);padding:var(--tds-size--3x)}.cua-chat--chat-close-confirmation__container{border:1px solid var(--tds-color--grey50);border-radius:var(--tds-size--1x);margin-inline:auto;max-width:var(--cua-chat-close-confirmation-max-width);padding-block:var(--tds-size--3x) var(--tds-size--2x);padding-inline:var(--tds-size--4x);width:100%}.cua-chat--chat-close-confirmation__header{font-weight:var(--tds-font-weight-bold);margin-block-end:var(--tds-size--1x);text-align:center}.cua-chat--chat-close-confirmation__button-container{display:flex}.cua-chat--chat-close-confirmation__button{flex-grow:1;margin:var(--tds-size--1x)}.cua-chat--chat-area{flex-grow:1;overflow:auto;padding:var(--cua-chat-area-padding);scrollbar-width:none}.cua-chat--chat-area,.cua-chat--message-container{display:flex;flex-direction:column}.cua-chat--message-container:has(.cua-chat--message-suggestion-group){flex-direction:column;margin-block-start:auto}.cua-chat--chat-feedback-buttons{align-items:center;display:flex;gap:var(--tds-size--half);padding-inline-start:var(--tds-size--4x)}.cua-chat--chat-feedback-buttons__copy--copied{color:var(--tds-color--green)}.cua-chat--chat-feedback-overlay{--cua--chat-feedback-text-size:130px;background-color:var(--cua-chat-feedback-overlay-background);border:1px solid var(--tds-theme-border-low-contrast);border-bottom:none;border-radius:var(--tds-size--half) var(--tds-size--half) 0 0;max-height:95%;min-height:80%;padding:var(--tds-size--3x)}.cua-chat--chat-feedback-overlay__close-button{text-align:end}.cua-chat--chat-feedback-overlay__submit-button{margin-block-end:var(--tds-size--3x);margin-block-start:var(--tds-size--3x)}.cua-chat--chat-feedback-overlay__feedback-button-container{display:flex}.cua-chat--chat-feedback-overlay__checkboxes{margin-block-start:var(--tds-size--2x)}.cua-chat--chat-feedback-overlay__feedback-text .tds-form-input-textarea{height:var(--cua--chat-feedback-text-size);min-block-size:unset;resize:none}.cua-chat--chat-feedback-overlay__feedback-button{align-items:center;border:1px solid var(--tds-theme-border);border-radius:var(--tds-size--half);cursor:pointer;display:flex;margin-inline-end:var(--tds-size--2x);padding:var(--tds-size--half) calc(var(--tds-size--half)*3)}.cua-chat--chat-feedback-overlay__feedback-button-icon{margin-inline-end:var(--tds-size--1x)}.cua-chat--chat-feedback-overlay__feedback-button-active{border:3px solid var(--tds-theme-foreground-high-contrast);font-weight:var(--tds-font-weight-bold)}.cua-chat--chat-feedback-overlay__feedback-prompt{padding-block:var(--tds-size--2x)}.cua-chat--chat-feedback-overlay h3{padding-block:var(--tds-size--1x) var(--tds-size--2x)}.cua-chat--footer{margin-block-start:auto;padding:var(--tds-size--2x)}.cua-chat--footer__disclaimer{display:flex;justify-content:center;padding-block-end:var(--tds-size--1x);text-align:center}.cua-chat--footer__disclaimer-text{margin-inline-end:var(--tds-size--half)}.cua-chat--footer__container{align-items:center;background:var(--cua-chat-footer-container-background);border-radius:var(--tds-size--half);display:flex;padding:0 var(--tds-size--1x)}.cua-chat--footer__container:focus-within{outline:2px solid var(--tds-color--focus)}.cua-chat--footer__button:disabled{background:var(--tds-theme-border)}.cua-chat--footer__button{background:var(--tds-color-blue-40);color:var(--tds-color-white)}.cua-chat--footer__input .tds-form-input-textarea{min-block-size:unset;resize:none}.cua-chat--footer .cua-chat--footer__container .cua-chat--footer__input{box-shadow:none;outline:none}.cua-chat--header{align-items:center;display:grid;gap:var(--tds-size--half);grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);padding:var(--tds-size--1x);touch-action:none}.cua-chat--header--draggable{cursor:grab}.cua-chat--header--draggable:active{cursor:grabbing}.cua-chat--header__column{align-items:center;display:flex;min-inline-size:0}.cua-chat--header__column--left{gap:var(--tds-size--half);justify-content:flex-start;justify-self:start}.cua-chat--header__column--center{font-weight:var(--tds-font-weight-medium);justify-content:center;max-inline-size:min(100%,16rem);overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.cua-chat--header__column--right{gap:var(--tds-size--half);justify-content:flex-end;justify-self:end}.cua-chat--header-more{display:inline-flex;flex-shrink:0;position:relative}.cua-chat--header-more__trigger.tds-icon-btn:focus,.cua-chat--header-more__trigger.tds-icon-btn:focus-visible,.cua-chat--header-more__trigger.tds-icon-btn[aria-expanded=true]{box-shadow:inset 0 0 0 var(--tds-icon-btn--border-width,2px) transparent}.cua-chat--header-more__panel{min-inline-size:11.5rem;z-index:1200}.cua-chat--header-more__panel-content{display:flex;flex-direction:column;gap:2px;min-inline-size:11.5rem;padding:4px}.cua-chat--header-more__item{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;border-radius:8px;color:var(--tds-theme-foreground-high-contrast,#171a20);cursor:pointer;display:flex;font:inherit;font-size:.875rem;gap:10px;padding:8px 10px;text-align:start;width:100%}@media(hover:hover){.cua-chat--header-more__item:hover{background-color:color-mix(in srgb,var(--tds-theme-foreground,#171a20) 8%,transparent)}}.cua-chat--header-more__item:focus{outline:none}.cua-chat--header-more__item:focus-visible{background-color:transparent;box-shadow:inset 0 0 0 2px var(--tds-theme-foreground-high-contrast,#171a20);outline:none}.cua-chat--header-more__item--active{background-color:color-mix(in srgb,var(--tds-theme-primary,#3e6ae1) 12%,transparent)}.cua-chat--header-more__item-icon{block-size:1.1em;color:var(--tds-theme-foreground-low-contrast,#5c5e62);flex-shrink:0;inline-size:1.1em}.cua-chat--header-more__item-label{color:var(--tds-theme-foreground-high-contrast,#171a20);flex:1;min-inline-size:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cua-chat--chat-icon{animation:background-delayed 10s;animation-delay:10s;animation-iteration-count:infinite;background:var(--tds-color-grey-20)}.cua-chat--chat-icon,.cua-chat-icon-container{height:var(--cua-chat-icon-height,var(--tds-size--5x));width:var(--cua-chat-icon-width,var(--tds-size--6x))}.cua-chat--chat-icon--floating{box-shadow:0 2px 1px #00000040;inset-block-end:var(--cua-chat-icon-y-offset,var(--tds-size--3x));inset-inline-end:var(--cua-chat-icon-x-offset,var(--tds-size--2x));position:fixed;z-index:998}@media(min-width:1200px){.cua-chat--chat-icon--floating{box-shadow:none}}.cua-chat--chat-icon--draggable{bottom:auto;cursor:grab;inset-block-end:auto;inset-inline-end:auto;right:auto;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cua-chat--chat-icon--dragging{cursor:grabbing}.cua-chat--chat-icon--modal-open{pointer-events:none}.cua-chat--chat-icon__icon{animation:color-delayed 10s;animation-delay:10s;animation-iteration-count:infinite;color:var(--tds-color--white)}@keyframes color-delayed{0%{color:var(--tds-color--white)}20%,53%{color:var(--tds-color--black)}38%,70%{color:var(--tds-color--white)}to{color:var(--tds-color--white)}}@keyframes background-delayed{0%{background:var(--tds-color-grey-20);opacity:1}20%,53%{background:var(--tds-color-grey-70)}38%,70%{background:var(--tds-color-grey-20);opacity:1}to{background:var(--tds-color-grey-20)}}:root{--cua-chat-collapsed-width:246px;--cua-chat-expanded-width:540px}.cua-chat--chat-expanded-container{border:1px solid var(--tds-color-grey-50);height:var(--tds-size--5x);width:var(--tds-size--6x)}.cua-chat--chat-expanded-container--floating{inset-block-end:var(--cua-chat-icon-y-offset,var(--tds-size--3x));inset-inline-end:var(--cua-chat-icon-x-offset,var(--tds-size--2x));position:fixed;z-index:11}@media(min-width:600px){.cua-chat--chat-expanded-container{width:var(--cua-chat-collapsed-width)}}@media(min-width:1200px){.cua-chat--chat-expanded-container{width:var(--cua-chat-expanded-width)}.cua-chat--chat-expanded-container:has(.cua-chat--chat-expanded--chat-started){width:var(--cua-chat-collapsed-width)}}.cua-chat--chat-expanded{align-items:center;cursor:pointer;display:flex;gap:0;height:100%;justify-content:center;padding:0 var(--tds-size--2x);position:relative;width:100%}.cua-chat--chat-expanded__cta-text{color:var(--tds-color-grey-20);display:none;font-size:var(--tds-font-size-30);font-weight:var(--tds-font-weight-medium)}.cua-chat--chat-expanded__input-container{color:var(--tds-color-grey-35);cursor:text;display:none;flex:1;height:100%;margin-inline-end:auto;overflow:hidden;position:relative}.cua-chat--chat-expanded__input{background-color:transparent;border:none;color:var(--tds-color-grey-10);display:none;height:100%;inset-block-start:0;inset-inline-start:0;outline:none;position:absolute;width:100%}.cua-chat--chat-expanded__carousel-texts{color:var(--tds-color-grey-35);display:none;font-weight:var(--tds-font-weight-medium);inset-block-start:0;inset-inline-start:0}.cua-chat--chat-expanded__text{align-items:center;display:flex;flex:0 0 100%;height:100%;opacity:0;position:absolute}@keyframes textCycle{0%{opacity:0}1.82%{opacity:1}16.36%{opacity:1}20%{opacity:0}to{opacity:0}}.cua-chat--chat-expanded__icon-button{align-items:center;background-color:var(--tds-theme-primary);border-radius:var(--tds-border-radius--pill);cursor:pointer;display:none;justify-content:center;min-height:var(--tds-size--2x);min-width:var(--tds-size--2x)}.cua-chat--chat-expanded__icon-button--disabled{background-color:var(--tds-color-grey-50);cursor:not-allowed;opacity:.6}.cua-chat--chat-expanded--chat-started .cua-chat--chat-expanded__carousel-texts,.cua-chat--chat-expanded--chat-started .cua-chat--chat-expanded__icon-button,.cua-chat--chat-expanded--chat-started .cua-chat--chat-expanded__input,.cua-chat--chat-expanded--chat-started .cua-chat--chat-expanded__input-container{display:none}@media(min-width:600px){.cua-chat--chat-expanded{gap:var(--tds-size--1x)}.cua-chat--chat-expanded__cta-text,.cua-chat--chat-expanded__input{display:block}}@media(min-width:1200px){.cua-chat--chat-expanded{gap:var(--tds-size--1x)}.cua-chat--chat-expanded__cta-text,.cua-chat--chat-expanded__input{display:block}.cua-chat--chat-expanded__carousel-texts,.cua-chat--chat-expanded__icon-button,.cua-chat--chat-expanded__input-container{display:flex}}.cua-chat--unread-badge{align-items:center;background:var(--tds-color--blue,#3e6ae1);block-size:20px;border-radius:999px;box-sizing:border-box;color:var(--tds-color--white,#fff);display:flex;font-size:11px;font-weight:500;inset-block-start:-14px;inset-inline-end:-10px;justify-content:center;line-height:1;min-inline-size:20px;padding:0 6px;pointer-events:none;position:absolute}.cua-chat--chat-open-another-tab{background:var(--tds-theme-background-container);border:1px solid var(--tds-color--grey50);border-radius:var(--tds-size--1x);margin:var(--tds-size--2x)}.cua-chat--chat-open-another-tab__container{align-items:center;display:flex;flex-direction:column;margin:var(--tds-size--4x)}.cua-chat--chat-overlay{-webkit-backdrop-filter:blur(var(--tds-size--half));backdrop-filter:blur(var(--tds-size--half));display:flex;flex-direction:column;height:100%;inset-block:0;inset-inline:0;justify-content:flex-end;margin:auto;max-width:1440px;position:absolute;width:100%}.cua-chat--something-went-wrong{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;text-align:center}.cua-chat--something-went-wrong__icon{width:100%}.cua-chat--something-went-wrong__header{padding-block-start:var(--tds-size--1x)}.cua-chat--something-went-wrong__sub-header{padding-block-end:var(--tds-size--3x)}.cua-chat--something-went-wrong__button{width:auto}.cua-chat--float-handles{inset:0;pointer-events:none;position:absolute;z-index:20}.cua-chat--float-handles__hit{pointer-events:auto;position:absolute;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cua-chat--float-handles__hit--n{cursor:ns-resize;height:6px;inset-block-start:-3px;inset-inline:10px}.cua-chat--float-handles__hit--s{cursor:ns-resize;height:6px;inset-block-end:-3px;inset-inline:10px}.cua-chat--float-handles__hit--e{cursor:ew-resize;inset-block:10px;inset-inline-end:-3px;width:6px}.cua-chat--float-handles__hit--w{cursor:ew-resize;inset-block:10px;inset-inline-start:-3px;width:6px}.cua-chat--float-handles__hit--ne{cursor:nesw-resize;height:14px;inset-block-start:-4px;inset-inline-end:-4px;width:14px}.cua-chat--float-handles__hit--nw{cursor:nwse-resize;height:14px;inset-block-start:-4px;inset-inline-start:-4px;width:14px}.cua-chat--float-handles__hit--se{cursor:nwse-resize;height:16px;inset-block-end:-4px;inset-inline-end:-4px;width:16px}.cua-chat--float-handles__hit--sw{cursor:nesw-resize;height:14px;inset-block-end:-4px;inset-inline-start:-4px;width:14px}.cua-chat--drive-cta-buttons{display:flex;justify-content:flex-end}.cua-chat--drive-cta-buttons_button--primary{margin-inline-end:var(--tds-size--1x)}.cua-chat--drive-cta-buttons__button{border:2px solid var(--tds-color--grey50);border-radius:var(--tds-size--half);cursor:pointer;margin-block-end:var(--tds-size--2x);padding:var(--tds-size--1x);-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes cua-indicator-blink{0%,to{opacity:0}50%{opacity:1}}.cua-chat--message-markdown{--cua-indicator-size:var(--tds-size--2x)}.cua-chat--message-markdown .circle-cursor,.cua-chat--message-markdown .cursor-parent>div:last-child>table:last-child>tbody:last-child:after,.cua-chat--message-markdown .cursor-parent>ol:last-child>li:last-child:after,.cua-chat--message-markdown .cursor-parent>p:last-child:after,.cua-chat--message-markdown .cursor-parent>pre:last-child>code:last-child:after,.cua-chat--message-markdown .cursor-parent>ul:last-child>li:last-child:after{animation:cua-indicator-blink 1s infinite;background-color:var(--tds-color-grey-50);border-radius:50%;content:"";display:inline-block;height:14px;margin-inline-start:var(--tds-size--1x);vertical-align:middle;width:14px}.cua-chat--message-markdown .chat-tr.tds-table-row td,.cua-chat--message-markdown .chat-tr.tds-table-row th{font-size:var(--tds-font-size-20)}.cua-chat--message-markdown .chat-table{--tds-data-table--row-hover-radius:0;margin-block-end:var(--tds-size--2x);width:calc(var(--cua-chat-modal-width) - var(--cua-chat-area-padding)*2 - var(--tds-icon--size) - var(--cua-chat-bubble-profile-spacing) - var(--cua-chat-bubble-padding)*2)}.cua-chat--message-markdown .chat-table>.tds-data-table{background-color:var(--tds-theme-background-dialog);z-index:unset}.cua-chat--message-markdown .chat-img{margin:var(--tds-size--2x) 0}.cua-chat--message-markdown .chat-img>img{min-inline-size:unset;width:100%}.cua-chat--message-markdown .chat-h1:first-child,.cua-chat--message-markdown .chat-h2:first-child,.cua-chat--message-markdown .chat-h3:first-child,.cua-chat--message-markdown .chat-h4:first-child,.cua-chat--message-markdown .chat-h5:first-child,.cua-chat--message-markdown .chat-h6:first-child{padding-block:unset}.cua-chat--message-markdown .tds-link{overflow-wrap:anywhere}.cua-chat--markdown-table{display:flex;flex-direction:column}.cua-chat--markdown-table__copy{align-self:flex-end;margin-block-end:-4px}.cua-chat--markdown-table__copy--copied{color:var(--tds-color--green)}.cua-chat--message-form{border:1px solid var(--tds-color-grey-50);border-radius:var(--tds-size--1x);margin-inline-start:auto;max-width:var(--cua-chat-max-form-width);padding:var(--tds-size--2x);width:92%}.cua-chat--message-form__form-item{margin-block-end:var(--tds-size--3x)}.cua-chat--message-form__button{width:100%}.cua-chat--message-form__loader{animation:var(--tds--rotating);margin-inline-end:var(--tds-size--1x)}.cua-chat--message-form .tds-form-input-text{background:transparent;border:none}.cua-chat--message-response{display:flex;flex-direction:row}.cua-chat--message-response__logo{background:var(--tds-color-grey-30);border-radius:var(--tds-size--3x);color:var(--tds-color-white);margin-block-end:var(--tds-size--1x);margin-block-start:auto}.cua-chat--message-response__chat{align-items:center;background-color:var(--cua-chat-message-response-background);border-radius:var(--linear-size-3-x,12px) var(--linear-size-3-x,12px) var(--linear-size-3-x,12px) var(--linear-size-1-x,4px);display:flex;margin:var(--cua-chat-bubble-profile-spacing);margin-inline-end:auto;padding:var(--cua-chat-bubble-padding)}.cua-chat--message-response__chat-loader{animation:var(--tds--rotating);margin-inline-end:var(--tds-size--1x)}.cua-chat--message-response-cta{display:flex;flex-direction:column}.cua-chat--message-response-cta__title{font-weight:var(--tds-font-weight-medium);margin-block-end:var(--tds-size--2x)}.cua-chat--message-response-cta__CTAButton{background:var(--tds-theme-background);margin-block-start:var(--tds-size--2x)}.cua-chat--message-response-cta__CTALink-container{align-items:center;display:flex;justify-content:center;margin-block-start:var(--tds-size--2x)}.cua-chat--message-response-cta__CTALink{align-self:center;width:-moz-fit-content;width:fit-content}.cua-chat--message-response-cta__CTALink--icon{margin-block-start:2px;margin-inline-start:2px}.cua-chat--message-response-drive-slots-picker__schedule{display:flex;gap:var(--tds-size--1x);justify-content:flex-end;text-align:end}.cua-chat--message-response-drive-slots-picker__schedule-button{border:2px solid var(--tds-color--grey50);border-radius:var(--tds-size--half);cursor:pointer;padding:var(--tds-size--1x);-webkit-user-select:none;-moz-user-select:none;user-select:none}.cua-chat--message-response-drive-slots-picker__schedule_form{border:1px solid var(--tds-color-grey-50);border-radius:var(--tds-size--1x);display:flex;flex-direction:column;gap:var(--tds-size--1x);margin-block-end:var(--tds-size--1x);margin-block-start:var(--tds-size--half);margin-inline-end:0;margin-inline-start:auto;max-width:var(--cua-chat-max-form-width);padding:var(--tds-size--2x);width:92%}.cua-chat--message-response-text{align-items:center;display:flex;white-space:pre-line}.cua-chat--message-response-text__chat-loader{animation:var(--tds--rotating);margin-inline-end:var(--tds-size--1x)}.cua-chat--message-response-typing__bullet{animation:bounce .8s linear infinite both;background-color:var(--tds-theme-foreground);block-size:10px;border-radius:50%;display:inline-block;inline-size:10px;transition:all .3s linear}.cua-chat--message-response-typing__bullet:not(:last-child){margin-inline-end:3px}.cua-chat--message-response-typing__bullet:nth-child(2){animation-delay:.15s}.cua-chat--message-response-typing__bullet:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,80%,to{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(-100%)}}.cua-chat--message-sent{background-color:var(--tds-color--blue30);border-radius:var(--linear-size-3-x,12px) var(--linear-size-3-x,12px) var(--linear-size-1-x,4px) var(--linear-size-3-x,12px);color:var(--tds-color--white);margin:var(--tds-size--half);margin-inline-start:auto;padding:var(--tds-size--2x);white-space:pre-line;word-break:break-word}.cua-chat--message-sent-receipt{align-items:center;align-self:flex-end;color:var(--tds-color--grey40,#8a8a8a);display:inline-flex;font-size:var(--tds-size--2x,16px);margin-block:calc(var(--tds-size--quarter, 2px)*-1) var(--tds-size--half);margin-inline-end:var(--tds-size--1x,8px);opacity:.85}.cua-chat--message-sent-receipt--read{color:var(--tds-color--blue30,#3e6ae1);opacity:1}.cua-chat--message-status{align-items:center;display:flex;min-height:var(--tds-size--5x)}.cua-chat--message-status__time{padding-block-end:0;padding-block-start:0;padding-inline-end:var(--tds-size--2x);padding-inline-start:var(--tds-size--1x)}.cua-chat--message-status__text{color:var(--tds-color-grey-30)}.cua-chat--message-suggestion{border:2px solid var(--tds-color--grey50);border-radius:var(--tds-size--half);cursor:pointer;margin-block-end:var(--tds-size--2x);margin-inline-start:auto;padding:var(--tds-size--1x);-webkit-user-select:none;-moz-user-select:none;user-select:none}.cua-chat--message-suggestion-group{display:flex;flex-direction:column}.cua-chat--chat-modal{--cua-chat-modal-width:100vw}.cua-chat--chat-modal.tds-modal[open]{transform:unset}.cua-chat--chat-modal{height:768px;max-inline-size:100vw;overflow-x:hidden}@media(min-width:600px){.cua-chat--chat-modal{--cua-chat-modal-width:430px;inset-block-end:var(--tds-size--2x);inset-inline-end:var(--tds-size--1x);inset-inline-start:auto;width:var(--cua-chat-modal-width)}.cua-chat--chat-modal--floating{--cua-chat-modal-radius:12px;--cua-chat-modal-width:var(--cua-chat-float-w,430px);border-radius:var(--cua-chat-modal-radius);box-shadow:0 8px 28px #0000002e,0 2px 8px #00000014;height:var(--cua-chat-float-h,768px);inset:auto;max-block-size:none;max-inline-size:none;min-block-size:var(--cua-chat-float-min-h,480px);min-inline-size:var(--cua-chat-float-min-w,360px);overflow:visible;width:var(--cua-chat-modal-width)}.cua-chat--chat-modal--floating.tds-modal[open]{margin:0;position:fixed;transform:none;translate:none}.cua-chat--chat-modal--floating .cua-chat--container{border-radius:var(--cua-chat-modal-radius);overflow:hidden}}.cua-chat--chat-modal--dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:left,top,width,height}.cua-chat--chat-modal--dragging iframe{pointer-events:none}.cua-chat--container{--cua-chat-area-padding:var(--tds-size--2x);--cua-chat-bubble-padding:var(--tds-size--2x);--cua-chat-bubble-profile-spacing:var(--tds-size--1x);display:flex;flex-direction:column;height:100%;max-inline-size:100%;min-block-size:0;overflow-x:hidden;overflow-y:hidden;position:relative}.cua-chat--row{display:flex}.cua-chat--chat-modal .tds-modal-header{display:none}#cua-chat--mount .tds-tooltip-wrapper--inline{display:unset}.cua-chat--container .tds--is_visually_hidden:not(:focus):not(:active){position:relative}:root{--cua-chat-close-confirmation-background:var(--tds-theme-background);--cua-chat-close-confirmation-max-width:800px;--cua-chat-feedback-overlay-background:var(--tds-theme-background);--cua-chat-footer-container-background:var(--tds-theme-background-container);--cua-chat-max-form-width:500px;--cua-chat-message-response-background:var(--tds-theme-background-container)}:is(.tds-scrim--black){--cua-chat-close-confirmation-background:var(--tds-theme-background);--cua-chat-feedback-overlay-background:var(--tds-theme-background);--cua-chat-footer-container-background:var(--tds-theme-background-container);--cua-chat-message-response-background:var(--tds-theme-background-container-alt)}.tds-scrim--black .tds-modal{--cua-chat-close-confirmation-background:var(--tds-theme-background-container);--cua-chat-feedback-overlay-background:var(--tds-theme-background-container);--cua-chat-footer-container-background:var(--tds-theme-background);--cua-chat-message-response-background:var(--tds-theme-background-container-alt)}
