/* 0.8.0 — Courses hub on the existing WooCommerce shop page.
   Presentation only: product query, pagination, URLs, prices and checkout remain WooCommerce-owned. */
body.fk-courses-hub{
  background:#f7f8f8!important;
}
body.fk-courses-hub .main-page-wrapper{
  padding-top:16px!important;
}
body.fk-courses-hub .main-page-wrapper>.container,
body.fk-courses-hub .site-content>.container,
body.fk-courses-hub .content-layout-wrapper{
  width:min(calc(100% - 32px),var(--fk-container,1180px))!important;
  max-width:var(--fk-container,1180px)!important;
  margin-inline:auto!important;
}
body.fk-courses-hub .page-title,
body.fk-courses-hub .wd-page-title,
body.fk-courses-hub .page-title-wrapper,
body.fk-courses-hub .woocommerce-products-header__title{
  display:none!important;
}

.fk-courses-hero{
  position:relative;
  width:100%;
  margin:0 0 22px;
  padding:30px 32px 24px;
  border:1px solid #e8eaeb;
  border-radius:24px;
  background:linear-gradient(145deg,#fff 0%,#f3f4f4 76%,#f7f7df 100%);
  box-shadow:0 10px 34px rgba(24,28,31,.035);
  overflow:hidden;
  direction:rtl;
}
.fk-courses-hero:after{
  content:"";
  position:absolute;
  left:-70px;
  top:-88px;
  width:210px;
  height:210px;
  border:25px solid var(--fk-yellow,#E7E500);
  border-radius:50%;
  opacity:.09;
  pointer-events:none;
}
.fk-courses-hero-copy{position:relative;z-index:1;max-width:870px}
.fk-courses-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:7px;
  color:#555d62;
  font-size:12px;
  font-weight:900;
}
.fk-courses-kicker:before{
  content:"";
  width:24px;
  height:5px;
  border-radius:999px;
  background:var(--fk-yellow,#E7E500);
}
.fk-courses-hero h1{
  margin:0 0 8px!important;
  color:var(--fk-dark,#202326)!important;
  font-size:clamp(30px,3.8vw,46px)!important;
  line-height:1.5!important;
  letter-spacing:-.035em;
}
.fk-courses-hero-copy>p{
  max-width:790px;
  margin:0!important;
  color:#60696f!important;
  font-size:15px!important;
  line-height:2!important;
}
.fk-courses-hero-points{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:20px;
}
.fk-courses-hero-points>div{
  min-width:0;
  padding:13px 15px;
  border:1px solid #e6e9ea;
  border-radius:15px;
  background:rgba(255,255,255,.76);
}
.fk-courses-hero-points strong{
  display:block;
  margin-bottom:3px;
  color:#30363a;
  font-size:13px;
  font-weight:900;
}
.fk-courses-hero-points span{
  display:block;
  color:#727a7f;
  font-size:12px;
  line-height:1.75;
}
.fk-courses-cats{
  position:relative;
  z-index:1;
  display:flex;
  gap:8px;
  margin-top:15px;
  padding-top:14px;
  border-top:1px solid #e8eaeb;
  overflow-x:auto;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
}
.fk-courses-cats a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:7px 13px;
  border:1px solid #dde1e2;
  border-radius:999px;
  background:#fff;
  color:#3c4449!important;
  font-size:12px;
  font-weight:800;
  text-decoration:none!important;
}
.fk-courses-cats a:hover,.fk-courses-cats a:focus-visible{
  border-color:#c7ccce;
  background:#f5f6f6;
}
.fk-courses-cats a.is-active{
  border-color:var(--fk-dark,#202326);
  background:var(--fk-dark,#202326);
  color:#fff!important;
}

.fk-courses-list-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin:2px 0 16px;
  padding:0 2px;
  direction:rtl;
}
.fk-courses-list-heading span{
  display:block;
  margin-bottom:3px;
  color:#727a7f;
  font-size:11.5px;
  font-weight:800;
}
.fk-courses-list-heading h2{
  margin:0!important;
  color:var(--fk-dark,#202326)!important;
  font-size:24px!important;
  line-height:1.55!important;
}
.fk-courses-list-heading p{
  margin:0!important;
  color:#747c81!important;
  font-size:12.5px!important;
}

/* WooCommerce controls */
body.fk-courses-hub .woocommerce-notices-wrapper{margin-bottom:12px}
body.fk-courses-hub .woocommerce-result-count{
  margin:0 0 14px!important;
  color:#737b80!important;
  font-size:12.5px!important;
  line-height:42px!important;
}
body.fk-courses-hub .woocommerce-ordering{
  margin:0 0 14px!important;
}
body.fk-courses-hub .woocommerce-ordering select{
  min-height:42px!important;
  padding:0 13px!important;
  border:1px solid #dfe2e3!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#40484d!important;
  box-shadow:none!important;
  font-family:inherit!important;
  font-size:12.5px!important;
}

/* Standard WooCommerce product grid. Amoozeshyar may add more classes, but Core never replaces the loop. */
body.fk-courses-hub ul.products{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  clear:both;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
body.fk-courses-hub ul.products:before,
body.fk-courses-hub ul.products:after{display:none!important}
body.fk-courses-hub ul.products li.product{
  position:relative!important;
  float:none!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0 0 17px!important;
  border:1px solid #e5e8e9!important;
  border-radius:19px!important;
  background:#fff!important;
  box-shadow:0 9px 28px rgba(24,28,31,.04)!important;
  overflow:hidden!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
body.fk-courses-hub ul.products li.product:hover{
  transform:translateY(-2px);
  border-color:#d9ddde!important;
  box-shadow:0 15px 34px rgba(24,28,31,.07)!important;
}
body.fk-courses-hub ul.products li.product a{font-family:inherit!important;text-decoration:none!important}
body.fk-courses-hub ul.products li.product a img{
  display:block!important;
  width:100%!important;
  aspect-ratio:1.35/1;
  margin:0 0 15px!important;
  border:0!important;
  border-radius:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#f1f2f2;
}
body.fk-courses-hub ul.products li.product .woocommerce-loop-product__title,
body.fk-courses-hub ul.products li.product h2,
body.fk-courses-hub ul.products li.product h3{
  min-height:3.25em;
  margin:0!important;
  padding:0 16px!important;
  color:#2d3337!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.65!important;
}
body.fk-courses-hub ul.products li.product .price{
  display:block!important;
  margin:10px 16px 0!important;
  color:#4c555a!important;
  font-size:13px!important;
  font-weight:800!important;
}
body.fk-courses-hub ul.products li.product .button,
body.fk-courses-hub ul.products li.product .added_to_cart{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:calc(100% - 32px)!important;
  min-height:40px!important;
  margin:13px 16px 0!important;
  padding:8px 13px!important;
  border:0!important;
  border-radius:11px!important;
  background:var(--fk-dark,#202326)!important;
  color:#fff!important;
  font-family:inherit!important;
  font-size:12.5px!important;
  font-weight:900!important;
  line-height:1.4!important;
  box-shadow:none!important;
}
body.fk-courses-hub ul.products li.product .button:hover,
body.fk-courses-hub ul.products li.product .added_to_cart:hover{background:#101315!important}
body.fk-courses-hub ul.products li.product .onsale{
  top:10px!important;
  right:10px!important;
  left:auto!important;
  min-width:0!important;
  min-height:0!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  background:var(--fk-yellow,#E7E500)!important;
  color:#292d30!important;
  font-size:10.5px!important;
  font-weight:900!important;
  line-height:1.4!important;
}

body.fk-courses-hub .woocommerce-pagination{margin:24px 0 0!important}
body.fk-courses-hub .woocommerce-pagination ul{
  display:flex!important;
  justify-content:center;
  gap:7px;
  border:0!important;
}
body.fk-courses-hub .woocommerce-pagination ul li{border:0!important}
body.fk-courses-hub .woocommerce-pagination a,
body.fk-courses-hub .woocommerce-pagination span{
  display:grid!important;
  place-items:center;
  min-width:38px!important;
  min-height:38px!important;
  padding:6px!important;
  border:1px solid #dfe2e3!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#4a5257!important;
}
body.fk-courses-hub .woocommerce-pagination .current{
  border-color:var(--fk-dark,#202326)!important;
  background:var(--fk-dark,#202326)!important;
  color:#fff!important;
}

.fk-courses-guide{
  margin:28px 0 50px;
  direction:rtl;
}
.fk-courses-guide-head{
  margin-bottom:13px;
}
.fk-courses-guide-head>span{
  color:#747c81;
  font-size:11.5px;
  font-weight:800;
}
.fk-courses-guide-head h2{
  margin:4px 0 0!important;
  color:var(--fk-dark,#202326)!important;
  font-size:24px!important;
  line-height:1.6!important;
}
.fk-courses-guide-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.fk-courses-guide-grid article{
  min-width:0;
  padding:18px 18px 16px;
  border:1px solid #e5e8e9;
  border-radius:17px;
  background:#fff;
}
.fk-courses-guide-grid b{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  margin-bottom:10px;
  border-radius:10px;
  background:#f1f2d8;
  color:#373d41;
  font-size:13px;
}
.fk-courses-guide-grid h3{
  margin:0 0 5px!important;
  color:#343b3f!important;
  font-size:15px!important;
  line-height:1.7!important;
}
.fk-courses-guide-grid p{
  margin:0!important;
  color:#737b80!important;
  font-size:12.5px!important;
  line-height:1.85!important;
}
.fk-courses-faq{
  margin-top:16px;
  padding:22px 24px;
  border:1px solid #e5e8e9;
  border-radius:19px;
  background:#fff;
}
.fk-courses-faq>h2{
  margin:0 0 12px!important;
  color:#30363a!important;
  font-size:20px!important;
  line-height:1.65!important;
}
.fk-courses-faq details{
  border-top:1px solid #eceeef;
  padding:0;
}
.fk-courses-faq details:first-of-type{border-top:0}
.fk-courses-faq summary{
  position:relative;
  padding:14px 0 14px 28px;
  color:#3d454a;
  font-size:13.5px;
  font-weight:900;
  line-height:1.75;
  cursor:pointer;
  list-style:none;
}
.fk-courses-faq summary::-webkit-details-marker{display:none}
.fk-courses-faq summary:after{
  content:"+";
  position:absolute;
  left:0;
  top:14px;
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:7px;
  background:#f0f1f1;
  color:#4b5358;
  font-size:15px;
  line-height:1;
}
.fk-courses-faq details[open] summary:after{content:"−";background:#efefd2}
.fk-courses-faq details p{
  margin:0 0 15px!important;
  padding-left:28px;
  color:#71797e!important;
  font-size:13px!important;
  line-height:1.95!important;
}
.fk-courses-alt{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:16px;
  padding:22px 24px;
  border-radius:18px;
  background:var(--fk-dark,#202326);
  color:#fff;
}
.fk-courses-alt>div>span{
  display:block;
  color:var(--fk-yellow,#E7E500);
  font-size:11.5px;
  font-weight:900;
}
.fk-courses-alt h2{
  margin:5px 0 3px!important;
  color:#fff!important;
  font-size:19px!important;
  line-height:1.65!important;
}
.fk-courses-alt p{
  margin:0!important;
  color:#c9ced1!important;
  font-size:12.5px!important;
  line-height:1.8!important;
}
.fk-courses-alt .fk-btn{flex:0 0 auto}

@media(max-width:900px){
  body.fk-courses-hub .main-page-wrapper>.container,
  body.fk-courses-hub .site-content>.container,
  body.fk-courses-hub .content-layout-wrapper{
    width:min(calc(100% - 20px),var(--fk-container,1180px))!important;
  }
  .fk-courses-hero{padding:23px 20px 18px;border-radius:19px;margin-bottom:16px}
  .fk-courses-hero:after{left:-82px;top:-92px;width:184px;height:184px;border-width:20px}
  .fk-courses-hero h1{font-size:30px!important;line-height:1.58!important;margin-bottom:7px!important}
  .fk-courses-hero-copy>p{font-size:13.5px!important;line-height:1.95!important}
  .fk-courses-hero-points{grid-template-columns:1fr;margin-top:15px;gap:7px}
  .fk-courses-hero-points>div{padding:11px 12px;border-radius:13px}
  .fk-courses-cats{margin-top:12px;padding-top:12px}
  .fk-courses-list-heading{align-items:flex-start;flex-direction:column;gap:4px;margin-bottom:12px}
  .fk-courses-list-heading h2{font-size:21px!important}
  body.fk-courses-hub ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .fk-courses-guide-grid{grid-template-columns:1fr;gap:8px}
  .fk-courses-faq{padding:18px 16px;border-radius:16px}
  .fk-courses-alt{align-items:stretch;flex-direction:column;padding:19px 17px;border-radius:16px;gap:14px}
  .fk-courses-alt .fk-btn{width:100%}
}
@media(max-width:560px){
  body.fk-courses-hub .main-page-wrapper{padding-top:9px!important}
  body.fk-courses-hub .main-page-wrapper>.container,
  body.fk-courses-hub .site-content>.container,
  body.fk-courses-hub .content-layout-wrapper{width:calc(100% - 14px)!important}
  .fk-courses-hero{padding:19px 15px 15px;border-radius:17px}
  .fk-courses-kicker{font-size:11.5px}
  .fk-courses-hero h1{font-size:26px!important}
  .fk-courses-hero-points span{font-size:11.5px}
  .fk-courses-cats{flex-wrap:wrap;overflow-x:visible;scrollbar-width:none}
  .fk-courses-cats::-webkit-scrollbar{display:none}
  .fk-courses-cats a{min-height:34px;padding:6px 11px;font-size:11.5px}
  body.fk-courses-hub .woocommerce-result-count{float:none!important;line-height:1.8!important;margin-bottom:8px!important}
  body.fk-courses-hub .woocommerce-ordering{float:none!important;width:100%!important}
  body.fk-courses-hub .woocommerce-ordering select{width:100%!important}
  body.fk-courses-hub ul.products{grid-template-columns:1fr!important;gap:10px!important}
  body.fk-courses-hub ul.products li.product{border-radius:17px!important;padding-bottom:14px!important}
  body.fk-courses-hub ul.products li.product a img{aspect-ratio:1.55/1;margin-bottom:12px!important}
  body.fk-courses-hub ul.products li.product .woocommerce-loop-product__title,
  body.fk-courses-hub ul.products li.product h2,
  body.fk-courses-hub ul.products li.product h3{min-height:0;font-size:14px!important;padding-inline:14px!important}
  body.fk-courses-hub ul.products li.product .price{margin-inline:14px!important}
  body.fk-courses-hub ul.products li.product .button,
  body.fk-courses-hub ul.products li.product .added_to_cart{width:calc(100% - 28px)!important;margin-inline:14px!important}
  .fk-courses-guide{margin-top:22px;margin-bottom:36px}
  .fk-courses-guide-head h2{font-size:20px!important}
  .fk-courses-guide-grid article{padding:15px;border-radius:15px}
  .fk-courses-faq>h2{font-size:18px!important}
  .fk-courses-faq summary{font-size:12.8px;padding-left:27px}
  .fk-courses-alt h2{font-size:17px!important}
}

/* 0.8.1 — custom Amoozeshyar archive fallback. */
body.fk-courses-hub .fk-courses-legacy-title,
body.fk-courses-hub .fk-courses-legacy-title-wrap{
  display:none!important;
}
body.fk-courses-hub #fk-courses-header-template,
body.fk-courses-hub #fk-courses-footer-template{
  display:none!important;
}
body.fk-courses-hub .fk-courses-hero,
body.fk-courses-hub .fk-courses-list-heading,
body.fk-courses-hub .fk-courses-guide{
  box-sizing:border-box!important;
  font-family:inherit!important;
}
body.fk-courses-hub .fk-course-placeholder-media{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:210px!important;
  height:210px!important;
  max-height:210px!important;
  overflow:hidden!important;
  background:linear-gradient(145deg,#f7f8f8,#eef0f0)!important;
}
body.fk-courses-hub img.fk-course-placeholder-image{
  display:block!important;
  width:auto!important;
  max-width:46%!important;
  height:auto!important;
  max-height:118px!important;
  margin:auto!important;
  object-fit:contain!important;
  opacity:.72;
}
@media(max-width:560px){
  body.fk-courses-hub .fk-course-placeholder-media{
    min-height:165px!important;
    height:165px!important;
    max-height:165px!important;
  }
  body.fk-courses-hub img.fk-course-placeholder-image{
    max-width:40%!important;
    max-height:92px!important;
  }
}

/* 0.8.2 — final Courses hub polish: pagination before guidance; no duplicate consultation CTA. */
body.fk-courses-hub .fk-courses-guide{clear:both}


/* 0.8.3 — product-category archives stay inside the Courses visual system. */
body.fk-courses-hub.fk-courses-category .page-title,
body.fk-courses-hub.fk-courses-category .wd-page-title,
body.fk-courses-hub.fk-courses-category .page-title-wrapper,
body.fk-courses-hub.fk-courses-category .woocommerce-products-header,
body.fk-courses-hub.fk-courses-category .woocommerce-products-header__title,
body.fk-courses-hub.fk-courses-category .term-description{
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.fk-courses-hub.fk-courses-category .main-page-wrapper{
  padding-top:14px!important;
  margin-top:0!important;
}
body.fk-courses-hub.fk-courses-category .fk-courses-hero{margin-top:0!important}
body.fk-courses-hub.fk-courses-category .fk-courses-list-heading{margin-top:0!important}
@media(max-width:768px){
  body.fk-courses-hub.fk-courses-category .main-page-wrapper{padding-top:9px!important}
}

/* 0.8.4 — curated learning hubs: Ravan Madrese / Ravan Amooz. */
body.fk-learning-hub{
  background:#f7f8f8!important;
}
body.fk-learning-hub .page-title,
body.fk-learning-hub .wd-page-title,
body.fk-learning-hub .page-title-wrapper,
body.fk-learning-hub .entry-header,
body.fk-learning-hub .entry-title{
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
body.fk-learning-hub .main-page-wrapper{
  background:#f7f8f8!important;
  padding-top:18px!important;
}
body.fk-learning-hub .main-page-wrapper>.container,
body.fk-learning-hub .site-content>.container,
body.fk-learning-hub .content-layout-wrapper,
body.fk-learning-hub main,
body.fk-learning-hub #primary{
  width:min(calc(100% - 34px),1260px)!important;
  max-width:1260px!important;
  margin-inline:auto!important;
  padding-inline:0!important;
}
body.fk-learning-hub .fk-learning-shell,
body.fk-learning-hub .fk-learning-shell *{box-sizing:border-box;font-family:inherit}
body.fk-learning-hub .fk-learning-shell{width:100%;direction:rtl;color:#24272a}
body.fk-learning-hub .fk-learning-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(260px,.7fr);
  gap:30px;
  align-items:center;
  padding:42px;
  border:1px solid #e1e4e6;
  border-radius:28px;
  background:linear-gradient(135deg,#fff 0%,#fff 67%,#f7f7df 100%);
  box-shadow:0 15px 44px rgba(31,36,39,.055);
}
body.fk-learning-hub .fk-learning-hero::before{
  content:"";position:absolute;left:-72px;top:-82px;width:235px;height:235px;border:26px solid rgba(231,229,0,.11);border-radius:50%;pointer-events:none
}
body.fk-learning-hub .fk-learning-hero-copy{position:relative;z-index:1}
body.fk-learning-hub .fk-learning-kicker,
body.fk-learning-hub .fk-learning-heading>span,
body.fk-learning-hub .fk-learning-help span{
  display:inline-flex;align-items:center;gap:9px;color:#626a6e;font-size:13px;font-weight:900
}
body.fk-learning-hub .fk-learning-kicker::before,
body.fk-learning-hub .fk-learning-heading>span::before,
body.fk-learning-hub .fk-learning-help span::before{content:"";width:22px;height:5px;border-radius:999px;background:#e7e500}
body.fk-learning-hub .fk-learning-hero h1{margin:12px 0 10px!important;font-size:clamp(34px,4vw,54px)!important;line-height:1.22!important;color:#202326!important;font-weight:950!important}
body.fk-learning-hub .fk-learning-hero p{max-width:760px;margin:0!important;color:#6b7378!important;font-size:15px!important;line-height:2!important}
body.fk-learning-hub .fk-learning-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
body.fk-learning-hub .fk-learning-actions a,
body.fk-learning-hub .fk-learning-help>a{
  display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:14px;text-decoration:none!important;font-weight:950!important
}
body.fk-learning-hub .fk-learning-primary,
body.fk-learning-hub .fk-learning-help>a{background:#f3f216;color:#202326!important;border:1px solid #dbd900}
body.fk-learning-hub .fk-learning-secondary{background:#fff;color:#31383d!important;border:1px solid #dfe3e5}
body.fk-learning-hub .fk-learning-hero-note{position:relative;z-index:1;padding:22px;border:1px solid #e4e7e8;border-radius:20px;background:rgba(255,255,255,.88);box-shadow:0 10px 30px rgba(31,36,39,.045)}
body.fk-learning-hub .fk-learning-hero-note strong{display:block;margin-bottom:7px;font-size:16px;font-weight:950;color:#25292c}
body.fk-learning-hub .fk-learning-hero-note span{display:block;font-size:13px;line-height:1.95;color:#747c80}
body.fk-learning-hub .fk-learning-products{margin-top:34px}
body.fk-learning-hub .fk-learning-heading{display:block;margin-bottom:20px}
body.fk-learning-hub .fk-learning-heading h2{width:100%;margin:4px 0 0!important;font-size:30px!important;line-height:1.4!important;color:#25292c!important;font-weight:950!important}
body.fk-learning-hub .fk-learning-heading p{margin:4px 0 0!important;color:#858c90!important;font-size:13px!important;line-height:1.8!important}
body.fk-learning-hub .fk-learning-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.fk-learning-hub .fk-learning-card{overflow:hidden;display:flex;flex-direction:column;min-width:0;border:1px solid #e1e4e5;border-radius:20px;background:#fff;box-shadow:0 10px 34px rgba(31,36,39,.045);transition:transform .2s ease,box-shadow .2s ease}
body.fk-learning-hub .fk-learning-card:hover{transform:translateY(-3px);box-shadow:0 16px 42px rgba(31,36,39,.075)}
body.fk-learning-hub .fk-learning-card-media{display:block;position:relative;overflow:hidden;background:#eff1f2;aspect-ratio:1.55/1}
body.fk-learning-hub .fk-learning-card-media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important;margin:0!important;background:#f1f2f2!important}
body.fk-learning-hub .fk-learning-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(145deg,#f4f5f5,#e9edee);color:#8b9295;font-size:13px;font-weight:850}
body.fk-learning-hub .fk-learning-card-body{display:flex;flex-direction:column;flex:1;padding:18px}
body.fk-learning-hub .fk-learning-card h2{margin:0 0 8px!important;font-size:17px!important;line-height:1.75!important;font-weight:950!important;min-height:58px}
body.fk-learning-hub .fk-learning-card h2 a{color:#344d78!important;text-decoration:none!important}
body.fk-learning-hub .fk-learning-card p{margin:0 0 14px!important;color:#747c80!important;line-height:1.9!important;font-size:12.5px!important;min-height:48px}
body.fk-learning-hub .fk-learning-card-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:14px;border-top:1px solid #eceeef}
body.fk-learning-hub .fk-learning-price{font-size:13px;font-weight:950;color:#31383d}
body.fk-learning-hub .fk-learning-open{display:inline-flex;align-items:center;gap:5px;color:#2e496f!important;text-decoration:none!important;font-size:12px;font-weight:950}
body.fk-learning-hub .fk-learning-help{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:32px 0 8px;padding:26px 30px;border-radius:22px;background:#202426;color:#fff}
body.fk-learning-hub .fk-learning-help span{color:#f1f016}
body.fk-learning-hub .fk-learning-help h2{margin:7px 0 4px!important;color:#fff!important;font-size:22px!important;font-weight:950!important;line-height:1.55!important}
body.fk-learning-hub .fk-learning-help p{margin:0!important;color:#c9cdcf!important;font-size:13px!important;line-height:1.9!important}
body.fk-learning-hub .fk-learning-help>a{flex:0 0 auto;min-width:150px}
@media(max-width:980px){
  body.fk-learning-hub .fk-learning-hero{grid-template-columns:1fr;padding:30px}
  body.fk-learning-hub .fk-learning-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:768px){
  body.fk-learning-hub .main-page-wrapper{padding-top:9px!important}
  body.fk-learning-hub .main-page-wrapper>.container,
  body.fk-learning-hub .site-content>.container,
  body.fk-learning-hub .content-layout-wrapper,
  body.fk-learning-hub main,
  body.fk-learning-hub #primary{width:calc(100% - 14px)!important}
  body.fk-learning-hub .fk-learning-hero{gap:16px;padding:20px 14px;border-radius:20px}
  body.fk-learning-hub .fk-learning-hero h1{font-size:30px!important}
  body.fk-learning-hub .fk-learning-hero p{font-size:13px!important;line-height:1.95!important}
  body.fk-learning-hub .fk-learning-hero-note{padding:15px;border-radius:16px}
  body.fk-learning-hub .fk-learning-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
  body.fk-learning-hub .fk-learning-actions a{padding:0 10px;font-size:12px}
  body.fk-learning-hub .fk-learning-products{margin-top:24px}
  body.fk-learning-hub .fk-learning-heading h2{font-size:23px!important}
  body.fk-learning-hub .fk-learning-heading p{margin:0!important;width:100%}
  body.fk-learning-hub .fk-learning-grid{grid-template-columns:1fr;gap:11px}
  body.fk-learning-hub .fk-learning-card{border-radius:17px}
  body.fk-learning-hub .fk-learning-card-media{aspect-ratio:1.55/1}
  body.fk-learning-hub .fk-learning-card-body{padding:14px}
  body.fk-learning-hub .fk-learning-card h2{min-height:0;font-size:14px!important;margin-bottom:6px!important}
  body.fk-learning-hub .fk-learning-card p{min-height:0;font-size:11.5px!important;margin-bottom:10px!important}
  body.fk-learning-hub .fk-learning-help{display:block;padding:20px 15px;border-radius:18px}
  body.fk-learning-hub .fk-learning-help h2{font-size:18px!important}
  body.fk-learning-hub .fk-learning-help>a{width:100%;margin-top:16px}
}



/* 0.10.0 — unified student hub on the existing Ravan Madrese page. */
body.fk-learning-hub-school .fk-learning-hero{
  background:linear-gradient(135deg,#fff 0%,#fff 64%,#f7f7df 100%);
}
body.fk-learning-hub-school .fk-learning-hero-note strong{font-size:17px}
body.fk-learning-hub-school .fk-student-paths{margin-top:30px}
body.fk-learning-hub-school .fk-student-section-head{margin-bottom:17px}
body.fk-learning-hub-school .fk-student-section-head>span{
  display:inline-flex;align-items:center;gap:9px;color:#697176;font-size:13px;font-weight:900
}
body.fk-learning-hub-school .fk-student-section-head>span::before{
  content:"";width:22px;height:5px;border-radius:999px;background:#e7e500
}
body.fk-learning-hub-school .fk-student-section-head h2{
  margin:6px 0 4px!important;font-size:30px!important;line-height:1.45!important;color:#25292c!important;font-weight:950!important
}
body.fk-learning-hub-school .fk-student-section-head p{
  margin:0!important;color:#7a8286!important;font-size:13px!important;line-height:1.9!important
}
body.fk-learning-hub-school .fk-student-path-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:16px
}
body.fk-learning-hub-school .fk-student-path-card{
  position:relative;display:flex;flex-direction:column;min-width:0;min-height:295px;padding:24px;
  border:1px solid #e1e4e5;border-radius:22px;background:#fff;box-shadow:0 10px 34px rgba(31,36,39,.045);overflow:hidden
}
body.fk-learning-hub-school .fk-student-path-card::after{
  content:"";position:absolute;inset:auto -42px -58px auto;width:150px;height:150px;border-radius:50%;background:rgba(231,229,0,.055);pointer-events:none
}
body.fk-learning-hub-school .fk-student-path-num{
  position:absolute;left:20px;top:20px;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;
  background:#f4f4cf;color:#313638;font-size:14px;font-weight:950
}
body.fk-learning-hub-school .fk-student-path-eyebrow{color:#727a7e;font-size:12px;font-weight:900;margin-bottom:8px}
body.fk-learning-hub-school .fk-student-path-card h3{
  margin:0 0 10px!important;padding-left:42px;font-size:22px!important;line-height:1.55!important;color:#25292c!important;font-weight:950!important
}
body.fk-learning-hub-school .fk-student-path-card p{
  margin:0 0 18px!important;color:#71797d!important;font-size:13px!important;line-height:2!important
}
body.fk-learning-hub-school .fk-student-path-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto;position:relative;z-index:1}
body.fk-learning-hub-school .fk-student-path-actions a{
  display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 15px;border-radius:13px;text-decoration:none!important;font-size:12px;font-weight:950!important
}
body.fk-learning-hub-school .fk-student-path-primary{background:#f3f216;color:#202326!important;border:1px solid #dcda00}
body.fk-learning-hub-school .fk-student-path-secondary{background:#fff;color:#354b70!important;border:1px solid #dfe3e5}
body.fk-learning-hub-school .fk-learning-products{margin-top:42px}
body.fk-learning-hub-school .fk-student-faq{margin-top:34px;padding:28px 30px;border:1px solid #e1e4e5;border-radius:22px;background:#fff}
body.fk-learning-hub-school .fk-student-faq .fk-student-section-head h2{font-size:24px!important}
body.fk-learning-hub-school .fk-student-faq-list{margin-top:18px;border-top:1px solid #eceeef}
body.fk-learning-hub-school .fk-student-faq details{border-bottom:1px solid #eceeef}
body.fk-learning-hub-school .fk-student-faq summary{
  position:relative;cursor:pointer;list-style:none;padding:17px 42px 17px 4px;color:#2d3438;font-size:14px;font-weight:900
}
body.fk-learning-hub-school .fk-student-faq summary::-webkit-details-marker{display:none}
body.fk-learning-hub-school .fk-student-faq summary::before{
  content:"+";position:absolute;right:6px;top:13px;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:9px;background:#f0f2f2;color:#50585c;font-weight:950
}
body.fk-learning-hub-school .fk-student-faq details[open] summary::before{content:"−"}
body.fk-learning-hub-school .fk-student-faq details>div{padding:0 42px 18px 4px;color:#737b7f;font-size:13px;line-height:2}

@media(max-width:980px){
  body.fk-learning-hub-school .fk-student-path-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  body.fk-learning-hub-school .fk-student-paths{margin-top:22px}
  body.fk-learning-hub-school .fk-student-section-head h2{font-size:22px!important}
  body.fk-learning-hub-school .fk-student-path-grid{grid-template-columns:1fr;gap:10px}
  body.fk-learning-hub-school .fk-student-path-card{grid-column:auto;min-height:0;padding:18px 15px;border-radius:18px}
  body.fk-learning-hub-school .fk-student-path-num{left:14px;top:14px;width:31px;height:31px}
  body.fk-learning-hub-school .fk-student-path-card h3{padding-left:38px;font-size:18px!important}
  body.fk-learning-hub-school .fk-student-path-card p{font-size:12px!important;line-height:1.9!important}
  body.fk-learning-hub-school .fk-student-path-actions{display:grid;grid-template-columns:1fr;width:100%}
  body.fk-learning-hub-school .fk-student-path-actions a{width:100%}
  body.fk-learning-hub-school .fk-learning-products{margin-top:28px}
  body.fk-learning-hub-school .fk-student-faq{margin-top:24px;padding:20px 14px;border-radius:18px}
  body.fk-learning-hub-school .fk-student-faq .fk-student-section-head h2{font-size:19px!important}
  body.fk-learning-hub-school .fk-student-faq summary{padding:15px 38px 15px 2px;font-size:12.5px}
  body.fk-learning-hub-school .fk-student-faq details>div{padding:0 38px 16px 2px;font-size:12px}
}
