@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;600;700;800&display=swap');
:root{font-family:'DM Sans',sans-serif;color:#163e36;background:#eef6f2;font-size:16px;--green:#17674f;--muted:#536b64;--line:#d7e4dd}*{box-sizing:border-box}body{margin:0;background:radial-gradient(ellipse at 10% 0%,#d2efe0,transparent 48%),radial-gradient(ellipse at 100% 50%,#dfede4,transparent 50%);min-height:100vh}header,footer{max-width:1100px;margin:auto;padding:30px 24px;display:flex;justify-content:space-between;gap:25px;align-items:center}.brand{font-family:Manrope,sans-serif;font-size:38px;font-weight:800;letter-spacing:-2px;text-decoration:none;color:#164b3d}.brand span{display:block;font:11px 'DM Sans',sans-serif;letter-spacing:1.3px}.programme,footer{font-size:12px;color:var(--muted)}#panel{max-width:880px;margin:14px auto 45px;padding:42px 48px;background:#ffffffeb;border:1px solid white;border-radius:26px;box-shadow:0 18px 70px #204b3510;animation:arrive .6s ease both}@keyframes arrive{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}h1,h2,h3{font-family:Manrope,sans-serif;letter-spacing:-.7px}h1{font-size:clamp(32px,5vw,49px);line-height:1.13;margin:22px 0}h2{font-size:30px;margin:20px 0 12px}h3{font-size:19px;margin:0 0 8px}p{line-height:1.65;color:var(--muted)}.eyebrow{text-transform:uppercase;font-size:11px;letter-spacing:2px;font-weight:700;color:var(--green)}.intro{font-size:18px;max-width:none;width:100%}.notice{background:#edf6f0;border:1px solid #d7e7db;padding:16px 20px;border-radius:14px;font-size:14px;line-height:1.6;margin:22px 0}.preview{background:#fff7de;border-color:#ebdbab;color:#68541d}.grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{display:block;margin:0 0 22px;min-width:0}.field>span,legend{display:block;font-size:15px;font-weight:600;line-height:1.5;margin-bottom:9px}input,select,textarea,button{font:inherit}input:not([type=checkbox]):not([type=radio]),select,textarea{display:block;width:100%;padding:13px 14px;border:1px solid #bdcfc5;background:#fff;border-radius:10px;color:#163e36}textarea{resize:vertical;min-height:90px}input[type=checkbox],input[type=radio]{accent-color:var(--green);width:18px;height:18px;flex:none;margin:2px 8px 0 0}fieldset{border:0;padding:0;margin:0 0 24px;min-width:0}.options{display:grid;gap:9px}.options.columns{grid-template-columns:1fr 1fr}.option{display:flex;align-items:flex-start;border:1px solid var(--line);border-radius:10px;padding:13px;font-size:14px;line-height:1.45;cursor:pointer}.option:has(input:checked){border-color:#559b77;background:#f0f8f2}.option:has(input:disabled){opacity:.55}.hint{font-size:13px;color:var(--muted);line-height:1.5;font-weight:400;margin:7px 0}.nav{display:flex;justify-content:space-between;gap:16px;margin-top:32px;border-top:1px solid var(--line);padding-top:22px}button,.button{cursor:pointer;border:0;border-radius:11px;padding:13px 23px;background:var(--green);color:white;font-weight:600;text-decoration:none;display:inline-block}button.secondary{background:#edf3ef;color:#224b3d}button:disabled{opacity:.5;cursor:default}a{color:var(--green)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #9d6919;outline-offset:3px}h2:focus{outline:none}.progress{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);gap:12px}progress{width:100%;height:5px;accent-color:var(--green);border:0;margin:10px 0}.error{color:#943b2a;background:#fff1eb;padding:12px 16px;border-radius:10px;margin:16px 0}.error:empty{display:none}.activity{padding:18px 0;border-bottom:1px solid var(--line)}.activity .option{border:0;padding:0;margin-bottom:12px}.activity .grid{margin-left:28px;gap:14px}.activity .field{margin-bottom:0}details{border:1px solid var(--line);padding:15px;border-radius:12px;margin:10px 0}summary{cursor:pointer;font-weight:600}.tool-list{margin-top:16px}.course{border:1px solid var(--line);border-radius:14px;padding:20px;margin:12px 0}.course .tag{font-size:11px;text-transform:uppercase;color:var(--green);letter-spacing:1px;margin-bottom:8px}.course p{font-size:14px;margin-bottom:0}.catalogue{max-height:450px;overflow:auto;padding:4px}.catalogue .option{margin:8px 0}.picked{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid var(--line)}.picked button{font-size:12px;padding:8px 12px;flex:none}.count{position:sticky;top:0;background:white;padding:10px 0;font-weight:700}.review{display:grid;grid-template-columns:180px 1fr;gap:10px 20px;margin:0;font-size:14px}.review dt{color:var(--muted)}.review dd{margin:0;overflow-wrap:anywhere}.section-head{display:flex;justify-content:space-between;align-items:center;margin:24px 0 14px}.section-head button{font-size:12px;padding:8px 12px}.declaration p{font-size:14px}.reference{font-family:Manrope,monospace;font-size:48px;letter-spacing:8px;font-weight:800}.hidden{display:none}.path-card{padding:24px;border:1px solid var(--line);border-radius:15px;margin-top:16px}.path-card p{font-size:14px}.files{font-size:14px;line-height:1.6;overflow-wrap:anywhere}@media(max-width:650px){header{padding:22px}.programme{max-width:145px;text-align:right}#panel{margin:8px 12px 25px;padding:28px 21px;border-radius:20px}.grid,.options.columns{grid-template-columns:1fr;gap:0}.options.columns{gap:9px}h2{font-size:26px}.review{grid-template-columns:1fr;gap:4px}.review dd{margin-bottom:10px}.activity .grid{margin-left:0;gap:12px}footer{align-items:flex-start}.nav button{padding:13px 16px}.reference{font-size:39px}}@media(prefers-reduced-motion:reduce){#panel{animation:none}}

/* Supplied scholarship artwork is shown whole, with its original proportions. */
header.site-header{display:flex;flex-direction:column;gap:8px;max-width:880px;padding:16px 24px 12px}
.partner-banner{display:block;width:min(100%,720px);height:auto;margin:0 auto;border-radius:12px}
#panel .brand{display:block;width:min(100%,280px);margin:0 auto 22px 0;line-height:0}
.scholarship-call{display:block;width:100%;height:auto}
@media(max-width:650px){header.site-header{gap:6px;padding:12px 16px 8px}.partner-banner{border-radius:8px}#panel .brand{width:min(100%,230px);margin-bottom:18px}}

/* Application revision: clear sections, accessible controls and stable interaction. */
#panel h1{font-size:clamp(28px,4vw,38px);line-height:1.22;margin:18px 0}
#panel h2{font-size:21px;line-height:1.4;letter-spacing:-.3px;margin:22px 0 10px}
.field>label,legend{display:block;font-size:15px;font-weight:600;line-height:1.5;margin-bottom:9px}
.field small,legend small{font-size:12px;font-weight:400;color:var(--muted)}
.required{color:#943b2a}.required-note{font-size:13px;margin:0 0 24px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
input:not([type=checkbox]):not([type=radio]),select,textarea{border-color:#789087;min-height:48px}
input[type=checkbox],input[type=radio]{border:1px solid #789087}
.option{min-height:48px}.options.compact{grid-template-columns:1fr 1fr}.options.compact .option{align-items:center}
fieldset{margin-bottom:30px}.activity legend.sr-only{margin:0}.activity .option{padding:12px 0}.activity-answers{margin:14px 0 0 28px;padding:18px;background:#f4f8f5;border-radius:12px}
.activity-answers .field:last-child{margin-bottom:0}.activity{padding:8px 0 20px}
.course-filters{display:grid;grid-template-columns:1.4fr 1fr;gap:16px;margin-top:26px}.catalogue-course{margin:10px 0;padding:16px}.catalogue-course strong{font-weight:500}.catalogue-course small{display:block;margin-top:6px;color:var(--muted)}
.selection-summary{margin-top:22px;padding:14px 16px;background:#f0f7f2;border-radius:12px}.selection-summary .hint{margin:5px 0 0}.picked small{display:block;color:var(--muted);margin-top:4px}.picked button,.section-head button{min-height:44px;padding:10px 15px}.count{position:static}
.pagination,.inline-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:space-between;margin:18px 0}.inline-actions{justify-content:flex-start}.text-button{background:transparent;color:var(--green);text-decoration:underline;padding:8px 0;min-height:44px}
.course h2{font-size:20px!important;margin-top:7px!important}.course p{font-size:15px}.course .hint{font-size:13px}.course-summary{padding-left:22px;line-height:1.65}.course-summary li{padding:8px 0}.path-card h2{margin-top:0!important}
.hours-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.weekly-total,.deadline{background:#f0f7f2;border:1px solid #d4e4d9;border-radius:12px;padding:16px 20px;margin:22px 0;display:grid;gap:6px}.weekly-total span{font-size:14px;color:var(--muted)}
.welcome-action{margin:24px 0}.welcome-action button{min-width:220px}.instructions{margin-top:22px;padding:20px}.instructions ol{padding-left:22px;line-height:1.7;color:var(--muted)}.instructions li{margin:14px 0}.privacy{margin:18px 0 28px}.privacy p{font-size:14px}
.error-summary{border:2px solid #943b2a;border-radius:12px;background:#fff5f1;padding:18px;margin:15px 0 25px}.error-summary h2{margin:0 0 8px!important;font-size:19px!important}.error-summary ul{padding-left:20px;margin:0}.error-summary button{color:#873622;background:transparent;text-align:left;text-decoration:underline;padding:7px 0;font-size:15px;border-radius:0}.field-error{font-size:14px;font-weight:600;color:#943b2a;margin:8px 0}.field:has([aria-invalid=true]) input,.field:has([aria-invalid=true]) select,.field:has([aria-invalid=true]) textarea{border:2px solid #943b2a}
.review-section{border-bottom:1px solid var(--line);padding-bottom:22px}.section-head{gap:18px}.section-head h2{margin:0!important}.review dt{line-height:1.5}.review dd{line-height:1.5}.progress-note{font-size:12px;line-height:1.5;margin:18px 0 0}.progress{flex-wrap:wrap}h1:focus{outline:none}[hidden]{display:none!important}
@media(max-width:650px){.course-filters{grid-template-columns:1fr;gap:0}.hours-grid{gap:0 14px}.options.compact{grid-template-columns:1fr}.activity-answers{margin-left:0;padding:16px}.welcome-action button{width:100%}.instructions{padding:16px}.nav{align-items:stretch}.nav button{max-width:75%;line-height:1.4}.deadline{padding:15px}.section-head h2{font-size:19px!important}.picked{align-items:flex-start}footer{flex-wrap:wrap}}
@media print{body{background:white}header,footer,button,.button,.progress-note{display:none!important}#panel{box-shadow:none;border:0;margin:0;max-width:none;animation:none;padding:20px}.reference{font-size:32px}.inline-actions{display:none}a{color:inherit;text-decoration:none}}
/* Gentle section changes run on navigation only; controls do not restart animations. */
.birth-field{grid-column:1/-1}.birth-selectors{display:grid;grid-template-columns:1fr 1.3fr .8fr;gap:12px}.birth-selectors label{display:block;font-size:14px;margin-bottom:7px}
.hours-grid{display:block}.day-hours{padding:18px 0 24px;border-bottom:1px solid var(--line)}.day-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.day-heading>label{font-weight:600}.hours-number{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:14px}.hours-number input[type=number]{width:86px;padding:9px 10px}.day-hours input[type=range]{width:100%;height:44px;padding:0;border:0;background:transparent;accent-color:var(--green);cursor:pointer}.range-labels{display:flex;justify-content:space-between;color:var(--muted);font-size:12px}
.spinner{display:inline-block;width:20px;height:20px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .8s linear infinite;flex:none}.spinner+span{margin-left:10px}@keyframes spin{to{transform:rotate(360deg)}}button[aria-busy="true"]{display:inline-flex;align-items:center;justify-content:center;opacity:1;cursor:wait}button[aria-busy="true"]>.spinner{width:18px;height:18px}button[aria-busy="true"]>.spinner+span{min-width:0}.guidance-loading{text-align:center;padding:65px 12px;min-height:280px;font-size:18px}.guidance-loading .spinner{display:block;width:38px;height:38px;margin:0 auto 24px;color:var(--green)}.guidance-loading .spinner+span{margin:0}.guidance-loading p{font-size:14px}
.ocee-dialog{width:min(560px,calc(100% - 32px));max-height:calc(100dvh - 40px);overflow:auto;border:1px solid #d6e5dc;padding:30px;border-radius:22px;background:#fff;color:#163e36;box-shadow:0 24px 100px #163e3640}.ocee-dialog::backdrop{background:#132e266b;backdrop-filter:blur(3px)}.ocee-dialog h2{font-size:28px;line-height:1.25}.ocee-dialog li{margin-bottom:13px;line-height:1.55;color:var(--muted)}.dialog-actions{display:flex;justify-content:space-between;gap:12px;margin-top:26px}
.toast-region{position:fixed;top:20px;right:20px;width:min(380px,calc(100% - 40px));z-index:100;pointer-events:none}.toast{display:flex;align-items:center;gap:16px;padding:14px 16px;background:#f0faf4;border:1px solid #7cab91;color:#244c39;box-shadow:0 8px 28px #173c2720;border-radius:12px;font-size:14px;line-height:1.5;pointer-events:auto;animation:toast-in .18s ease-out}.toast-error{background:#fff7ec;border-color:#d1a16a;color:#713d13}.toast-dismiss{margin-left:auto;padding:0;min-width:36px;height:36px;background:transparent;color:inherit;font-size:23px;flex:none}@keyframes toast-in{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
.declaration{background:#fff3dd;border:2px solid #d58a28;border-radius:15px;padding:23px}.declaration summary{color:#75400b;font-size:17px}.declaration p{color:#65431d}.approved-courses{background:#edf8ef;border:2px solid #39815a;border-radius:16px;padding:0 24px 22px}.approved-courses .course-summary{list-style:none;padding:0}.approved-courses .course-summary li{padding:13px 16px;margin:10px 0;background:white;border:1px solid #c8ddcd;border-radius:10px;font-weight:600;color:#204c38}
.review-reminder{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;width:min(850px,calc(100% - 28px));padding:16px 20px;border:1px solid #91b19b;border-radius:15px;background:#fcfffd;box-shadow:0 8px 36px #163e3626;font-size:14px;line-height:1.55}.review-reminder[hidden]{display:none}.review-reminder button{flex:none;font-size:13px}.review-reminder strong{white-space:nowrap}body:has(.review-reminder:not([hidden])){padding-bottom:150px}
@media(max-width:650px){.birth-selectors{gap:9px;grid-template-columns:1fr 1.3fr .8fr}.birth-selectors select{padding:12px 7px}.ocee-dialog{padding:23px}.dialog-actions button{padding:12px 15px}.review-reminder{bottom:10px;gap:12px;align-items:flex-start;flex-direction:column;padding:14px 16px}.review-reminder button{padding:10px 13px}.approved-courses{padding:0 16px 16px}body:has(.review-reminder:not([hidden])){padding-bottom:180px}.toast-region{top:12px;right:12px;width:calc(100% - 24px)}}
@media(prefers-reduced-motion:reduce){.spinner{animation:none;border-style:dotted}.toast{animation:none}}
/* Persistent orientation without repeating or hiding the application questions. */
#panel .brand{width:min(100%,340px)}
.application-shell{max-width:880px;margin:0 auto}
.declaration-choices{display:grid;gap:12px;margin:14px 0 22px}.declaration-choices .option{border-color:#ceaa77;background:#fffaf2}.declaration-choices .hint{margin:0}
.floating-header{display:none;position:fixed;top:12px;left:50%;transform:translateX(-50%);z-index:40;width:min(1160px,calc(100% - 32px));padding:8px 22px;align-items:center;justify-content:space-between;gap:22px;border:1px solid #ccded3;border-radius:16px;background:#fffffff5;box-shadow:0 7px 28px #183d251a;backdrop-filter:blur(14px)}
.header-scrolled .floating-header{display:flex}.header-logo{display:block;width:220px;height:auto;flex:none}.header-label{font-size:13px;color:var(--muted);text-align:right}
.mobile-progress{display:none}.section-legend{display:none}
.section-list{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:8px}.section-list li{display:flex;align-items:center;gap:12px;padding:11px 10px;border-radius:12px;font-size:14px;line-height:1.4}.section-list small{display:block;font-size:12px;color:var(--muted);margin-top:3px}.section-marker{width:29px;height:29px;border:1px solid #b7cbbf;border-radius:50%;display:grid;place-items:center;font-size:12px;flex:none;background:white;color:#587063}.section-list .complete .section-marker{background:#dff0e3;border-color:#8ab99c;color:#1c613d}.section-list .current{background:#e5f2e9;font-weight:700}.section-list .current .section-marker{background:#17674f;border-color:#17674f;color:white}.section-list .current small{font-weight:500;color:#17674f}
.legend-title{font:700 18px Manrope,sans-serif;color:#214c3b;margin:0}.legend-count{font-size:12px;margin:8px 0 0}
.header-scrolled .toast-region{top:105px}.declaration summary,.error-summary,h1,[data-field]{scroll-margin-top:115px}
@media(min-width:1100px){.has-progress .application-shell{max-width:1160px;width:calc(100% - 48px);display:grid;grid-template-columns:224px minmax(0,1fr);align-items:start;gap:28px}.has-progress #panel{width:100%;min-width:0}.section-legend{display:block;position:sticky;top:108px;margin-top:30px;padding:18px 4px;max-height:calc(100dvh - 125px);overflow:auto}.has-progress .progress,.has-progress #panel>progress{display:none}.has-progress .review-reminder{left:auto;right:max(24px,calc((100vw - 1160px)/2));transform:none;width:min(908px,calc(100% - 300px))}}
@media(max-width:1099px){body.has-progress{padding-top:135px}.has-progress .floating-header{display:flex}.floating-header{top:8px;width:calc(100% - 24px);padding:7px 16px;gap:0;flex-wrap:wrap}.header-logo{width:225px;max-width:100%}.header-label{display:none}.mobile-progress{display:block;width:100%;border:0;border-top:1px solid var(--line);border-radius:0;margin:1px 0 0;padding:0}.mobile-progress summary{display:flex;align-items:center;justify-content:space-between;gap:10px;list-style:none;min-height:48px;padding:7px 0;font-size:13px}.mobile-progress summary::-webkit-details-marker{display:none}.mobile-progress summary small{display:block;font-size:11px;font-weight:400;color:var(--muted);margin-top:3px}.progress-toggle{font-size:12px;font-weight:500}.mobile-progress[open] .progress-toggle>span{display:inline-block;transform:rotate(180deg)}.mobile-progress .section-list{max-height:calc(100dvh - 190px);overflow:auto;margin:0 0 8px;gap:2px}.mobile-progress .section-list li{padding:7px 9px}.has-progress .progress,.has-progress #panel>progress{display:none}.has-progress .toast-region{top:138px}.declaration summary,.error-summary,h1,[data-field]{scroll-margin-top:150px}}
@media(max-width:650px){#panel .brand{width:min(100%,290px)}.dialog-actions{flex-wrap:wrap}.dialog-actions button{flex:1;min-height:48px}.floating-header{border-radius:13px}}
@media print{body.has-progress{padding-top:0}.floating-header,.section-legend,.review-reminder,.toast-region{display:none!important}.application-shell,.has-progress .application-shell{display:block;width:100%;max-width:none}body:has(.review-reminder:not([hidden])){padding-bottom:0}}
.school-upload{margin:24px 0;padding:22px;background:#f0f8f2;border:2px solid #7fac8f;border-radius:16px}.school-upload h2{margin-top:0!important}.school-upload label,.additional-upload label{display:block;font-weight:600;font-size:14px;margin:14px 0 9px}.additional-upload{padding:4px 0 18px}.additional-upload h2 small{font:400 13px 'DM Sans',sans-serif;letter-spacing:0}.school-upload .picked:last-child{border-bottom:0}input[type=file]{font-size:13px!important;min-width:0;max-width:100%}input[type=file]::file-selector-button{border:0;background:#e0eee4;color:#1c543b;border-radius:6px;padding:8px 10px;font:inherit;margin-right:10px;cursor:pointer}
@media(max-width:650px){.school-upload{padding:16px}.school-upload .picked{flex-wrap:wrap}}
.submission-loading{text-align:center;padding:48px 8px 60px;min-height:330px}.submission-loading>.spinner{display:block;width:42px;height:42px;border-width:3px;color:var(--green);margin:0 auto 26px}.submission-loading p{max-width:490px;margin:16px auto}.submission-loading h1{font-size:clamp(27px,4vw,35px)!important}
@media(max-width:650px){.submission-loading{padding:30px 0 38px;min-height:300px}}

/* Desktop questions start at the top of the card; branding belongs with progress. */
@media(min-width:1100px){
  .has-progress #panel>.brand{display:none}
  .section-legend{margin-top:14px;padding:18px 4px}
  .sidebar-brand{display:block;width:calc(100% + 24px);max-width:none;line-height:0;margin:0 0 34px -12px}
  .has-progress .section-legend{padding-left:16px;padding-right:16px;margin-left:-12px;margin-right:-12px}
  .has-progress #panel>h1{margin-top:8px}
}

/* The three skills pages share an introduction above their question card. */
.question-column{min-width:0}
.skills-introduction{margin:22px 0 26px;padding:0 24px}
.skills-introduction h1{font-size:clamp(28px,4vw,38px);line-height:1.22;margin:0 0 14px}
.skills-introduction p{font-size:15px;line-height:1.7;margin:0;max-width:760px}
.skills-page-count{display:inline-block;background:#e5f2e9;color:#17674f;border-radius:999px;padding:7px 13px;font-size:13px;font-weight:700;margin:0 0 6px}
#panel .skills-page-title{font-size:26px;line-height:1.3;margin:12px 0 14px}
footer{justify-content:space-between}
@media(max-width:650px){.skills-introduction{padding:0 24px;margin:18px 0 22px}#panel .skills-page-title{font-size:23px}}

/* Stable selection slots and an independently scrollable complete course list. */
.course-slots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0 24px}
.course-slot{height:78px;min-width:0;border:1px solid #bad3c5;border-radius:12px;padding:10px 12px;display:flex;flex-direction:column;gap:4px;background:#f3f9f5}
.course-slot.filled{display:grid;grid-template-columns:minmax(0,1fr) 32px;grid-template-rows:16px minmax(0,1fr);column-gap:8px}
.course-slot.empty{border-style:dashed;background:#fafcfb;justify-content:center}
.slot-label{font-size:12px;font-weight:700;color:var(--green)}
.course-slot.filled .slot-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.slot-placeholder{font-size:13px;color:var(--muted);line-height:1.5}
.slot-course-name{font-size:13px;line-height:18px;overflow:auto;min-height:0;overflow-wrap:anywhere;grid-column:1;grid-row:2}
.course-slot button{font-size:22px;line-height:1;padding:0;width:32px;height:44px;grid-column:2;grid-row:1 / -1;align-self:center}
.course-filters{align-items:start}
.course-filters .field{margin-bottom:16px}
.course-filters input[type=search],.course-filters select{height:50px;min-height:50px;border:1px solid #bdcfc5;border-radius:10px;background-color:#fff;color:#163e36;font:inherit;padding:12px 14px;box-sizing:border-box}
.ocee-course-help{margin-top:12px;font-size:14px;min-height:44px}
.course-scroll{height:540px;max-height:65dvh;min-height:300px;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-gutter:stable;border:1px solid var(--line);border-radius:14px;padding:0 14px 14px}
.course-scroll:focus-visible{outline:3px solid #9d6919;outline-offset:3px}
.catalogue-count{position:sticky;top:0;z-index:1;background:#fff;padding:12px 2px;margin:0;border-bottom:1px solid var(--line)}
.course-indicators{display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:8px;font-size:12px;line-height:1.4}
.course-indicator{display:inline-flex;align-items:center;gap:5px;color:var(--muted)}
.intensity-icon{width:18px;height:16px;fill:currentColor;flex:none}
.intensity-low .intensity-icon{color:#23764e}
.intensity-medium .intensity-icon{color:#93701c}
.intensity-intense .intensity-icon{color:#b75c24}
.certification-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1px solid #a1c5b2;border-radius:50%;color:#17674f;font-size:12px;font-weight:700;flex:none}
@media(max-width:650px){.course-slots{gap:8px}.course-slot{height:86px;padding:8px}.course-filters{gap:0}.course-scroll{padding:0 8px 8px}}

.deadline{background:#fff7e8;border-color:#ead8b6}

/* Wider application cards with less space between the content and card edges. */
.application-shell{max-width:960px}
#panel{max-width:960px;padding-left:36px;padding-right:36px}
@media(min-width:1100px){
  .has-progress .application-shell{max-width:1240px}
  .has-progress .review-reminder{right:max(24px,calc((100vw - 1240px)/2));width:min(988px,calc(100% - 300px))}
}
@media(max-width:650px){#panel{padding-left:21px;padding-right:21px}}
