/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.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/modules/system/css/components/../../../../misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/modules/system/css/components/../../../../misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/modules/system/css/components/../../../../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/modules/system/css/components/../../../../misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/modules/system/css/components/../../../../misc/icons/787878/twistie-up.svg);}
.ui-dialog ~ .ck-body-wrapper{--ck-z-panel:1261;}
.ecampus-popup-overlay{position:fixed;inset:0;background:rgba(15,23,42,0.65);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;z-index:99999;padding:16px;opacity:0;transition:opacity 0.3s ease;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;}.ecampus-popup-overlay.is-show{display:flex;opacity:1;}.ecampus-popup-modal{background:#fff;border-radius:12px;max-width:680px;width:100%;max-height:92vh;overflow-y:auto;position:relative;box-shadow:0 25px 60px rgba(0,0,0,0.35);transform:translateY(20px) scale(0.98);transition:transform 0.35s ease;}.ecampus-popup-overlay--small .ecampus-popup-modal{max-width:480px;}.ecampus-popup-overlay--medium .ecampus-popup-modal{max-width:680px;}.ecampus-popup-overlay--big .ecampus-popup-modal{max-width:880px;}.ecampus-popup-overlay.is-show .ecampus-popup-modal{transform:translateY(0) scale(1);}.ecampus-popup-close{position:absolute;top:10px;right:10px;width:36px;height:36px;border:none;border-radius:50%;background:rgba(255,255,255,0.95);color:#1e3a8a;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,0.2);z-index:2;transition:transform 0.2s,background 0.2s,color 0.2s;}.ecampus-popup-close:hover{background:#1e3a8a;color:#fff;transform:rotate(90deg);}.ecampus-popup-image{width:100%;height:auto;display:block;border-top-left-radius:12px;border-top-right-radius:12px;background:#f1f5f9;}.ecampus-popup-body{padding:32px 36px;}.ecampus-popup-badge{display:inline-block;background:#1e3a8a;color:#fff;font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;padding:5px 12px;border-radius:20px;margin-bottom:14px;}.ecampus-popup-title{color:#0f172a;font-size:22px;font-weight:700;line-height:1.35;margin:0 0 12px;}.ecampus-popup-text{color:#334155;font-size:16px;line-height:1.6;margin:0 0 20px;}.ecampus-popup-text p:last-child{margin-bottom:0;}.ecampus-popup-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:16px;border-top:1px solid #e2e8f0;}.ecampus-popup-dismiss{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b;cursor:pointer;user-select:none;margin:0;}.ecampus-popup-dismiss input{width:16px;height:16px;cursor:pointer;accent-color:#1e3a8a;}.ecampus-popup-btn{background:#1e3a8a;color:#fff;border:none;padding:10px 22px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background 0.2s;}.ecampus-popup-btn:hover{background:#1e40af;}body.ecampus-popup-open{overflow:hidden;}@media (max-width:480px){.ecampus-popup-overlay{padding:10px;align-items:flex-start;padding-top:20px;}.ecampus-popup-modal{max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);}.ecampus-popup-image{max-height:38vh;object-fit:contain;background:#f1f5f9;}.ecampus-popup-overlay--small .ecampus-popup-image{max-height:28vh;}.ecampus-popup-overlay--big .ecampus-popup-image{max-height:44vh;}.ecampus-popup-body{padding:18px 20px 20px;}.ecampus-popup-badge{font-size:10px;padding:4px 10px;margin-bottom:10px;}.ecampus-popup-title{font-size:17px;margin-bottom:8px;}.ecampus-popup-text{font-size:14px;line-height:1.5;margin-bottom:14px;}.ecampus-popup-footer{flex-direction:column;align-items:stretch;gap:10px;padding-top:12px;}.ecampus-popup-btn{width:100%;padding:12px 22px;}.ecampus-popup-dismiss{justify-content:center;}.ecampus-popup-close{top:8px;right:8px;width:36px;height:36px;font-size:20px;}}@media (max-width:375px){.ecampus-popup-image{max-height:32vh;}.ecampus-popup-overlay--small .ecampus-popup-image{max-height:24vh;}.ecampus-popup-overlay--big .ecampus-popup-image{max-height:38vh;}.ecampus-popup-body{padding:14px 16px 16px;}.ecampus-popup-title{font-size:16px;}.ecampus-popup-text{font-size:13.5px;}}
.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;}
