/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 6px 2px;background:transparent url(/core/misc/throbber-active.gif) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1261;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.gif);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.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);}
.ada-compliance-footer-container{position:fixed;bottom:20px;right:20px;z-index:9999;}.ada-compliance-check-btn{background:linear-gradient(135deg,#005ea2 0%,#0078d4 100%);color:#fff;border:none;padding:12px 20px;border-radius:25px;font-size:16px;cursor:pointer;box-shadow:0 4px 16px rgba(0,94,162,0.3);transition:all 0.3s ease;display:flex;align-items:center;gap:8px;font-weight:600;min-width:200px;justify-content:center;}.ada-compliance-check-btn:hover{background:linear-gradient(135deg,#003d6a 0%,#106ebe 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,94,162,0.4);}.ada-compliance-check-btn:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,94,162,0.3);}.ada-btn-icon{font-size:18px;}.ada-btn-text{font-size:14px;letter-spacing:0.5px;}.ada-compliance-report-wrapper{max-width:1000px;margin:40px auto;padding:24px;background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,0.1);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;}.ada-no-issues{text-align:center;padding:60px 20px;background:linear-gradient(135deg,#e8f5e8 0%,#f0f9f0 100%);border-radius:12px;border:2px solid #4caf50;}.ada-no-issues .success-icon{font-size:48px;color:#4caf50;margin-bottom:16px;}.ada-no-issues h3{color:#2e7d32;margin:0 0 8px 0;font-size:24px;}.ada-no-issues p{color:#558b2f;margin:0;font-size:16px;}.ada-summary{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:12px;padding:24px;margin-bottom:32px;border:1px solid #dee2e6;}.ada-summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;}.ada-summary-header h3{margin:0;color:#495057;font-size:22px;font-weight:600;}.ada-summary-stats{display:flex;gap:24px;}.ada-stat{text-align:center;padding:16px 20px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.05);border:1px solid #e9ecef;}.ada-stat-number{display:block;font-size:28px;font-weight:bold;color:#dc3545;line-height:1;}.ada-stat-label{display:block;font-size:14px;color:#6c757d;margin-top:4px;text-transform:uppercase;letter-spacing:0.5px;}.ada-summary-controls{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;}.ada-filter-section{display:flex;align-items:center;gap:12px;}.ada-filter-label{font-size:14px;font-weight:600;color:#495057;white-space:nowrap;}.ada-filter-dropdown{background:#fff;border:2px solid #e9ecef;border-radius:6px;padding:8px 12px;font-size:14px;cursor:pointer;transition:all 0.2s ease;min-width:180px;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 8px center;background-repeat:no-repeat;background-size:16px;padding-right:36px;}.ada-filter-dropdown:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,0.1);}.ada-filter-dropdown:hover{border-color:#007bff;}.ada-summary-actions{display:flex;gap:12px;}.ada-action-btn{background:#6c757d;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;cursor:pointer;transition:all 0.2s ease;font-weight:500;white-space:nowrap;}.ada-action-btn:hover{background:#5a6268;transform:translateY(-1px);}.ada-issue-group{margin-bottom:24px;border:1px solid #e9ecef;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.05);}.ada-group-header{padding:20px 24px;background:linear-gradient(135deg,#f8f9fa 0%,#f1f3f4 100%);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all 0.2s ease;border-bottom:1px solid #e9ecef;}.ada-group-header:hover{background:linear-gradient(135deg,#f1f3f4 0%,#e9ecef 100%);}.ada-group-header.collapsed{border-bottom:none;}.ada-group-title{display:flex;align-items:center;gap:12px;}.ada-group-title h4{margin:0;font-size:18px;color:#495057;font-weight:600;}.ada-issue-count{font-size:14px;color:#6c757d;font-weight:500;}.ada-group-toggle{font-size:24px;font-weight:bold;color:#6c757d;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;transition:all 0.2s ease;}.ada-group-header:hover .ada-group-toggle{background:#e9ecef;}.ada-severity-badge{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:bold;text-transform:uppercase;letter-spacing:0.5px;}.ada-severity-badge.critical{background:#dc3545;color:#fff;}.ada-severity-badge.high{background:#fd7e14;color:#fff;}.ada-severity-badge.medium{background:#ffc107;color:#212529;}.ada-severity-badge.low{background:#28a745;color:#fff;}.ada-group-content{padding:0;}.ada-issue{border-bottom:1px solid #f8f9fa;padding:20px 24px;}.ada-issue:last-child{border-bottom:none;}.ada-issue-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;}.ada-issue-header-left{display:flex;align-items:center;gap:12px;}.ada-issue-code{font-weight:bold;color:#dc3545;background:#f8d7da;padding:4px 8px;border-radius:4px;font-size:12px;border:1px solid #f5c2c7;}.ada-issue-number{font-size:14px;color:#6c757d;font-weight:500;}.ada-issue-details{display:grid;gap:20px;}.ada-issue-section h5{margin:0 0 8px 0;font-size:14px;color:#495057;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;}.ada-issue-reference,.ada-issue-suggestion{background:#f8f9fa;padding:12px;border-radius:6px;font-family:'Monaco','Menlo','Ubuntu Mono',monospace;font-size:13px;margin:8px 0;border:1px solid #e9ecef;line-height:1.4;overflow-x:auto;}.ada-issue-section pre{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;overflow-x:visible;max-height:400px;overflow-y:auto;}.ada-issue-suggestion{background:#e8f5e8;border-color:#c3e6c3;}.copy-solution-btn{background:#007bff;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:13px;font-weight:500;transition:all 0.2s ease;margin-top:8px;}.copy-solution-btn:hover{background:#0056b3;transform:translateY(-1px);}.copy-solution-btn.copied{background:#28a745;}.ada-issue-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#007bff;}.ada-checkbox-label{font-size:13px;color:#6c757d !important;cursor:pointer;font-weight:500;white-space:nowrap;}.ada-checkbox-label:hover{color:#495057;}.ada-issue.ada-issue-resolved{opacity:0.6;background:#f8f9fa;}.ada-issue.ada-issue-resolved .ada-issue-details{text-decoration:line-through;text-decoration-color:#6c757d;}.ada-issue.ada-issue-resolved .ada-issue-code{background:#e2e3e5;color:#6c757d;border-color:#d3d3d4;}.ada-issue.ada-issue-resolved .ada-issue-reference,.ada-issue.ada-issue-resolved .ada-issue-suggestion{background:#e9ecef;border-color:#ced4da;color:#6c757d;}.ada-issue.ada-issue-resolved .copy-solution-btn{opacity:0.7;}.ada-compliance-modal{display:none;position:fixed;z-index:10000;left:0;top:50px;width:100vw;height:100vh;overflow:auto;background:rgba(0,0,0,0.6);backdrop-filter:blur(4px);animation:fadeIn 0.3s ease;}.ada-compliance-modal-content{background:#fff;margin:20px auto;padding:0;border-radius:12px;max-width:1100px;max-height:90vh;box-shadow:0 10px 40px rgba(0,0,0,0.2);position:relative;overflow:hidden;animation:slideIn 0.3s ease;}.ada-compliance-modal-content > h1{background:linear-gradient(135deg,#495057 0%,#6c757d 100%);color:#fff;margin:0;padding:24px 24px 24px 24px;font-size:24px;font-weight:600;border-radius:12px 12px 0 0;position:relative;}.ada-compliance-modal-close{position:absolute;top:20px;right:24px;font-size:28px;font-weight:bold;color:rgba(255,255,255,0.8);cursor:pointer;z-index:10001;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.2s ease;}.ada-compliance-modal-close:hover{background:rgba(255,255,255,0.2);color:#fff;}#ada-compliance-report-list{max-height:calc(90vh - 120px);overflow-y:auto;padding:24px;}@media (max-width:768px){.ada-compliance-modal-content{margin:10px;max-width:calc(100vw - 20px);max-height:calc(100vh - 20px);}.ada-summary-header{flex-direction:column;align-items:flex-start;gap:16px;}.ada-summary-stats{flex-direction:column;gap:12px;width:100%;}.ada-stat{text-align:left;}.ada-summary-controls{flex-direction:column;align-items:stretch;gap:16px;}.ada-filter-section{flex-direction:column;align-items:stretch;gap:8px;}.ada-filter-dropdown{min-width:auto;width:100%;}.ada-summary-actions{justify-content:center;}.ada-group-title{flex-direction:column;align-items:flex-start;gap:8px;}.ada-issue-details{grid-template-columns:1fr;}.ada-issue-header-left{flex-direction:column;align-items:flex-start;gap:8px;}.ada-checkbox-label{font-size:12px;}}@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}@keyframes slideIn{from{opacity:0;transform:translateY(-50px);}to{opacity:1;transform:translateY(0);}}#ada-compliance-report-list::-webkit-scrollbar{width:8px;}#ada-compliance-report-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px;}#ada-compliance-report-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px;}#ada-compliance-report-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8;}#ada-compliance-check-btn{position:absolute;bottom:50px;right:10px;}
p.Indent1,ul.Indent1,ol.Indent1{margin-left:2em;}p.Indent2,ul.Indent2,ol.Indent2{margin-left:4em;}p.Indent3,ul.Indent3,ol.Indent3{margin-left:6em;}p.Indent4,ul.Indent4,ol.Indent4{margin-left:8em;}p.Indent5,ul.Indent5,ol.Indent5{margin-left:10em;}p.Indent6,ul.Indent6,ol.Indent6{margin-left:12em;}p.Indent7,ul.Indent7,ol.Indent7{margin-left:14em;}p.Indent8,ul.Indent8,ol.Indent8{margin-left:16em;}p.Indent9,ul.Indent9,ol.Indent9{margin-left:18em;}p.Indent10,ul.Indent10,ol.Indent10{margin-left:20em;}
.layout--onecol .layout__region{width:100%;}
.paragraph--unpublished{background-color:#fff4f4;}
