:root{
  --rr-navy:#0b1f3a;--rr-navy-2:#102b51;--rr-gold:#f5b400;--rr-ink:#102033;
  --rr-muted:#667085;--rr-bg:#f6f8fb;--rr-white:#fff;--rr-border:#e4e7ec;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--rr-ink);background:#fff}
a{color:inherit}.rr-container{width:min(1180px,calc(100% - 40px));margin:auto}
.rr-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--rr-border)}
.rr-header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.rr-brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800}
.rr-brand img{max-height:54px;width:auto}.rr-brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--rr-gold);color:var(--rr-navy)}
.rr-nav{display:flex;align-items:center;gap:20px}.rr-nav ul{display:flex;align-items:center;gap:20px;margin:0;padding:0;list-style:none}.rr-nav a{text-decoration:none;font-weight:650}
.rr-nav-cta{padding:12px 18px;border-radius:10px;background:var(--rr-gold);color:var(--rr-navy)}.rr-menu-toggle{display:none}
.rr-hero{position:relative;min-height:620px;display:flex;align-items:center;overflow:hidden;background:var(--rr-navy)}
.rr-hero-video,.rr-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background-size:cover;background-position:center}
.rr-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,25,50,.92),rgba(7,25,50,.7) 55%,rgba(7,25,50,.45))}
.rr-hero-content{position:relative;z-index:2;color:#fff;padding:86px 0}.rr-pill,.rr-eyebrow{display:inline-flex;font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:13px}
.rr-pill{padding:8px 13px;border-radius:999px;border:1px solid rgba(245,180,0,.6);background:rgba(245,180,0,.14);color:#ffd35c}
.rr-hero h1{font-size:clamp(44px,6vw,76px);line-height:1.03;max-width:760px;margin:18px 0}.rr-hero p{max-width:700px;font-size:19px;line-height:1.65;color:rgba(255,255,255,.9)}
.rr-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.rr-btn{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:14px 24px;border-radius:12px;text-decoration:none;font-weight:800}
.rr-btn-primary{background:var(--rr-gold);color:var(--rr-navy)}.rr-btn-secondary{border:2px solid rgba(255,255,255,.85);color:#fff;background:rgba(255,255,255,.06)}
.rr-text-link{display:inline-block;margin-top:14px;color:#fff;font-weight:700}.rr-trust{display:flex;flex-wrap:wrap;gap:14px 24px;margin-top:34px;font-weight:650;font-size:14px}
.rr-section{padding:88px 0}.rr-section-soft{background:var(--rr-bg)}.rr-section-heading{max-width:760px;margin-bottom:38px}.rr-eyebrow{color:#b37d00}.rr-section h2{font-size:clamp(34px,4vw,52px);margin:10px 0 12px;line-height:1.1}.rr-section-heading p{font-size:18px;color:var(--rr-muted)}
.rr-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.rr-card{padding:26px;border:1px solid var(--rr-border);border-radius:18px;background:#fff;box-shadow:0 14px 40px rgba(16,32,51,.07)}
.rr-card-icon{width:42px;height:42px;border-radius:12px;background:#fff6d8;color:#916700;display:grid;place-items:center;font-weight:900}.rr-card h3{font-size:22px;margin:18px 0 6px}.rr-price{font-size:32px;font-weight:900;color:var(--rr-navy)}.rr-card p{color:var(--rr-muted);line-height:1.6}
.rr-card-actions{display:flex;justify-content:space-between;align-items:center;margin-top:22px}.rr-card-actions a{text-decoration:none;font-weight:800}.rr-card-cta{padding:10px 14px;border-radius:9px;background:var(--rr-navy);color:#fff}
.rr-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.rr-steps>div{padding:24px;border-radius:16px;background:#fff;border:1px solid var(--rr-border)}.rr-steps b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--rr-gold);color:var(--rr-navy)}
.rr-cta{background:var(--rr-navy);color:#fff}.rr-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:24px}.rr-cta .rr-eyebrow{color:#ffd35c}.rr-cta h2{margin-bottom:8px}
.rr-page{padding:64px 0}.rr-footer{background:#07192f;color:#d8e0ea;padding:54px 0 0}.rr-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.rr-footer a{color:#fff}.rr-footer-bottom{text-align:center;padding:22px;margin-top:34px;border-top:1px solid rgba(255,255,255,.12)}
.rr-mobile-actions{display:none}
@media(max-width:900px){.rr-card-grid{grid-template-columns:repeat(2,1fr)}.rr-steps{grid-template-columns:repeat(2,1fr)}.rr-menu-toggle{display:block}.rr-nav{display:none;position:absolute;left:0;right:0;top:78px;padding:20px;background:#fff;border-bottom:1px solid var(--rr-border);flex-direction:column}.rr-nav.is-open{display:flex}.rr-nav ul{flex-direction:column}.rr-header-inner{position:relative}}
@media(max-width:640px){.rr-container{width:min(100% - 28px,1180px)}.rr-hero{min-height:560px;text-align:center}.rr-hero-overlay{background:rgba(7,25,50,.75)}.rr-actions,.rr-trust{justify-content:center}.rr-btn{width:100%}.rr-card-grid,.rr-steps,.rr-footer-grid{grid-template-columns:1fr}.rr-section{padding:64px 0}.rr-cta-inner{display:block;text-align:center}.rr-mobile-actions{position:fixed;z-index:60;left:12px;right:12px;bottom:12px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.rr-mobile-actions a{padding:14px;text-align:center;border-radius:12px;text-decoration:none;font-weight:850;background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.18)}.rr-mobile-actions a:last-child{background:var(--rr-gold);color:var(--rr-navy)}body{padding-bottom:72px}}


/* Two-column hero using the selected driving-school illustration */
.rr-hero-split{
  min-height:auto;
  background:
    radial-gradient(circle at 85% 15%, rgba(245,180,0,.18), transparent 28%),
    linear-gradient(135deg,#f8fbff 0%,#eef5ff 58%,#fff9e9 100%);
  color:var(--rr-ink);
  overflow:hidden;
}
.rr-hero-grid{
  min-height:610px;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  align-items:center;
  gap:54px;
  padding:74px 0;
}
.rr-hero-copy{position:relative;z-index:2}
.rr-hero-split .rr-pill{
  color:#8a6200;
  background:#fff4c7;
  border-color:#f1c84d;
}
.rr-hero-split h1{
  color:var(--rr-navy);
  max-width:700px;
  margin:18px 0;
}
.rr-hero-split p{
  color:#475467;
  max-width:650px;
}
.rr-btn-dark{
  background:var(--rr-navy);
  color:#fff;
}
.rr-text-link-dark{color:var(--rr-navy)}
.rr-trust-dark{color:#344054}
.rr-hero-art{
  position:relative;
  min-height:470px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.rr-hero-art-shape{
  position:absolute;
  width:470px;
  height:470px;
  border-radius:50%;
  background:linear-gradient(145deg,#fff0b7,#d9edff);
  box-shadow:0 30px 80px rgba(16,43,81,.14);
}
.rr-hero-art img{
  position:relative;
  z-index:2;
  width:min(100%,650px);
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 24px 24px rgba(16,43,81,.18));
}
@media(max-width:900px){
  .rr-hero-grid{
    grid-template-columns:1fr;
    min-height:auto;
    text-align:center;
    padding:64px 0 48px;
  }
  .rr-hero-copy{max-width:760px;margin:auto}
  .rr-hero-split p{margin-left:auto;margin-right:auto}
  .rr-hero-art{min-height:360px}
  .rr-hero-art-shape{width:360px;height:360px}
}
@media(max-width:640px){
  .rr-hero-grid{gap:26px;padding:50px 0 30px}
  .rr-hero-split h1{font-size:44px}
  .rr-hero-art{min-height:280px}
  .rr-hero-art-shape{width:270px;height:270px}
}


/* v1.2 Blue hero refinement */
.rr-hero-split{
  background:
    radial-gradient(circle at 78% 20%, rgba(245,180,0,.20), transparent 24%),
    radial-gradient(circle at 92% 88%, rgba(37,99,235,.24), transparent 30%),
    linear-gradient(135deg,#07192f 0%,#0b2a50 52%,#0e3d70 100%);
  color:#fff;
}
.rr-hero-grid{
  min-height:640px;
  grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);
  gap:64px;
  padding:76px 0;
}
.rr-hero-split .rr-pill{
  color:#ffe28b;
  background:rgba(245,180,0,.14);
  border-color:rgba(245,180,0,.62);
}
.rr-hero-split h1{color:#fff}
.rr-hero-split p{color:rgba(255,255,255,.86)}
.rr-btn-dark{
  background:transparent;
  color:#fff;
  border:2px solid rgba(255,255,255,.78);
}
.rr-btn-dark:hover{background:rgba(255,255,255,.10)}
.rr-text-link-dark{color:#fff}
.rr-trust-dark{color:rgba(255,255,255,.88)}
.rr-hero-art{
  min-height:500px;
  padding:22px;
}
.rr-hero-art-shape{
  width:500px;
  height:500px;
  background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 30px 90px rgba(0,0,0,.28);
}
.rr-hero-art img{
  width:min(100%,610px);
  border-radius:26px;
  background:#fff;
  padding:18px;
  border:8px solid rgba(255,255,255,.14);
  box-shadow:0 28px 70px rgba(0,0,0,.30);
  filter:none;
}
@media(max-width:900px){
  .rr-hero-grid{grid-template-columns:1fr;gap:34px;padding:62px 0 48px}
  .rr-hero-art{min-height:390px}
  .rr-hero-art-shape{width:390px;height:390px}
  .rr-hero-art img{max-width:560px}
}
@media(max-width:640px){
  .rr-hero-grid{padding:48px 0 34px}
  .rr-hero-split h1{font-size:42px}
  .rr-hero-art{min-height:290px;padding:8px}
  .rr-hero-art-shape{width:280px;height:280px}
  .rr-hero-art img{padding:10px;border-width:5px;border-radius:18px}
}

/* v1.3 header + hero refinements */
.rr-brand-mark{width:52px!important;height:52px!important;border-radius:14px!important;background:#f5b400!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;flex-shrink:0}.rr-brand-mark .rr-logo-inside-box{width:42px!important;height:42px!important;object-fit:contain!important;border-radius:50%!important}.rr-logo-fallback{color:#0b1f3a;font-size:20px;font-weight:900}.rr-brand-text{display:inline-block!important;font-size:22px!important;font-weight:800!important;color:#102033!important}.rr-hero-art-shape{display:none!important}.rr-hero-art img{width:min(100%,500px)!important;height:auto!important;max-height:430px;object-fit:contain!important;border-radius:26px!important;background:#fff!important;padding:0!important;border:none!important;box-shadow:none!important}.rr-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.rr-benefits-grid>div{padding:24px;border-radius:18px;background:#fff;border:1px solid #e4e7ec;box-shadow:0 14px 40px rgba(16,32,51,.07)}.rr-benefits-grid span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#fff4c7;color:#8a6200;font-weight:900}.rr-benefits-grid h3{margin:16px 0 8px;color:#07192f}.rr-benefits-grid p{color:#667085;line-height:1.6}.rr-programs-hero{padding:100px 0 90px;background:radial-gradient(circle at 85% 15%,rgba(245,180,0,.18),transparent 24%),linear-gradient(135deg,#07192f 0%,#0b2a50 58%,#0e3d70 100%);color:#fff}.rr-programs-hero-inner{max-width:900px}.rr-programs-hero h1{margin:20px 0;max-width:900px;font-size:clamp(44px,6vw,72px);line-height:1.05}.rr-programs-hero p{max-width:780px;font-size:19px;line-height:1.7;color:rgba(255,255,255,.88)}.rr-programs-section{background:#f7f9fc}.rr-pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.rr-pricing-card{padding:34px;border-radius:22px;background:#fff;border:1px solid #e4e7ec;box-shadow:0 18px 55px rgba(16,32,51,.08)}.rr-pricing-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:16px}.rr-program-label{color:#a16f00;font-size:13px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.rr-pricing-price{padding:10px 14px;border-radius:12px;background:#f5b400;color:#07192f;font-size:28px;font-weight:950;white-space:nowrap}.rr-pricing-card h2{margin:0 0 14px;color:#07192f;font-size:clamp(26px,3vw,38px);line-height:1.15}.rr-pricing-summary{color:#5d6674;font-size:17px;line-height:1.65}.rr-program-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 22px;margin:24px 0;padding:0;list-style:none}.rr-program-features li{position:relative;padding-left:26px;font-weight:700;color:#26364a}.rr-program-features li:before{content:"✓";position:absolute;left:0;color:#b57c00;font-weight:900}.rr-best-for{display:grid;gap:5px;padding:16px;border-radius:14px;background:#f8fafc;color:#475467}.rr-best-for strong{color:#07192f}.rr-program-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.rr-programs-cta{padding:70px 0;background:#07192f;color:#fff}.rr-programs-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.rr-programs-cta h2{margin:8px 0;font-size:42px}.rr-programs-cta p{color:rgba(255,255,255,.8)}@media(max-width:900px){.rr-benefits-grid,.rr-pricing-grid{grid-template-columns:1fr 1fr}.rr-program-features{grid-template-columns:1fr}}@media(max-width:767px){.rr-benefits-grid,.rr-pricing-grid{grid-template-columns:1fr}.rr-programs-hero{padding:70px 0}.rr-pricing-card{padding:26px 20px}.rr-pricing-top{display:block}.rr-pricing-price{display:inline-block;margin-top:12px}.rr-program-actions .rr-btn{width:100%}.rr-programs-cta-inner{display:block;text-align:center}.rr-programs-cta .rr-actions{justify-content:center}}


/* v1.4 Registration page */
.rr-registration-page-hero {
  padding: 90px 0 78px;
  background:
    radial-gradient(circle at 85% 15%, rgba(245,180,0,.18), transparent 24%),
    linear-gradient(135deg, #07192f 0%, #0b2a50 58%, #0e3d70 100%);
  color: #ffffff;
}

.rr-registration-page-hero h1 {
  margin: 18px 0 12px;
  font-size: clamp(44px, 6vw, 70px);
  line-height: 1.06;
}

.rr-registration-page-hero p {
  max-width: 780px;
  color: rgba(255,255,255,.88);
  font-size: 19px;
  line-height: 1.7;
}

.rr-registration-page-body {
  background: #f7f9fc;
}

.rr-registration-wrap {
  padding-top: 0 !important;
}

.rr-registration-intro h1 {
  display: none;
}


/* v1.5 Registration & Policies dropdown and document pages */
.rr-nav li { position: relative; }
.rr-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  display: none;
  padding: 10px;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(16,32,51,.16);
  z-index: 100;
}
.rr-nav li:hover > .sub-menu,
.rr-nav li:focus-within > .sub-menu {
  display: block;
}
.rr-nav .sub-menu li { display: block; }
.rr-nav .sub-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: #102033;
}
.rr-nav .sub-menu a:hover { background: #f8fafc; color: #07192f; }

.rr-subpage-hero {
  padding: 92px 0 82px;
  background:
    radial-gradient(circle at 85% 15%, rgba(245,180,0,.18), transparent 24%),
    linear-gradient(135deg, #07192f 0%, #0b2a50 58%, #0e3d70 100%);
  color: #ffffff;
}
.rr-subpage-hero h1 {
  margin: 18px 0 12px;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.05;
}
.rr-subpage-hero p {
  max-width: 800px;
  color: rgba(255,255,255,.86);
  font-size: 19px;
  line-height: 1.7;
}

.rr-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.rr-doc-card {
  padding: 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e4e7ec;
  box-shadow: 0 16px 48px rgba(16,32,51,.08);
}
.rr-doc-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #fff4c7;
  color: #8a6200;
  font-weight: 950;
  margin-bottom: 18px;
}
.rr-doc-card h3 { margin: 0 0 10px; color: #07192f; font-size: 23px; }
.rr-doc-card p { color: #667085; line-height: 1.65; }

.rr-upload-form {
  padding: 32px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e4e7ec;
  box-shadow: 0 18px 55px rgba(16,32,51,.08);
}
.rr-upload-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 22px;
}
.rr-upload-field { display: flex; flex-direction: column; gap: 7px; }
.rr-upload-field label { font-weight: 800; color: #1d2939; }
.rr-upload-field input, .rr-upload-field select, .rr-upload-field textarea {
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid #cfd4dc;
  border-radius: 12px;
  font: inherit;
}
.rr-upload-span-2 { grid-column: 1/-1; }
.rr-doc-checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  background: #f8fafc;
}
.rr-doc-checks label { display: flex; gap: 10px; align-items: center; font-weight: 700; }
.rr-upload-note, .rr-privacy-note {
  margin-top: 18px;
  color: #667085;
  line-height: 1.65;
}
.rr-upload-submit {
  margin-top: 24px;
  padding: 15px 26px;
  border: 0;
  border-radius: 12px;
  background: #f5b400;
  color: #0b1f3a;
  font-weight: 950;
  cursor: pointer;
}
.rr-upload-success {
  padding: 14px;
  border-radius: 10px;
  background: #ecfdf3;
  color: #027a48;
  margin-bottom: 18px;
}
.rr-faq-list { max-width: 900px; }
.rr-faq-item {
  margin-bottom: 16px;
  padding: 22px 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e4e7ec;
  box-shadow: 0 12px 32px rgba(16,32,51,.06);
}
.rr-faq-item summary {
  cursor: pointer;
  font-size: 20px;
  font-weight: 850;
  color: #07192f;
}
.rr-faq-item p { color: #667085; line-height: 1.65; }
.rr-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.rr-policy-grid article {
  padding: 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e4e7ec;
  box-shadow: 0 16px 48px rgba(16,32,51,.08);
}
.rr-policy-grid h2 { margin-top: 0; color: #07192f; }
.rr-policy-grid p { color: #667085; line-height: 1.65; }
@media(max-width:900px){
  .rr-nav .sub-menu {
    position: static;
    display: block;
    box-shadow: none;
    border: 0;
    padding: 4px 0 0 18px;
  }
  .rr-doc-grid, .rr-policy-grid { grid-template-columns: 1fr; }
  .rr-upload-grid { grid-template-columns: 1fr; }
  .rr-upload-span-2 { grid-column: auto; }
}
@media(max-width:640px){
  .rr-doc-checks { grid-template-columns: 1fr; }
  .rr-upload-form { padding: 22px; }
}


/* v1.6 simplified hardcoded header menu */
.rr-hardcoded-nav > ul {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.rr-hardcoded-nav > ul > li > a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  color: #102033 !important;
  text-decoration: none !important;
  line-height: 1.15 !important;
}

.rr-hardcoded-nav .rr-dropdown {
  position: relative !important;
}

.rr-hardcoded-nav .rr-dropdown > a::after {
  content: "▾";
  margin-left: 7px;
  font-size: 12px;
  color: #667085;
}

.rr-hardcoded-nav .sub-menu {
  position: absolute !important;
  top: calc(100% + 12px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  min-width: 240px !important;
  display: none !important;
  padding: 10px !important;
  margin: 0 !important;
  list-style: none !important;
  background: #ffffff !important;
  border: 1px solid #e4e7ec !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 50px rgba(16,32,51,.16) !important;
  z-index: 999 !important;
}

.rr-hardcoded-nav .rr-dropdown:hover > .sub-menu,
.rr-hardcoded-nav .rr-dropdown:focus-within > .sub-menu {
  display: block !important;
}

.rr-hardcoded-nav .sub-menu::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}

.rr-hardcoded-nav .sub-menu li {
  display: block !important;
  width: 100% !important;
}

.rr-hardcoded-nav .sub-menu a {
  display: block !important;
  padding: 12px 13px !important;
  border-radius: 10px !important;
  color: #102033 !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

.rr-hardcoded-nav .sub-menu a:hover {
  background: #f8fafc !important;
  color: #07192f !important;
}

@media (max-width: 980px) {
  .rr-hardcoded-nav {
    display: none;
  }
  .rr-hardcoded-nav.rr-nav-open,
  .rr-nav.rr-nav-open {
    display: block !important;
  }
  .rr-hardcoded-nav > ul {
    display: block !important;
  }
  .rr-hardcoded-nav > ul > li > a {
    display: block !important;
    padding: 12px 0 !important;
  }
  .rr-hardcoded-nav .sub-menu {
    position: static !important;
    transform: none !important;
    display: block !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 0 0 18px !important;
    min-width: 0 !important;
  }
}


/* v1.7 fixed header: no WordPress menu dependency */
.rr-fixed-header-nav {
  display: flex !important;
  align-items: center !important;
  gap: 26px !important;
}

.rr-fixed-menu {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.rr-fixed-menu > li {
  position: relative !important;
  list-style: none !important;
}

.rr-fixed-menu > li > a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  color: #102033 !important;
  text-decoration: none !important;
  line-height: 1.15 !important;
}

.rr-fixed-dropdown > a::after {
  content: "▾";
  margin-left: 7px;
  font-size: 12px;
  color: #667085;
}

.rr-fixed-submenu {
  position: absolute !important;
  top: calc(100% + 12px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  min-width: 245px !important;
  display: none !important;
  padding: 10px !important;
  margin: 0 !important;
  list-style: none !important;
  background: #ffffff !important;
  border: 1px solid #e4e7ec !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 50px rgba(16,32,51,.18) !important;
  z-index: 9999 !important;
}

.rr-fixed-dropdown:hover > .rr-fixed-submenu,
.rr-fixed-dropdown:focus-within > .rr-fixed-submenu {
  display: block !important;
}

.rr-fixed-submenu::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}

.rr-fixed-submenu li {
  display: block !important;
  width: 100% !important;
}

.rr-fixed-submenu a {
  display: block !important;
  padding: 12px 13px !important;
  border-radius: 10px !important;
  color: #102033 !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

.rr-fixed-submenu a:hover {
  background: #f8fafc !important;
  color: #07192f !important;
}

@media (max-width: 980px) {
  .rr-fixed-header-nav {
    display: none !important;
  }
  .rr-fixed-header-nav.rr-nav-open,
  .rr-nav.rr-nav-open {
    display: block !important;
  }
  .rr-fixed-menu {
    display: block !important;
  }
  .rr-fixed-menu > li > a {
    display: block !important;
    padding: 12px 0 !important;
  }
  .rr-fixed-submenu {
    position: static !important;
    transform: none !important;
    display: block !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 0 0 18px !important;
    min-width: 0 !important;
  }
}


/* v1.8 Document Center page */
.rr-doc-hero {
  padding: 96px 0 86px;
  background:
    radial-gradient(circle at 84% 16%, rgba(245,180,0,.18), transparent 26%),
    linear-gradient(135deg, #07192f 0%, #0b2a50 58%, #0e3d70 100%);
  color: #ffffff;
}

.rr-doc-hero h1 {
  margin: 20px 0 12px;
  text-transform: uppercase;
  font-size: clamp(46px, 7vw, 82px);
  line-height: 1.02;
  letter-spacing: .01em;
}

.rr-doc-hero p {
  max-width: 820px;
  color: rgba(255,255,255,.88);
  font-size: 19px;
  line-height: 1.7;
}

.rr-doc-download-section {
  background: #ffffff;
}

.rr-doc-step-heading {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 30px;
}

.rr-doc-step-heading > span {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  background: #f5b400;
  color: #07192f;
  font-size: 25px;
  font-weight: 950;
  box-shadow: 0 14px 32px rgba(245,180,0,.25);
}

.rr-doc-step-heading h2 {
  margin: 0 0 8px;
  color: #07192f;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  text-transform: uppercase;
}

.rr-doc-step-heading p {
  margin: 0;
  color: #667085;
  font-size: 18px;
  line-height: 1.6;
}

.rr-doc-download-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rr-doc-download-card {
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  box-shadow: 0 18px 58px rgba(16,32,51,.08);
}

.rr-doc-file-badge {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #fff4c7;
  color: #8a6200;
  font-weight: 950;
  margin-bottom: 18px;
}

.rr-doc-download-card h3 {
  margin: 0 0 12px;
  color: #07192f;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

.rr-doc-download-card p {
  color: #667085;
  line-height: 1.65;
  min-height: 78px;
}

.rr-doc-upload-info {
  background: #f7f9fc;
}

.rr-doc-info-card {
  padding: 30px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  box-shadow: 0 18px 58px rgba(16,32,51,.08);
}

.rr-doc-info-card p {
  color: #475467;
  font-size: 17px;
  line-height: 1.7;
}

.rr-doc-accepted {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
}

.rr-doc-accepted strong {
  color: #07192f;
  margin-right: 6px;
}

.rr-doc-accepted span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff4c7;
  color: #8a6200;
  font-weight: 850;
  font-size: 14px;
}

.rr-doc-small {
  margin-bottom: 0;
  font-weight: 750;
}

.rr-doc-form-section .rr-upload-form {
  max-width: 980px;
  margin: 0 auto;
}

.rr-doc-final-note {
  max-width: 980px;
  margin: 24px auto 0;
  padding: 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  color: #475467;
  line-height: 1.7;
}

.rr-doc-final-note p {
  margin: 0 0 12px;
}

.rr-doc-final-note p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .rr-doc-download-grid {
    grid-template-columns: 1fr;
  }

  .rr-doc-step-heading {
    display: block;
  }

  .rr-doc-step-heading > span {
    margin-bottom: 16px;
  }

  .rr-doc-download-card p {
    min-height: 0;
  }
}



/* v1.9 forced Document Center route */
.rr-force-doc-hero,
.rr-doc-hero {
  padding: 96px 0 86px;
  background:
    radial-gradient(circle at 84% 16%, rgba(245,180,0,.18), transparent 26%),
    linear-gradient(135deg, #07192f 0%, #0b2a50 58%, #0e3d70 100%);
  color: #ffffff;
}

.rr-doc-hero h1 {
  margin: 20px 0 12px;
  text-transform: uppercase;
  font-size: clamp(46px, 7vw, 82px);
  line-height: 1.02;
  letter-spacing: .01em;
}

.rr-doc-hero p {
  max-width: 820px;
  color: rgba(255,255,255,.88);
  font-size: 19px;
  line-height: 1.7;
}

.rr-doc-download-section {
  background: #ffffff;
}

.rr-doc-step-heading {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 30px;
}

.rr-doc-step-heading > span {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  background: #f5b400;
  color: #07192f;
  font-size: 25px;
  font-weight: 950;
  box-shadow: 0 14px 32px rgba(245,180,0,.25);
}

.rr-doc-step-heading h2 {
  margin: 0 0 8px;
  color: #07192f;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  text-transform: uppercase;
}

.rr-doc-step-heading p {
  margin: 0;
  color: #667085;
  font-size: 18px;
  line-height: 1.6;
}

.rr-doc-download-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rr-doc-download-card,
.rr-doc-info-card,
.rr-doc-final-note {
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  box-shadow: 0 18px 58px rgba(16,32,51,.08);
}

.rr-doc-file-badge {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #fff4c7;
  color: #8a6200;
  font-weight: 950;
  margin-bottom: 18px;
}

.rr-doc-download-card h3 {
  margin: 0 0 12px;
  color: #07192f;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

.rr-doc-download-card p,
.rr-doc-info-card p,
.rr-doc-final-note p {
  color: #667085;
  line-height: 1.65;
}

.rr-doc-accepted {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
}

.rr-doc-accepted strong {
  color: #07192f;
  margin-right: 6px;
}

.rr-doc-accepted span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff4c7;
  color: #8a6200;
  font-weight: 850;
  font-size: 14px;
}

.rr-doc-upload-info {
  background: #f7f9fc;
}

.rr-doc-form-section .rr-upload-form {
  max-width: 980px;
  margin: 0 auto;
}

.rr-doc-final-note {
  max-width: 980px;
  margin: 24px auto 0;
}

.rr-static-doc-form {
  opacity: .92;
}

@media (max-width: 900px) {
  .rr-doc-download-grid {
    grid-template-columns: 1fr;
  }

  .rr-doc-step-heading {
    display: block;
  }

  .rr-doc-step-heading > span {
    margin-bottom: 16px;
  }
}


/* v2.0 FAQ and School Policies forced routes */
.rr-faq-page-section,
.rr-policy-page-section {
  background: #ffffff;
}

.rr-faq-pro-list {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.rr-faq-pro-item {
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  box-shadow: 0 14px 45px rgba(16,32,51,.07);
  overflow: hidden;
}

.rr-faq-pro-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  color: #07192f;
  font-size: 19px;
  font-weight: 900;
}

.rr-faq-pro-item summary::-webkit-details-marker {
  display: none;
}

.rr-faq-pro-item summary b {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  background: #fff4c7;
  color: #8a6200;
  font-size: 22px;
}

.rr-faq-pro-item[open] summary b {
  transform: rotate(45deg);
}

.rr-faq-pro-answer {
  padding: 0 24px 24px;
  color: #667085;
  line-height: 1.7;
  font-size: 16px;
}

.rr-faq-pro-answer p {
  margin-top: 0;
}

.rr-faq-pro-answer a {
  color: #0b2a50;
  font-weight: 900;
  text-decoration: underline;
}

.rr-faq-cta .rr-doc-info-card {
  max-width: 980px;
}

.rr-faq-cta h2 {
  margin-top: 0;
  color: #07192f;
  font-size: 36px;
}

.rr-policy-pro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.rr-policy-pro-card {
  position: relative;
  padding: 34px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  box-shadow: 0 18px 58px rgba(16,32,51,.08);
  overflow: hidden;
}

.rr-policy-pro-card::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(245,180,0,.16);
}

.rr-policy-pro-number {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #f5b400;
  color: #07192f;
  font-size: 24px;
  font-weight: 950;
  margin-bottom: 18px;
}

.rr-policy-pro-card h2 {
  margin: 0 0 14px;
  color: #07192f;
  font-size: 28px;
}

.rr-policy-pro-card p {
  color: #667085;
  line-height: 1.75;
  margin-bottom: 0;
}

.rr-policy-notice {
  padding: 34px;
  border-radius: 24px;
  background: #07192f;
  color: #ffffff;
  box-shadow: 0 18px 58px rgba(16,32,51,.12);
}

.rr-policy-notice h2 {
  margin: 0 0 12px;
  font-size: 36px;
}

.rr-policy-notice p {
  color: rgba(255,255,255,.82);
  line-height: 1.7;
  max-width: 820px;
}

@media (max-width: 900px) {
  .rr-policy-pro-grid {
    grid-template-columns: 1fr;
  }

  .rr-faq-pro-item summary {
    font-size: 17px;
    padding: 20px;
  }

  .rr-faq-pro-answer {
    padding: 0 20px 20px;
  }
}


/* v2.1 logo update + remove Pay Now from header */
.rr-brand-mark-white,
.rr-brand-mark {
  width: 66px !important;
  height: 66px !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  border: 2px solid #f5b400 !important;
  box-shadow: 0 10px 28px rgba(16,32,51,.10) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
}

.rr-brand-mark-white .rr-logo-inside-box,
.rr-brand-mark .rr-logo-inside-box {
  width: 58px !important;
  height: 58px !important;
  object-fit: contain !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  display: block !important;
}

.rr-brand-text {
  font-size: 28px !important;
  line-height: 1.08 !important;
}

.rr-fixed-menu {
  gap: 34px !important;
}

@media (max-width: 980px) {
  .rr-brand-mark-white,
  .rr-brand-mark {
    width: 58px !important;
    height: 58px !important;
  }

  .rr-brand-mark-white .rr-logo-inside-box,
  .rr-brand-mark .rr-logo-inside-box {
    width: 50px !important;
    height: 50px !important;
  }

  .rr-brand-text {
    font-size: 22px !important;
  }
}


/* v2.2 clear visible logo */
.rr-brand {
  gap: 16px !important;
}

.rr-brand-mark-white,
.rr-brand-mark {
  width: 76px !important;
  height: 76px !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  border: 2px solid #f5b400 !important;
  box-shadow: 0 12px 30px rgba(16,32,51,.12) !important;
  padding: 5px !important;
}

.rr-brand-mark-white .rr-logo-inside-box,
.rr-brand-mark .rr-logo-inside-box {
  width: 66px !important;
  height: 66px !important;
  object-fit: contain !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  display: block !important;
  filter: none !important;
}

.rr-brand-text {
  font-size: 30px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
}

@media (max-width: 980px) {
  .rr-brand-mark-white,
  .rr-brand-mark {
    width: 62px !important;
    height: 62px !important;
  }

  .rr-brand-mark-white .rr-logo-inside-box,
  .rr-brand-mark .rr-logo-inside-box {
    width: 52px !important;
    height: 52px !important;
  }

  .rr-brand-text {
    font-size: 23px !important;
  }
}


/* v2.3 Homepage Google Reviews section */
.rr-google-reviews-section {
  background: #ffffff;
}

.rr-google-reviews-box {
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  box-shadow: 0 18px 58px rgba(16,32,51,.08);
  overflow: hidden;
}

.rr-google-reviews-box:empty::before {
  content: "Google reviews will appear here after the Trustindex plugin is connected.";
  display: block;
  color: #667085;
  font-weight: 700;
  text-align: center;
  padding: 30px;
}

.rr-google-reviews-box .ti-widget,
.rr-google-reviews-box iframe {
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .rr-google-reviews-box {
    padding: 18px;
    border-radius: 18px;
  }
}

/* v2.4 Programs & Pricing + Course Details */
.rr-programs-main-hero{padding:96px 0 86px;background:radial-gradient(circle at 84% 16%,rgba(245,180,0,.18),transparent 26%),linear-gradient(135deg,#07192f 0%,#0b2a50 58%,#0e3d70 100%);color:#fff}.rr-programs-main-hero h1{margin:20px 0 12px;text-transform:uppercase;font-size:clamp(46px,7vw,82px);line-height:1.02}.rr-programs-main-hero p{max-width:850px;color:rgba(255,255,255,.88);font-size:19px;line-height:1.7}.rr-program-tabs{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.rr-program-tabs a{padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:#fff!important;font-weight:850;text-decoration:none!important}.rr-course-group-heading{display:flex;justify-content:space-between;gap:24px;margin-bottom:30px}.rr-course-group-heading h2{margin:8px 0 10px;font-size:clamp(34px,4vw,52px);line-height:1.05;color:#07192f}.rr-course-group-heading p{max-width:760px;color:#667085;font-size:18px;line-height:1.65}.rr-course-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.rr-course-card{border-radius:24px;overflow:hidden;background:#fff;border:1px solid #e4e7ec;box-shadow:0 18px 58px rgba(16,32,51,.08);display:flex;flex-direction:column}.rr-course-image-link{display:block;overflow:hidden}.rr-course-image-link img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .25s ease}.rr-course-card:hover .rr-course-image-link img{transform:scale(1.04)}.rr-course-card-body{padding:24px;display:flex;flex:1;flex-direction:column}.rr-course-card-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:14px}.rr-course-card-top>span{color:#a16f00;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.rr-course-price{text-align:right;white-space:nowrap}.rr-course-price del{display:block;color:#98a2b3;font-weight:800}.rr-course-price strong{display:block;color:#07192f;font-size:22px;font-weight:950}.rr-course-card h3{margin:0 0 12px;color:#07192f;font-size:24px;line-height:1.18}.rr-course-card p{color:#667085;line-height:1.65;flex:1}.rr-course-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.rr-course-actions .rr-btn{flex:1;min-width:140px;text-align:center;justify-content:center}.rr-course-detail-hero{padding:88px 0;background:radial-gradient(circle at 84% 16%,rgba(245,180,0,.18),transparent 26%),linear-gradient(135deg,#07192f 0%,#0b2a50 58%,#0e3d70 100%);color:#fff}.rr-course-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.rr-course-detail-hero h1{margin:18px 0 14px;font-size:clamp(42px,6vw,72px);line-height:1.04}.rr-course-detail-hero p{color:rgba(255,255,255,.88);font-size:19px;line-height:1.7}.rr-course-detail-price{margin:22px 0}.rr-course-detail-price del{margin-right:12px;color:rgba(255,255,255,.62);font-size:24px;font-weight:800}.rr-course-detail-price strong{color:#f5b400;font-size:42px;font-weight:950}.rr-course-detail-image img{width:100%;border-radius:28px;box-shadow:0 24px 70px rgba(0,0,0,.22)}.rr-course-detail-content{background:#f7f9fc}.rr-course-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.rr-detail-block,.rr-sidebar-card{padding:30px;border-radius:24px;background:#fff;border:1px solid #e4e7ec;box-shadow:0 18px 58px rgba(16,32,51,.08);margin-bottom:22px}.rr-detail-block h2,.rr-sidebar-card h3{margin:0 0 16px;color:#07192f;font-size:28px}.rr-detail-block p,.rr-detail-block li,.rr-sidebar-card p{color:#667085;line-height:1.72}.rr-detail-block ul{margin:0;padding-left:20px}.rr-course-sidebar{position:sticky;top:110px}.rr-sidebar-card div{display:flex;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid #edf0f5}.rr-sidebar-card span{color:#667085;font-weight:750}.rr-sidebar-card strong{color:#07192f;text-align:right}.rr-sidebar-card .rr-btn{width:100%;justify-content:center;margin-top:14px}@media(max-width:1100px){.rr-course-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.rr-course-card-grid,.rr-course-detail-grid,.rr-course-detail-layout{grid-template-columns:1fr}.rr-course-sidebar{position:static}}@media(max-width:600px){.rr-course-card-grid{grid-template-columns:1fr}.rr-course-actions .rr-btn{flex-basis:100%}}


/* v2.5 Programs accordion + View Details button */
.rr-programs-accordion-wrap {
  background: #f7f9fc;
}

.rr-course-accordion {
  margin-bottom: 26px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  box-shadow: 0 18px 58px rgba(16,32,51,.07);
  overflow: hidden;
}

.rr-course-accordion-summary {
  cursor: pointer;
  list-style: none;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #ffffff;
}

.rr-course-accordion-summary::-webkit-details-marker {
  display: none;
}

.rr-course-accordion-summary h2 {
  margin: 8px 0 8px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  color: #07192f;
}

.rr-course-accordion-summary p {
  margin: 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.55;
}

.rr-accordion-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f5b400;
  color: #07192f;
  flex: 0 0 48px;
  position: relative;
  box-shadow: 0 12px 28px rgba(245,180,0,.20);
}

.rr-accordion-icon::before,
.rr-accordion-icon::after {
  content: "";
  position: absolute;
  background: #07192f;
  border-radius: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rr-accordion-icon::before {
  width: 20px;
  height: 4px;
}

.rr-accordion-icon::after {
  width: 4px;
  height: 20px;
  transition: opacity .18s ease;
}

.rr-course-accordion[open] .rr-accordion-icon::after {
  opacity: 0;
}

.rr-course-accordion > .rr-course-card-grid {
  padding: 0 32px 34px;
}

.rr-course-actions-two {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 12px !important;
}

.rr-course-actions-two .rr-btn {
  min-width: 0 !important;
  width: 100%;
  padding-left: 14px !important;
  padding-right: 14px !important;
  text-align: center;
}

.rr-view-details-btn {
  border: 2px solid #07192f !important;
  background: #ffffff !important;
  color: #07192f !important;
}

.rr-view-details-btn:hover {
  background: #07192f !important;
  color: #ffffff !important;
}

.rr-course-card .rr-btn {
  line-height: 1.2 !important;
}

@media (max-width: 820px) {
  .rr-course-accordion-summary {
    padding: 22px 20px;
    align-items: flex-start;
  }

  .rr-course-accordion > .rr-course-card-grid {
    padding: 0 20px 24px;
  }

  .rr-accordion-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
}

@media (max-width: 560px) {
  .rr-course-actions-two {
    grid-template-columns: 1fr;
  }
}
