/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
#wtk-chat-widget{position:fixed;bottom:24px;right:24px;z-index:99999;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.5;}#wtk-chat-toggle{width:56px;height:56px;border-radius:50%;background:#1a202c;color:#fff;border:none;cursor:pointer;font-size:24px;box-shadow:0 4px 16px rgba(0,0,0,0.25);display:flex;align-items:center;justify-content:center;transition:transform 0.15s ease,box-shadow 0.15s ease;margin-left:auto;}#wtk-chat-toggle:hover{transform:scale(1.08);box-shadow:0 6px 20px rgba(0,0,0,0.3);}#wtk-chat-panel{position:absolute;bottom:68px;right:0;width:340px;max-height:520px;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,0.18);display:flex;flex-direction:column;overflow:hidden;animation:wtk-slide-up 0.2s ease;}@keyframes wtk-slide-up{from{opacity:0;transform:translateY(12px);}to{opacity:1;transform:translateY(0);}}#wtk-chat-header{background:#1a202c;padding:14px 16px;display:flex;flex-direction:column;gap:2px;flex-shrink:0;}#wtk-chat-title{color:#fff;font-weight:700;font-size:15px;}#wtk-chat-subtitle{color:#a0aec0;font-size:12px;}#wtk-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:#f7fafc;}.wtk-msg{max-width:82%;padding:10px 13px;border-radius:14px;font-size:14px;line-height:1.55;word-wrap:break-word;}.wtk-msg-user{background:#1a202c;color:#fff;align-self:flex-end;border-bottom-right-radius:4px;}.wtk-msg-assistant{background:#fff;color:#2d3748;align-self:flex-start;border-bottom-left-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,0.08);}.wtk-msg a{color:#3182ce;text-decoration:underline;word-break:break-all;}.wtk-typing{display:flex;align-items:center;gap:4px;padding:12px 13px;}.wtk-typing span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#a0aec0;animation:wtk-bounce 1.2s infinite ease-in-out;}.wtk-typing span:nth-child(2){animation-delay:0.2s;}.wtk-typing span:nth-child(3){animation-delay:0.4s;}@keyframes wtk-bounce{0%,80%,100%{transform:scale(0.8);opacity:0.5;}40%{transform:scale(1.1);opacity:1;}}#wtk-chat-input-row{display:flex;gap:8px;padding:12px;border-top:1px solid #e2e8f0;background:#fff;flex-shrink:0;}#wtk-chat-input{flex:1;border:1px solid #e2e8f0;border-radius:20px;padding:8px 14px;font-size:14px;outline:none;font-family:inherit;transition:border-color 0.15s;}#wtk-chat-input:focus{border-color:#1a202c;}#wtk-chat-send{background:#1a202c;color:#fff;border:none;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:background 0.15s;white-space:nowrap;}#wtk-chat-send:hover{background:#2d3748;}#wtk-chat-send:disabled{background:#a0aec0;cursor:not-allowed;}@media (max-width:480px){#wtk-chat-widget{bottom:16px;right:16px;}#wtk-chat-panel{width:calc(100vw - 32px);right:0;max-height:70vh;}}
