.chatbot--active .chatbot__default{display:none}.chatbot{padding:15px;background:var(--chatbot-container-background);border-bottom:1px solid #dee2e6;font-family:inherit;border-radius:var(--chatbot-container-border-radius)}.chatbot-autocomplete-loading{display:flex;align-items:center;padding:12px 0}.chatbot-autocomplete-content{display:flex;flex-direction:column;gap:12px}.chatbot-autocomplete .chatbot__message{max-width:100%;width:100%;animation:none!important;margin:0}.chatbot-autocomplete .chatbot__message-bubble{max-width:none;box-shadow:none;background:transparent;padding:0}.chatbot-autocomplete .chatbot__message-content{line-height:1.5;color:#212529;padding:10px}.chatbot-autocomplete .chatbot__message-time{display:none}.chatbot-autocomplete .chatbot__sources{margin-top:8px;padding:8px 12px;background:#f8f9fa;border-radius:8px}.chatbot-autocomplete .chatbot__sources-title{font-size:12px;font-weight:600;color:#6c757d;margin-bottom:6px}.chatbot-autocomplete .chatbot__source{color:#444;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.chatbot-autocomplete .chatbot__source:hover{text-decoration:underline}.chatbot-autocomplete-hint{font-size:12px;color:#6c757d;font-style:italic}.chatbot-autocomplete-button-icon{font-size:16px;line-height:1}.chatbot-autocomplete-button-text{line-height:1}.chatbot-autocomplete-error{display:flex;align-items:center;gap:12px;padding:12px;background:#dc35451a;border:1px solid #dc3545;border-radius:8px;color:#dc3545}.chatbot-autocomplete-error-icon{font-size:20px;line-height:1}.chatbot-autocomplete-error-message{font-size:14px;font-weight:500}.chatbot-autocomplete .chatbot__status{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;color:#6c757d;font-style:italic;background:transparent;border-radius:18px;max-width:fit-content}.chatbot-autocomplete .chatbot__status-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.chatbot-autocomplete .chatbot__status-sparkle{width:34px;height:34px;display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:767.98px){.chatbot-autocomplete{padding:12px}.chatbot-autocomplete-content{gap:10px}}.chatbot-autocomplete .chatbot__message-content ul,.chatbot-autocomplete .chatbot__message-content ol{margin:8px 0;padding-left:20px}.chatbot-autocomplete .chatbot__message-content li{margin:4px 0}.chatbot-autocomplete .chatbot__message-content code{background:#f8f9fa;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace}.chatbot-autocomplete.chatbot__collapsed .chatbot__messages,.chatbot-autocomplete.chatbot__collapsed .chatbot__input-container{display:none}@keyframes collapseSlide{0%{opacity:1;max-height:1000px}to{opacity:0;max-height:0}}@keyframes expandSlide{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}@property --chatbot-ac-border-angle{syntax: "<angle>"; inherits: false; initial-value: 0deg;}.chatbot.chatbot-autocomplete{--chatbot-ac-border-width: 3px;--chatbot-ac-border-radius: 8px;--chatbot-ac-surface: #f0f9fa;--chatbot-ac-border-speed: 3s;--chatbot-ac-border-c1: #e1fcff;--chatbot-ac-border-c2: #b9eef4;--chatbot-ac-border-c3: #8ef9ff;position:relative;border-radius:var(--chatbot-ac-border-radius);background:var(--chatbot-ac-surface)}.chatbot.chatbot-autocomplete:before{content:"";position:absolute;inset:0;padding:var(--chatbot-ac-border-width);border-radius:inherit;pointer-events:none;background:conic-gradient(from var(--chatbot-ac-border-angle),var(--chatbot-ac-border-c1) 0deg,var(--chatbot-ac-border-c2) 120deg,var(--chatbot-ac-border-c3) 240deg,var(--chatbot-ac-border-c1) 360deg);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:none}.chatbot.chatbot-autocomplete:has(.chatbot-autocomplete-loading):before{animation:chatbot-ac-border-orbit var(--chatbot-ac-border-speed) linear infinite}@keyframes chatbot-ac-border-orbit{to{--chatbot-ac-border-angle: 1turn}}@media(prefers-reduced-motion:reduce){.chatbot.chatbot-autocomplete:before{animation:none;--chatbot-ac-border-angle: 140deg}}.chatbot__autocomplete-button{border-radius:4px;border:2px solid #8EF9FF;background:var(--AI-gradient, radial-gradient(400.27% 141.42% at 0% 0%, #E1FCFF 0%, #00EAFF 35%, #00D2E5 65%, #A9F9FF 100%));color:var(--color-accent-900, #13484E);font-size:var(--font-body-size-s, 14px);font-style:normal;font-weight:700;line-height:var(--font-body-line-height-s, 22px);text-transform:uppercase}.chatbot__autocomplete-button .svg-icon{filter:brightness(0)}.chatbot__autocomplete-button:after,.chatbot__autocomplete-button:focus,.chatbot__autocomplete-button:hover{background:var(--AI-gradient, radial-gradient(400.27% 141.42% at 0% 0%, #E1FCFF 0%, #00EAFF 5%, #00D2E5 95%, #A9F9FF 100%));color:#000}.chatbot.chatbot-autocomplete a{color:#21757d}.chatbot.chatbot-autocomplete li{list-style-image:none}.chatbot.chatbot-autocomplete li::marker{content:normal;color:#000}.chatbot.chatbot-autocomplete textarea{border-radius:8px;border:1px solid var(--color-accent-700, #21757D);background:#fff}.chatbot.chatbot-autocomplete textarea:focus{box-shadow:0 0 0 2px #21757d80}.chatbot.chatbot-autocomplete .chatbot__input-button{background:var(--AI-gradient, radial-gradient(400.27% 141.42% at 0% 0%, #E1FCFF 0%, #00EAFF 35%, #00D2E5 65%, #A9F9FF 100%))}.chatbot.chatbot-autocomplete .chatbot__input-button svg{filter:brightness(0)}.chatbot.chatbot-autocomplete .chatbot__input-button:after,.chatbot.chatbot-autocomplete .chatbot__input-button:focus,.chatbot.chatbot-autocomplete .chatbot__input-button:hover{background:var(--AI-gradient, radial-gradient(400.27% 141.42% at 0% 0%, #E1FCFF 0%, #00EAFF 5%, #00D2E5 95%, #A9F9FF 100%));color:#000}.chatbot.chatbot-autocomplete .chatbot__message--user .chatbot__message-bubble{border-radius:8px 8px 0;background:var(--color-accent-700, #21757D)}.chatbot.chatbot-autocomplete .chatbot__message--user .chatbot__message-bubble .chatbot__message-content{color:#fff}.chatbot-mode-tabs .chatbot-mode-tabs__button{font-family:var(--font-family-body, Roboto);font-size:var(--font-body-size-xs, 12px);font-style:normal;font-weight:500}.chatbot-mode-tabs .chatbot-mode-tabs__button.bt.bt-light{border-radius:8px;background:var(--color-Accent-50, #F0F9FA);color:var(--color-accent-700, #21757D)}input.input-search.autocomplete{padding-left:110px!important}.fr-search-inline .wrapper-form{position:relative}.fr-search-inline .wrapper-form:before{content:"AI Poradce";border-radius:4px;border:2px solid #8EF9FF;background:radial-gradient(400.27% 141.42% at 0% 0%,#e1fcff,#00eaff 35%,#00d2e5 65%,#a9f9ff);font-size:1.2rem;font-weight:700;padding:.2rem 1rem;display:flex;align-items:center;height:3.2rem;position:absolute;top:50%;left:.5rem;transform:translateY(-50%);z-index:1}html[lang^=sk] .fr-search-inline .wrapper-form:before{content:"AI Poradca"}.chatbot__floating{--chatbot-floating-right-mobile: 90px;--chatbot-floating-bottom-mobile: 15px;--chatbot-floating-right-desktop: 110px;--chatbot-floating-bottom-desktop: 15px;--chatbot-floating-label-color: var(--color-accent-900, #13484E);--chatbot-floating-shadow-rest: drop-shadow(0 8px 20px rgba(0, 188, 212, .3));--chatbot-floating-shadow-hover: drop-shadow(0 12px 28px rgba(0, 188, 212, .45)) saturate(1.06);--chatbot-floating-shadow-active: drop-shadow(0 4px 10px rgba(0, 188, 212, .2));--chatbot-floating-focus-color: var(--color-accent-800, #046B76);position:fixed!important;right:var(--chatbot-floating-right-mobile)!important;bottom:calc(env(safe-area-inset-bottom,0px) + var(--chatbot-floating-bottom-mobile))!important;z-index:50!important;isolation:isolate;pointer-events:none}.chatbot__floating,.chatbot__floating *{box-sizing:border-box}.chatbot__floating-button{pointer-events:auto;position:relative!important;display:block!important;width:68px!important;height:68px!important;padding:0!important;border:none!important;background:transparent!important;color:var(--chatbot-floating-label-color)!important;font-family:Roboto,var(--font-family-body, sans-serif)!important;font-size:12px!important;font-weight:700!important;line-height:16px!important;text-transform:none!important;-webkit-appearance:none!important;appearance:none!important;cursor:pointer!important;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;margin:0!important;overflow:visible!important;filter:var(--chatbot-floating-shadow-rest);transition:transform .16s ease,filter .16s ease}.chatbot__floating-button:hover{transform:translateY(-2px);filter:var(--chatbot-floating-shadow-hover)}.chatbot__floating-button:active{transform:translateY(0) scale(.95);filter:var(--chatbot-floating-shadow-active)}.chatbot__floating-button:focus-visible{outline:2px solid var(--chatbot-floating-focus-color);outline-offset:4px;border-radius:50%}.chatbot__floating-button:focus:not(:focus-visible){outline:none}.chatbot__floating-button-background{display:block!important;position:absolute!important;inset:0!important;width:68px!important;height:68px!important;background-image:url("data:image/svg+xml,%3csvg%20width='68'%20height='68'%20viewBox='0%200%2068%2068'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_2625_1504'%20fill='white'%3e%3cpath%20d='M34%200C52.7776%200%2068%2015.2224%2068%2034C67.9999%2052.7776%2052.7776%2068%2034%2068C27.014%2068%2020.5211%2065.8914%2015.1201%2062.2783L3.42578%2065.4121C1.93865%2065.8106%200.578095%2064.45%200.976562%2062.9629L4.2998%2050.5576C1.56226%2045.6577%202.11219e-05%2040.0116%200%2034C0%2015.2224%2015.2224%202.85545e-05%2034%200Z'/%3e%3c/mask%3e%3cpath%20d='M34%200C52.7776%200%2068%2015.2224%2068%2034C67.9999%2052.7776%2052.7776%2068%2034%2068C27.014%2068%2020.5211%2065.8914%2015.1201%2062.2783L3.42578%2065.4121C1.93865%2065.8106%200.578095%2064.45%200.976562%2062.9629L4.2998%2050.5576C1.56226%2045.6577%202.11219e-05%2040.0116%200%2034C0%2015.2224%2015.2224%202.85545e-05%2034%200Z'%20fill='url(%23paint0_radial_2625_1504)'/%3e%3cpath%20d='M34%200V-3H34L34%200ZM68%2034L71%2034V34H68ZM34%2068L34%2071H34V68ZM15.1201%2062.2783L16.7882%2059.7848L15.6575%2059.0285L14.3436%2059.3806L15.1201%2062.2783ZM3.42578%2065.4121L4.20224%2068.3099L4.20231%2068.3099L3.42578%2065.4121ZM0.976562%2062.9629L3.87434%2063.7393L3.87438%2063.7392L0.976562%2062.9629ZM4.2998%2050.5576L7.19763%2051.3339L7.51276%2050.1576L6.91878%2049.0944L4.2998%2050.5576ZM0%2034H-3V34L0%2034ZM34%200V3C51.1208%203%2065%2016.8792%2065%2034H68H71C71%2013.5655%2054.4345%20-3%2034%20-3V0ZM68%2034L65%2034C64.9999%2051.1207%2051.1207%2065%2034%2065V68V71C54.4344%2071%2070.9999%2054.4344%2071%2034L68%2034ZM34%2068L34%2065C27.6268%2065%2021.7114%2063.0783%2016.7882%2059.7848L15.1201%2062.2783L13.452%2064.7718C19.3308%2068.7045%2026.4013%2071%2034%2071L34%2068ZM15.1201%2062.2783L14.3436%2059.3806L2.64925%2062.5144L3.42578%2065.4121L4.20231%2068.3099L15.8966%2065.1761L15.1201%2062.2783ZM3.42578%2065.4121L2.64932%2062.5143C3.39292%2062.3151%204.07357%2062.9958%203.87434%2063.7393L0.976562%2062.9629L-1.92122%2062.1865C-2.91738%2065.9043%200.484367%2069.3061%204.20224%2068.3099L3.42578%2065.4121ZM0.976562%2062.9629L3.87438%2063.7392L7.19763%2051.3339L4.2998%2050.5576L1.40198%2049.7813L-1.92126%2062.1866L0.976562%2062.9629ZM4.2998%2050.5576L6.91878%2049.0944C4.42424%2044.6294%203.00002%2039.4854%203%2034L0%2034L-3%2034C-2.99998%2040.5377%20-1.29972%2046.6859%201.68083%2052.0208L4.2998%2050.5576ZM0%2034H3C3%2016.8793%2016.8793%203.00003%2034%203L34%200L34%20-3C13.5656%20-2.99997%20-3%2013.5655%20-3%2034H0Z'%20fill='%238EF9FF'%20style='mix-blend-mode:lighten'%20mask='url(%23path-1-inside-1_2625_1504)'/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_2625_1504'%20cx='0'%20cy='0'%20r='1'%20gradientTransform='matrix(68%2068%20-21.7627%20271.313%200%200)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E1FCFF'/%3e%3cstop%20offset='0.35'%20stop-color='%2300EAFF'/%3e%3cstop%20offset='0.65'%20stop-color='%2300D2E5'/%3e%3cstop%20offset='1'%20stop-color='%23A9F9FF'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e")!important;background-size:100% 100%!important;background-repeat:no-repeat!important;background-position:0 0!important;border:none!important;border-radius:0!important;box-shadow:none!important}.chatbot__floating-button-background:before{content:"AI";display:block;position:absolute;top:17px;left:50%;transform:translate(-50%);width:18px;height:18px}.chatbot__floating-button-label{position:absolute!important;bottom:17px!important;left:0!important;right:0!important;display:block!important;text-align:center!important;font-size:12px!important;font-weight:700!important;line-height:16px!important;color:var(--chatbot-floating-label-color)!important;white-space:nowrap}@media(min-width:768px){.chatbot__floating{right:var(--chatbot-floating-right-desktop)!important;bottom:calc(env(safe-area-inset-bottom,0px) + var(--chatbot-floating-bottom-desktop))!important}}@media(prefers-reduced-motion:reduce){.chatbot__floating-button{transition:none!important}}:root{--chatbot-container-background: #F4F5F7;--chatbot-container-border-radius: 8px;--chatbot-user-bubble-background: #EAFFFD;--chatbot-user-bubble-border-radius: 5px;--chatbot-bot-bubble-background: #fff;--chatbot-bot-bubble-border-radius: 5px;--chatbot-tabs-border-radius: 5px;--chatbot-tabs-border-color: #aaa}.chatbot__input-button{width:40px;height:40px;border-radius:50%;background-color:#444;position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;color:#fff;padding:9px;border:none}.chatbot__input-button svg{max-width:20px;max-height:20px}.chatbot__input-container{margin-top:10px}.chatbot__window{display:flex;flex-direction:column;background:#f4f5f7;overflow:hidden}.search-assistant:has(.suggestions) .chatbot__header-button--toggle{display:flex;display:none}.search-assistant:not(:has(.chatbot__collapsed)) .chatbot__header{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #dee2e6}.chatbot__header{display:flex;align-items:center;justify-content:space-between;height:auto;flex-wrap:wrap;gap:1rem}.suggestions-title,.chatbot__title{font-size:18px;font-weight:700;margin:0;padding:0}.chatbot__title{flex:1 1 auto}.suggestions-title{margin:0 0 2rem}.chatbot__button-wrapper{display:none;align-items:center;gap:8px;margin:0 0 0 auto}.chatbot__header-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:none;color:#000;background-color:#fff}.chatbot__header-button .svg-icon{display:flex}.chatbot__header-button.chatbot__header-button--close{width:auto;column-gap:8px;border-radius:16px;padding-inline:15px}.search-assistant:has(.chatbot__collapsed) .chatbot__header-button--toggle svg{transform:rotate(0)}.chatbot__header-button--toggle{display:none}.chatbot__header-button--toggle svg{transform:rotate(180deg);width:20px;height:auto}.chatbot__header-button--toggle:hover{background-color:#fff}.chatbot__header-button--toggle,.chatbot__header-button--new{display:none}.chatbot.chatbot--initialized .chatbot__button-wrapper{display:flex}.chatbot__messages{overflow-y:auto;display:flex;flex-direction:column;gap:15px;padding-bottom:1rem;padding-right:2rem;margin-right:-2rem}.chatbot__message-bubble{padding:15px}.chatbot--initialized .chatbot__message--bot{display:flex}.chatbot--initialized .chatbot__message--bot .chatbot__message-bubble{background-color:var(--chatbot-bot-bubble-background);border-radius:var(--chatbot-bot-bubble-border-radius);width:80%;max-height:none;overflow:visible}.chatbot--initialized .chatbot__message--bot .chatbot__message-bubble:after{display:none}.chatbot__message--bot .chatbot__message-bubble{position:relative;max-height:calc(70dvh - 150px);overflow:hidden}@media(max-width:989.98px){.chatbot__message--bot .chatbot__message-bubble{max-height:250px}}.chatbot__message--bot .chatbot__message-bubble:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,transparent,#F4F5F7);pointer-events:none}.chatbot__message--user{display:flex;flex-direction:column;align-items:flex-end}.chatbot__message--user .chatbot__message-label{margin-bottom:8px;font-weight:700;font-size:14px}.chatbot__message--user .chatbot__message-bubble{background-color:var(--chatbot-user-bubble-background);border-radius:var(--chatbot-user-bubble-border-radius);min-width:30%;max-width:80%}.chatbot__message-time{font-size:14px;margin-top:4px}.chatbot .chatbot__input-field{min-height:60px;max-height:120px;height:auto;width:100%;padding-right:60px;resize:none;overflow-y:auto;box-sizing:border-box}.chatbot .chatbot__input-container{position:relative}.chatbot__sources{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.chatbot__source{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#007bff1a;border:1px solid rgba(0,123,255,.2);border-radius:4px;color:#444;text-decoration:none;transition:all .2s ease-in-out}.chatbot__source svg{width:12px;height:12px;stroke:currentColor;fill:none}.chatbot__source:hover{background:#007bff26;border-color:#444;transform:translateY(-1px)}.chatbot__products{margin-top:10px;container-type:inline-size;container-name:products;padding:10px}.chatbot__products-grid{display:grid;gap:8px;grid-template-columns:repeat(5,1fr)}@container products (max-width: 800px){.chatbot__products-grid{grid-template-columns:repeat(4,1fr)}}@container products (max-width: 480px){.chatbot__products-grid{grid-template-columns:repeat(3,1fr)}}@container products (max-width: 360px){.chatbot__products-grid{grid-template-columns:repeat(2,1fr)}}.chatbot__product-card{display:flex;flex-direction:column;background:#f0f0f0;border:1px solid #e6e6e6;border-radius:6px;overflow:hidden;color:inherit;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.chatbot__product-card:hover{border-color:#c9c9c9;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.chatbot__product-photo{display:block;width:100%;aspect-ratio:3 / 2;object-fit:cover;background:#f5f5f5}.chatbot__product-photo--placeholder{opacity:1}.chatbot__product-content{display:flex;flex-direction:column;gap:6px;padding:8px}.chatbot__product-title{font-size:14px;line-height:1.35;color:#222;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chatbot__product-cta{display:inline-flex;align-items:center;gap:4px;margin-top:auto;font-size:13px;font-weight:600;color:var(--color-accent-700, #21757D)}.chatbot__product-cta svg{width:14px;height:14px;stroke:currentColor;fill:none;transition:transform .15s ease}.chatbot__product-card:hover .chatbot__product-cta svg{transform:translate(2px)}.chatbot__status{display:flex;align-items:center;gap:12px;padding:16px}.chatbot__status-sparkle{width:34px;height:34px;display:block;flex-shrink:0;overflow:visible;filter:drop-shadow(0 0 1px rgba(0,210,229,.14));animation:chatbot-status-glow 5s ease-in-out infinite}@keyframes chatbot-status-glow{0%,to{filter:drop-shadow(0 0 1px rgba(0,210,229,.14))}50%{filter:drop-shadow(0 0 3px rgba(0,234,255,.3))}}.chatbot__status-star{transform-box:fill-box;transform-origin:center;will-change:transform,opacity}.chatbot__status-star--large{animation:chatbot-star-large 3.2s ease-in-out infinite}.chatbot__status-star--medium{animation:chatbot-star-medium-fade 2.1s ease-in-out .5s infinite,chatbot-star-medium-pulse 4.3s ease-in-out .5s infinite}.chatbot__status-star--small{animation:chatbot-star-small 2.5s ease-in-out 1s infinite}@keyframes chatbot-star-large{0%,to{transform:translateY(2.1px) scale(1);opacity:1}50%{transform:translateY(-2.1px) scale(1.45);opacity:.25}}@keyframes chatbot-star-medium-fade{0%,to{opacity:1}50%{opacity:.18}}@keyframes chatbot-star-medium-pulse{0%,to{transform:translateY(-2.1px) scale(1)}50%{transform:translateY(2.1px) scale(1.75)}}@keyframes chatbot-star-small{0%,to{transform:translateY(2.1px) scale(1);opacity:1}50%{transform:translateY(-2.1px) scale(1.85);opacity:.3}}@media(prefers-reduced-motion:reduce){.chatbot__status-sparkle animate,.chatbot__status-sparkle animateTransform{display:none}.chatbot__status-sparkle,.chatbot__status-star{animation:none;filter:none;transform:none;opacity:1}}.chatbot__error{padding:16px;background:#f443361a;border:1px solid #f44336;border-radius:8px;color:#f44336;text-align:center;margin:16px}.chatbot__error-retry{margin-top:8px;padding:8px 16px;background:#f44336;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px;transition:all .2s ease-in-out}.chatbot__error-retry:hover{background:#d32f2f;transform:scale(1.02)}.chatbot-mode-tabs{margin-bottom:1.5rem}.chatbot-mode-tabs button{color:#000}.chatbot-mode-tabs__wrapper{display:inline-flex;flex-direction:row-reverse;gap:8px;padding:5px;border-radius:var(--chatbot-tabs-border-radius);border:1px solid var(--chatbot-tabs-border-color)}@media(max-width:989.98px){.chatbot-mode-tabs__wrapper{flex-direction:row}}.chatbot-mode-tabs__wrapper .bt:not(.bt-light){padding-inline:8px}.chatbot-mode-tabs__button{cursor:pointer}@media(max-width:449.98px){.chatbot-mode-tabs__button{padding-inline:1rem!important;font-size:1.2rem!important}}
