
/* DR UK V8.3 — STANDARD LAYOUT MIGRATION
   V8.1 header/footer retained; page bodies migrated to reusable layout families.
   L1 Hero, L2 Split, L3 Trust Stats, L4 Feature Grid, L5 Rail, L6 Steps,
   L7 Compact Info Strip, L8 Directory, L9 Story, L10 Accordion/Tabs. */
:root{
 --v83-navy:#082f57;--v83-blue:#0d5f94;--v83-teal:#087b75;--v83-teal2:#0f938b;
 --v83-ink:#14263b;--v83-muted:#607489;--v83-bg:#f5f8fb;--v83-soft:#edf7f6;
 --v83-line:#dce6ed;--v83-white:#fff;--v83-gold:#e5b84b;
 --v83-shadow:0 16px 42px rgba(8,47,87,.09);--v83-radius:22px;--v83-max:1180px;
}
body.v83-page{background:#fff;color:var(--v83-ink)}
body.v83-page main{overflow:hidden}
body.v83-page .container{max-width:var(--v83-max)}
body.v83-page h1,body.v83-page h2,body.v83-page h3{letter-spacing:-.025em}
body.v83-page p{line-height:1.75}
body.v83-page .section,body.v83-page .hl-section{padding:72px 0}
body.v83-page .section-tint,body.v83-page .alt{background:var(--v83-bg)}

/* L1 — compact inner hero */
body.v83-inner .page-title-section,
body.v83-inner .page-hero,
body.v83-inner main>section:first-child:not(.cta):not(.gallery-title){
 background:linear-gradient(120deg,#062b4f 0%,#0a5270 60%,#087b75 100%)!important;
 color:#fff!important;border:0!important;padding:72px 0 64px!important;min-height:auto!important;
}
body.v83-inner .page-title-section h1,body.v83-inner .page-hero h1,
body.v83-inner main>section:first-child h1{color:#fff!important;font-size:clamp(2.15rem,4vw,3.7rem)!important;line-height:1.08!important;max-width:850px}
body.v83-inner .page-title-section p,body.v83-inner .page-hero p,
body.v83-inner main>section:first-child p{color:#dbeef0!important;max-width:760px}
body.v83-inner .breadcrumbs,body.v83-inner .breadcrumb{color:#c9e7e6!important}

/* L2 — split visual */
.v83-split{max-width:var(--v83-max);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;border:1px solid var(--v83-line);border-radius:var(--v83-radius);overflow:hidden;background:#fff;box-shadow:var(--v83-shadow)}
.v83-split.reverse .v83-split-media{order:2}.v83-split.reverse .v83-split-copy{order:1}
.v83-split-media{min-height:390px;background:#dfecee;position:relative;overflow:hidden}
.v83-split-media img{width:100%;height:100%;min-height:390px;object-fit:cover}
.v83-split-copy{padding:clamp(30px,5vw,62px);display:flex;flex-direction:column;justify-content:center}
.v83-kicker{display:block;color:var(--v83-teal);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}
.v83-split h2{font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.13;color:var(--v83-navy);margin:0 0 16px}
.v83-checks{display:grid;gap:11px;margin:20px 0 0;padding:0;list-style:none}.v83-checks li{display:flex;gap:10px;color:#465d73}.v83-checks i{color:var(--v83-teal);margin-top:5px}

/* L3 — trust stats compact */
.v83-stat-strip,.layout-l3-stats{display:grid!important;grid-template-columns:repeat(4,1fr)!important;background:#fff!important;border:1px solid var(--v83-line)!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 10px 30px rgba(8,47,87,.07)!important}
.v83-stat,.layout-l3-stat{padding:23px 18px!important;text-align:center!important;border-right:1px solid var(--v83-line)!important;background:#fff!important}.v83-stat:last-child,.layout-l3-stat:last-child{border-right:0!important}
.v83-stat strong,.layout-l3-stat strong{display:block!important;font-size:clamp(1.35rem,2.2vw,2rem)!important;color:var(--v83-navy)!important;line-height:1.1}.v83-stat span,.layout-l3-stat span{display:block!important;color:var(--v83-muted)!important;font-size:.82rem!important;margin-top:5px!important}

/* L4 — one panel with 3x2 feature cells, fewer floating cards */
.v83-feature-panel{max-width:var(--v83-max);margin:0 auto;background:#fff;border:1px solid var(--v83-line);border-radius:var(--v83-radius);overflow:hidden;box-shadow:var(--v83-shadow)}
.v83-feature-head{text-align:center;max-width:780px;margin:0 auto;padding:42px 28px 30px}.v83-feature-head h2{font-size:clamp(1.85rem,3vw,2.6rem);color:var(--v83-navy);margin:0 0 10px}.v83-feature-head p{color:var(--v83-muted);margin:0}
.v83-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--v83-line)}
.v83-feature{padding:30px 28px;min-height:190px;border-right:1px solid var(--v83-line);border-bottom:1px solid var(--v83-line)}
.v83-feature:nth-child(3n){border-right:0}.v83-feature:nth-last-child(-n+3){border-bottom:0}
.v83-feature i{font-size:1.35rem;color:var(--v83-teal);margin-bottom:14px}.v83-feature h3{font-size:1.05rem;color:var(--v83-navy);margin:0 0 8px}.v83-feature p{color:var(--v83-muted);font-size:.9rem;margin:0}

/* L5 — course/content rail */
.v83-rail{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 14px;scrollbar-width:thin}.v83-rail>*{scroll-snap-align:start;flex:0 0 min(320px,82vw)}

/* L6 — steps */
.v83-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;counter-reset:v83step}.v83-step{position:relative;padding:58px 22px 24px;border:1px solid var(--v83-line);border-radius:18px;background:#fff}.v83-step:before{counter-increment:v83step;content:counter(v83step);position:absolute;top:20px;left:22px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--v83-teal);color:#fff;font-weight:800}.v83-step h3{font-size:1rem;color:var(--v83-navy);margin:0 0 7px}.v83-step p{font-size:.86rem;color:var(--v83-muted);margin:0}

/* L7 — simple no-card icon strip */
.v83-info-strip{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--v83-line);border-bottom:1px solid var(--v83-line)}
.v83-info{padding:28px 26px;display:grid;grid-template-columns:44px 1fr;gap:15px;align-items:start;border-right:1px solid var(--v83-line)}.v83-info:last-child{border-right:0}.v83-info i{width:44px;height:44px;border-radius:12px;background:var(--v83-soft);color:var(--v83-teal);display:grid;place-items:center}.v83-info h3{margin:0 0 5px;color:var(--v83-navy);font-size:1rem}.v83-info p{margin:0;color:var(--v83-muted);font-size:.85rem}

/* L8 — directories / branches / faculty */
.v83-directory{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.v83-directory>*{border:1px solid var(--v83-line);border-radius:17px;background:#fff;padding:24px}.v83-directory h3{color:var(--v83-navy);font-size:1.05rem;margin-bottom:8px}.v83-directory p,.v83-directory li{color:var(--v83-muted);font-size:.88rem}

/* L9 — story / evidence */
.v83-story{display:grid;grid-template-columns:.9fr 1.1fr;gap:0;align-items:stretch;border-radius:var(--v83-radius);overflow:hidden;background:var(--v83-navy);color:#fff}.v83-story-media{min-height:390px}.v83-story-media img{width:100%;height:100%;min-height:390px;object-fit:cover}.v83-story-copy{padding:clamp(32px,5vw,64px);display:flex;flex-direction:column;justify-content:center}.v83-story-copy h2{color:#fff;font-size:clamp(1.8rem,3vw,2.6rem);margin:0 0 14px}.v83-story-copy p{color:#d8e7f1}.v83-story-chips{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}.v83-story-chips span{padding:8px 12px;border:1px solid rgba(255,255,255,.24);border-radius:999px;font-size:.79rem}

/* L10 — FAQ/tabs */
body.v83-page .faq-item{border:0!important;border-bottom:1px solid var(--v83-line)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body.v83-page .faq-question{padding:19px 2px!important;color:var(--v83-navy)!important}
body.v83-page .faq-answer{color:var(--v83-muted)!important}

/* HOME — reference-driven patterns */
body.v83-home .vh-section.vh-hero{min-height:min(680px,78vh)!important}
body.v83-home .vh-hero-slide{min-height:min(680px,78vh)!important}
body.v83-home .vh-hero-card{max-width:610px!important;border-radius:22px!important;background:rgba(5,34,55,.76)!important;backdrop-filter:blur(4px);padding:32px!important}
body.v83-home .v82-home-trust{margin-top:-30px;position:relative;z-index:8;padding:0 0 46px;background:transparent}
body.v83-home .hl-programmes{padding-top:54px!important;background:#fff!important}
body.v83-home .hl-split-card{border-radius:var(--v83-radius)!important;border:1px solid var(--v83-line)!important;box-shadow:var(--v83-shadow)!important;overflow:hidden!important}
body.v83-home .hl-split-image{min-height:460px!important}body.v83-home .hl-split-image img{height:100%!important;min-height:460px!important;object-fit:cover!important}
body.v83-home .hl-split-content{padding:clamp(32px,5vw,58px)!important}
body.v83-home .hl-facilities{background:var(--v83-bg)!important}
body.v83-home .hl-facilities .hl-section-inner>.hl-section-head{display:none!important}
body.v83-home .v83-feature-panel{display:block}
body.v83-home .hl-admission .hl-action-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;border:1px solid var(--v83-line);border-radius:18px;overflow:hidden;background:#fff}
body.v83-home .hl-admission .hl-action-grid>a{border:0!important;border-right:1px solid var(--v83-line)!important;border-radius:0!important;box-shadow:none!important;padding:27px 22px!important;background:#fff!important}body.v83-home .hl-admission .hl-action-grid>a:last-child{border-right:0!important}
body.v83-home .v67-placement-shell{border-radius:var(--v83-radius)!important;overflow:hidden!important;box-shadow:var(--v83-shadow)!important}
body.v83-home .hl-activity-card{border-radius:var(--v83-radius)!important;overflow:hidden!important;border:1px solid var(--v83-line)!important;box-shadow:var(--v83-shadow)!important}
body.v83-home .v67-quick-grid{display:flex!important;overflow-x:auto!important;gap:0!important;border:1px solid var(--v83-line);border-radius:16px;background:#fff}body.v83-home .v67-quick-grid>a{flex:1 0 155px!important;border:0!important;border-right:1px solid var(--v83-line)!important;border-radius:0!important;box-shadow:none!important}
body.v83-home .v68-final-cta-shell{border-radius:26px!important;overflow:hidden!important;background:linear-gradient(135deg,#062d4f,#075e68)!important}
.v83-admission-support{padding:72px 0;background:#fff}.v83-support-shell{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.v83-support-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.v83-support-item{border:1px solid var(--v83-line);border-radius:16px;padding:20px;background:#fff}.v83-support-item i{color:var(--v83-teal);font-size:1.15rem;margin-bottom:9px}.v83-support-item strong{display:block;color:var(--v83-navy)}.v83-support-item span{display:block;color:var(--v83-muted);font-size:.82rem;margin-top:4px}.v83-whatsapp-panel{background:linear-gradient(135deg,#062d4f,#087b75);color:#fff;border-radius:22px;padding:36px;display:flex;flex-direction:column;justify-content:center}.v83-whatsapp-panel h2{color:#fff;font-size:clamp(1.7rem,3vw,2.45rem);margin-bottom:12px}.v83-whatsapp-panel p{color:#d9efed}.v83-enquiry-chips{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 22px}.v83-enquiry-chips span{padding:8px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.24);font-size:.79rem}

/* ABOUT — replace uniform card stack with mixed reusable families */
body.v83-about .about81-shell{max-width:none!important;margin:0!important;padding:0!important;display:block!important;background:#fff!important}
body.v83-about .about81-card{max-width:var(--v83-max);margin:0 auto!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:72px 24px!important;background:#fff!important}
body.v83-about .about81-card:nth-of-type(even){background:var(--v83-bg)!important;max-width:none!important;padding-left:max(24px,calc((100vw - var(--v83-max))/2 + 24px))!important;padding-right:max(24px,calc((100vw - var(--v83-max))/2 + 24px))!important}
body.v83-about .about81-intro{max-width:none!important;background:linear-gradient(120deg,#062b4f,#0b6676)!important;color:#fff!important;padding:76px max(24px,calc((100vw - var(--v83-max))/2 + 24px))!important}
body.v83-about .about81-intro .about81-title{color:#fff!important;font-size:clamp(2.2rem,4vw,3.7rem)!important;border:0!important;padding-left:0!important}body.v83-about .about81-intro .about81-title:before{display:none!important}body.v83-about .about81-intro p{color:#dcecef!important;max-width:820px}
body.v83-about .about81-title{font-size:clamp(1.7rem,3vw,2.5rem)!important;color:var(--v83-navy)!important;padding:0!important;margin:0 0 26px!important;border:0!important}body.v83-about .about81-title:before{display:none!important}
body.v83-about .about81-two-col{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:0!important;border:1px solid var(--v83-line);border-radius:20px;overflow:hidden;background:#fff}
body.v83-about .about81-soft-box{border:0!important;border-radius:0!important;background:#fff!important;padding:30px!important;box-shadow:none!important}body.v83-about .about81-soft-box+ .about81-soft-box{border-left:1px solid var(--v83-line)!important}
body.v83-about .about81-list:not(.compact){display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;border:1px solid var(--v83-line);border-radius:20px;overflow:hidden;padding:0!important;list-style:none!important}body.v83-about .about81-list:not(.compact) li{padding:26px!important;border-right:1px solid var(--v83-line);border-bottom:1px solid var(--v83-line);margin:0!important;background:#fff}body.v83-about .about81-list:not(.compact) li:nth-child(3n){border-right:0}body.v83-about .about81-list:not(.compact) li:nth-last-child(-n+3){border-bottom:0}
body.v83-about .about81-stats{display:grid!important;grid-template-columns:repeat(4,1fr)!important;border:1px solid var(--v83-line);border-radius:18px;overflow:hidden;background:#fff}body.v83-about .about81-stats>div{border:0!important;border-right:1px solid var(--v83-line)!important;border-radius:0!important;background:#fff!important}body.v83-about .about81-stats>div:last-child{border-right:0!important}
body.v83-about .about81-three-col{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;border:1px solid var(--v83-line);border-radius:20px;overflow:hidden;background:#fff}body.v83-about .about81-three-col .about81-soft-box{border-right:1px solid var(--v83-line)!important}body.v83-about .about81-three-col .about81-soft-box:last-child{border-right:0!important}

/* COURSES — make every programme use the DMLT-standard visual system */
body.v83-course .course-page-nav{position:sticky;top:var(--header-offset,70px);z-index:20;background:#fff;border-bottom:1px solid var(--v83-line);box-shadow:0 5px 18px rgba(8,47,87,.05)}
body.v83-course .course-detail-section{padding:62px 0!important;background:#fff}
body.v83-course .course-single-column{max-width:1160px!important}
body.v83-course .course-content{display:grid;gap:28px}
body.v83-course .course-summary{border:1px solid var(--v83-line)!important;border-radius:22px!important;padding:30px!important;background:#fff!important;box-shadow:var(--v83-shadow)!important}
body.v83-course .course-quick-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;border:1px solid var(--v83-line);border-radius:18px;overflow:hidden;background:#fff}body.v83-course .course-quick-card{border:0!important;border-right:1px solid var(--v83-line)!important;border-radius:0!important;box-shadow:none!important}body.v83-course .course-quick-card:last-child{border-right:0!important}
body.v83-course .course-copy-section{padding:38px 0!important;border-top:1px solid var(--v83-line)!important;margin:0!important;background:#fff!important}
body.v83-course .course-copy-section:nth-of-type(even){background:var(--v83-bg)!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding-left:max(24px,calc((100vw - 1160px)/2 + 24px))!important;padding-right:max(24px,calc((100vw - 1160px)/2 + 24px))!important}
body.v83-course .course-section-title h2{color:var(--v83-navy)!important;font-size:clamp(1.55rem,2.6vw,2.2rem)!important}
body.v83-course .curriculum-grid,body.v83-course .feature-check-grid,body.v83-course .suitable-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;border:1px solid var(--v83-line);border-radius:18px;overflow:hidden;background:#fff}body.v83-course .curriculum-card,body.v83-course .feature-check-grid>div,body.v83-course .suitable-item{border:0!important;border-right:1px solid var(--v83-line)!important;border-bottom:1px solid var(--v83-line)!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;padding:24px!important}
body.v83-course .practice-equipment-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:18px!important}.practice-panel{border-radius:18px!important;border:1px solid var(--v83-line)!important;box-shadow:none!important}
body.v83-course .two-column-copy{display:grid!important;grid-template-columns:1fr 1fr!important;gap:28px!important}
body.v83-course .course-admission-steps ol{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:16px!important;counter-reset:v83step}.course-admission-steps li{border:1px solid var(--v83-line)!important;border-radius:17px!important;background:#fff!important;padding:54px 20px 22px!important;position:relative!important}.course-admission-steps li:before{counter-increment:v83step;content:counter(v83step)!important;position:absolute;top:18px;left:20px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--v83-teal);color:#fff;font-weight:800}
body.v83-course .related-course-grid{display:flex!important;overflow-x:auto!important;gap:10px!important}.related-course-card{flex:0 0 auto!important;min-width:235px!important;border-radius:999px!important;padding:12px 16px!important;box-shadow:none!important}.related-course-card span{display:none!important}
body.v83-course main>.section:nth-last-of-type(2){background:var(--v83-soft)!important}
body.v83-course main>.cta{background:linear-gradient(135deg,#062d4f,#087b75)!important;padding:58px 0!important}

/* STANDARD INNER PAGE section rhythm */
body.v83-standard .section:not(.page-title-section),body.v83-standard main>section:not(:first-child):not(.cta){padding:66px 0}
body.v83-standard main>section:nth-child(odd):not(:first-child):not(.cta){background:var(--v83-bg)}
body.v83-standard .feature-grid,body.v83-standard .card-grid,body.v83-standard .facility-grid{gap:16px!important}
body.v83-standard .card,body.v83-standard .feature-card,body.v83-standard .facility-card{border:1px solid var(--v83-line)!important;border-radius:18px!important;box-shadow:none!important}
body.v83-standard .cta{background:linear-gradient(135deg,#062d4f,#087b75)!important;padding:56px 0!important;color:#fff}
body.v83-standard .cta h2{color:#fff!important}

/* remove visible version labels if any */
[class*="version"],.version-badge{display:none!important}

@media(max-width:900px){
 .v83-split,.v83-story,.v83-support-shell{grid-template-columns:1fr}.v83-split.reverse .v83-split-media,.v83-split.reverse .v83-split-copy{order:initial}.v83-split-media,.v83-split-media img,.v83-story-media,.v83-story-media img{min-height:310px}
 .v83-feature-grid{grid-template-columns:repeat(2,1fr)}.v83-feature:nth-child(3n){border-right:1px solid var(--v83-line)}.v83-feature:nth-child(2n){border-right:0}.v83-feature:nth-last-child(-n+3){border-bottom:1px solid var(--v83-line)}.v83-feature:nth-last-child(-n+2){border-bottom:0}
 .v83-stat-strip,.layout-l3-stats{grid-template-columns:repeat(2,1fr)!important}.v83-stat:nth-child(2),.layout-l3-stat:nth-child(2){border-right:0!important}.v83-stat:nth-child(-n+2),.layout-l3-stat:nth-child(-n+2){border-bottom:1px solid var(--v83-line)!important}
 .v83-steps{grid-template-columns:repeat(2,1fr)}.v83-directory{grid-template-columns:repeat(2,1fr)}.v83-info-strip{grid-template-columns:1fr}.v83-info{border-right:0;border-bottom:1px solid var(--v83-line)}.v83-info:last-child{border-bottom:0}
 body.v83-home .hl-admission .hl-action-grid{grid-template-columns:repeat(2,1fr)!important}body.v83-home .hl-admission .hl-action-grid>a:nth-child(2){border-right:0!important}body.v83-home .hl-admission .hl-action-grid>a:nth-child(-n+2){border-bottom:1px solid var(--v83-line)!important}
 body.v83-about .about81-list:not(.compact){grid-template-columns:repeat(2,1fr)!important}body.v83-about .about81-list:not(.compact) li:nth-child(3n){border-right:1px solid var(--v83-line)}body.v83-about .about81-list:not(.compact) li:nth-child(2n){border-right:0}body.v83-about .about81-list:not(.compact) li:nth-last-child(-n+3){border-bottom:1px solid var(--v83-line)}body.v83-about .about81-list:not(.compact) li:nth-last-child(-n+2){border-bottom:0}
 body.v83-course .course-quick-grid{grid-template-columns:1fr!important}.course-quick-card{border-right:0!important;border-bottom:1px solid var(--v83-line)!important}.course-quick-card:last-child{border-bottom:0!important}
 body.v83-course .curriculum-grid,body.v83-course .feature-check-grid,body.v83-course .suitable-grid{grid-template-columns:repeat(2,1fr)!important}body.v83-course .course-admission-steps ol{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:620px){
 body.v83-page .section,body.v83-page .hl-section{padding:52px 0}.v83-feature-grid,.v83-directory,.v83-steps,.v83-support-list{grid-template-columns:1fr}.v83-feature{border-right:0!important;border-bottom:1px solid var(--v83-line)!important;min-height:auto;padding:23px 20px}.v83-feature:last-child{border-bottom:0!important}
 .v83-stat-strip,.layout-l3-stats{grid-template-columns:repeat(2,1fr)!important}.v83-stat,.layout-l3-stat{padding:18px 10px!important}
 body.v83-home .vh-section.vh-hero,body.v83-home .vh-hero-slide{min-height:580px!important}body.v83-home .vh-hero-card{padding:24px!important;margin:16px!important}
 body.v83-home .hl-admission .hl-action-grid{grid-template-columns:1fr!important}body.v83-home .hl-admission .hl-action-grid>a{border-right:0!important;border-bottom:1px solid var(--v83-line)!important}body.v83-home .hl-admission .hl-action-grid>a:last-child{border-bottom:0!important}
 body.v83-about .about81-two-col,body.v83-about .about81-three-col,body.v83-about .about81-list:not(.compact),body.v83-about .about81-stats{grid-template-columns:1fr!important}body.v83-about .about81-soft-box,body.v83-about .about81-list:not(.compact) li,body.v83-about .about81-stats>div{border-right:0!important;border-bottom:1px solid var(--v83-line)!important}body.v83-about .about81-soft-box:last-child,body.v83-about .about81-list:not(.compact) li:last-child,body.v83-about .about81-stats>div:last-child{border-bottom:0!important}
 body.v83-course .curriculum-grid,body.v83-course .feature-check-grid,body.v83-course .suitable-grid,body.v83-course .practice-equipment-grid,body.v83-course .two-column-copy,body.v83-course .course-admission-steps ol{grid-template-columns:1fr!important}
}

body.v83-about .v83-about-intro-grid{max-width:var(--v83-max);margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}.v83-about-intro-media{border-radius:22px;overflow:hidden;min-height:330px;box-shadow:0 22px 48px rgba(0,0,0,.18)}.v83-about-intro-media img{width:100%;height:100%;min-height:330px;object-fit:cover}
@media(max-width:800px){body.v83-about .v83-about-intro-grid{grid-template-columns:1fr}.v83-about-intro-media{min-height:260px}.v83-about-intro-media img{min-height:260px}}

body.v83-standard .v83-family-grid .grid,body.v83-standard .v83-family-grid [class*="grid"]{gap:0!important;border:1px solid var(--v83-line);border-radius:18px;overflow:hidden;background:#fff}
body.v83-standard .v83-family-grid article,body.v83-standard .v83-family-grid [class*="card"]{box-shadow:none!important;border-color:var(--v83-line)!important}
body.v83-standard .v83-family-directory [class*="grid"]{gap:16px!important}
body.v83-standard .v83-family-split [class*="split"],body.v83-standard .v83-family-split [class*="story"]{border-radius:22px!important;overflow:hidden!important}

body.v83-course .v83-placement-bridge{background:var(--v83-bg)!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding-left:max(24px,calc((100vw - 1160px)/2 + 24px))!important;padding-right:max(24px,calc((100vw - 1160px)/2 + 24px))!important}
body.v83-course .v83-course-faq{max-width:940px;margin-left:auto!important;margin-right:auto!important}
