/* =========================================================
   Mobile Bottom Navigation — Version 376
   UI only. Hidden on desktop.
========================================================= */

.mp-mobile-bottom-nav {
    display: none;
}

@media (max-width: 768px) {
    :root {
        --mp-mobile-bottom-nav-height: 64px;
    }

    html {
        overflow-x: hidden;
    }

    body {
        padding-bottom: calc(
            var(--mp-mobile-bottom-nav-height) +
            env(safe-area-inset-bottom, 0px)
        );
        overflow-x: hidden;
    }

    .mp-mobile-bottom-nav {
        position: fixed;
        z-index: 99990;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        padding: 0 0 env(safe-area-inset-bottom, 0px);
        direction: rtl;
        pointer-events: none;
    }

    .mp-mobile-bottom-nav__inner {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        align-items: stretch;
        width: 100%;
        min-height: var(--mp-mobile-bottom-nav-height);
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(229, 231, 235, 0.92);
        border-bottom: 0;
        border-radius: 0;
        box-shadow: 0 -6px 22px rgba(0, 0, 0, 0.07);
        overflow: hidden;
        pointer-events: auto;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .mp-mobile-bottom-nav__item {
        position: relative;
        display: flex;
        min-width: 0;
        min-height: var(--mp-mobile-bottom-nav-height);
        padding: 7px 3px 6px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        color: #6b7280;
        font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.2;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        transition: color .16s ease, background-color .16s ease;
    }

    .mp-mobile-bottom-nav__item::before {
        content: "";
        position: absolute;
        top: 4px;
        right: 50%;
        width: 32px;
        height: 3px;
        border-radius: 999px;
        background: var(--primary-color);
        opacity: 0;
        transform: translateX(50%) scaleX(.5);
        transition: opacity .16s ease, transform .16s ease;
    }

    .mp-mobile-bottom-nav__item:active {
        background: rgba(164, 74, 255, .06);
    }

    .mp-mobile-bottom-nav__item.is-active {
        color: var(--primary-color);
        font-weight: 700;
    }

    .mp-mobile-bottom-nav__item.is-active::before {
        opacity: 1;
        transform: translateX(50%) scaleX(1);
    }

    .mp-mobile-bottom-nav__icon {
        position: relative;
        display: inline-flex;
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
        flex: 0 0 25px;
    }

    .mp-mobile-bottom-nav__icon svg {
        display: block;
        width: 22px;
        height: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .mp-mobile-bottom-nav__label {
        display: block;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .mp-mobile-bottom-nav__badge {
        position: absolute;
        top: -3px;
        right: -4px;
        display: inline-flex;
        min-width: 17px;
        height: 17px;
        padding: 0 4px;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
        border-radius: 999px;
        background: var(--primary-color);
        color: #fff;
        font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
        font-size: 9px;
        font-weight: 700;
        line-height: 1;
        box-sizing: border-box;
    }

    .mp-mobile-bottom-nav__badge.is-empty {
        display: none;
    }
}

@media (max-width: 360px) {
    :root {
        --mp-mobile-bottom-nav-height: 62px;
    }

    .mp-mobile-bottom-nav {
    }

    .mp-mobile-bottom-nav__inner {
    }

    .mp-mobile-bottom-nav__item {
        padding-left: 1px;
        padding-right: 1px;
        font-size: 10px;
    }

    .mp-mobile-bottom-nav__icon {
        width: 23px;
        height: 23px;
        flex-basis: 23px;
    }

    .mp-mobile-bottom-nav__icon svg {
        width: 21px;
        height: 21px;
    }
}

@media (orientation: landscape) and (max-width: 768px) {
    :root {
        --mp-mobile-bottom-nav-height: 58px;
    }

    .mp-mobile-bottom-nav__item {
        min-height: 58px;
        padding-top: 5px;
        padding-bottom: 4px;
    }
}


/*
 * External/support floating buttons are not part of the theme markup.
 * When such a button identifies itself as support, the mobile JS adds this
 * class so its bottom offset follows the real Bottom Navigation height and
 * the device safe-area instead of using a second hard-coded layout.
 */
@media (max-width: 768px) {
    .mp-mobile-support-offset {
        bottom: calc(
            var(--mp-mobile-bottom-nav-height) +
            env(safe-area-inset-bottom, 0px) +
            12px
        ) !important;
    }
}


/* Mobile education entry: reuses the existing grade-card visual language. */
@media (max-width: 768px) {
    .mp-mobile-education-entry {
        min-height: calc(100vh - var(--mp-mobile-bottom-nav-height));
        padding: 28px 14px calc(24px + var(--mp-mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px));
        box-sizing: border-box;
        background: #fff;
        overflow-x: hidden;
    }

    .mp-mobile-education-entry__container {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
    }

    .mp-mobile-education-entry__header {
        margin: 0 0 22px;
        text-align: center;
    }

    .mp-mobile-education-entry__header h1 {
        margin: 0 0 7px;
        color: #7C2EDB;
        font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
        font-size: 24px;
        font-weight: 800;
        line-height: 1.4;
    }

    .mp-mobile-education-entry__header p {
        margin: 0;
        color: #6b7280;
        font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
        font-size: 13px;
        line-height: 1.7;
    }

    .mp-mobile-education-entry__grade-grid {
        width: 100%;
        max-width: none;
        margin: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .mp-mobile-education-entry__grade-grid .grade-card {
        min-width: 0;
    }

    .mp-mobile-education-entry__grade-grid .grade-card a {
        min-height: 138px;
        height: auto !important;
        padding: 14px 8px;
        box-sizing: border-box;
        border-radius: 18px;
    }

    .mp-mobile-education-entry__grade-grid .grade-icon {
        margin-bottom: 10px;
        font-size: 30px !important;
    }

    .mp-mobile-education-entry__grade-grid .grade-card h3 {
        font-size: 15px !important;
    }

    .mp-mobile-education-entry__empty {
        padding: 28px 18px;
        border: 1px solid rgba(164, 74, 255, .18);
        border-radius: 16px;
        background: #fff;
        color: #6b7280;
        font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
        text-align: center;
    }

    @media (max-width: 360px) {
        .mp-mobile-education-entry {
            padding-left: 10px;
            padding-right: 10px;
        }

        .mp-mobile-education-entry__grade-grid {
            gap: 9px;
        }

        .mp-mobile-education-entry__grade-grid .grade-card a {
            min-height: 128px;
            padding-left: 5px;
            padding-right: 5px;
        }
    }
}

/* Mobile education entry — refined compact 12-grade layout. */
@media (max-width: 768px) {
    .mp-mobile-education-entry {
        padding-top: 52px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .mp-mobile-education-entry__container {
        max-width: 390px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .mp-mobile-education-entry__header {
        position: relative;
        margin: 0 auto 16px;
        padding: 0 0 14px;
        text-align: center;
    }

    .mp-mobile-education-entry__header::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 54px;
        height: 3px;
        border-radius: 999px;
        background: var(--primary-color);
        transform: translateX(-50%);
    }

    .mp-mobile-education-entry__header h1 {
        margin: 0 0 4px;
        color: #17324d;
        font-size: 24px;
        font-weight: 800;
        line-height: 1.35;
        letter-spacing: -0.35px;
    }

    .mp-mobile-education-entry__header p {
        margin: 0;
        color: #7b8490;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.5;
    }

    .mp-mobile-education-entry__grade-grid {
        width: 100%;
        width: 100%;
        max-width: 366px;
        margin: 0 auto;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .mp-mobile-education-entry__grade-grid .grade-card {
        min-width: 0;
        width: 100%;
    }

    .mp-mobile-education-entry__grade-grid .grade-card a {
        height: 74px !important;
        min-height: 0;
        padding: 6px 3px;
        border-radius: 11px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .045);
    }

    .mp-mobile-education-entry__grade-grid .grade-icon {
        margin-bottom: 3px;
        font-size: 21px !important;
        line-height: 1;
    }

    .mp-mobile-education-entry__grade-grid .grade-card h3 {
        font-size: 11px !important;
        font-weight: 800;
        line-height: 1.25;
    }
}

@media (max-width: 360px) {
    .mp-mobile-education-entry {
        padding-top: 42px;
        padding-left: 9px;
        padding-right: 9px;
    }

    .mp-mobile-education-entry__container {
        max-width: 342px;
    }

    .mp-mobile-education-entry__header {
        margin-bottom: 13px;
    }

    .mp-mobile-education-entry__header h1 {
        font-size: 21px;
    }

    .mp-mobile-education-entry__grade-grid {
        width: 100%;
        max-width: 342px;
        gap: 7px;
    }

    .mp-mobile-education-entry__grade-grid .grade-card a {
        height: 70px !important;
        padding: 5px 2px;
        border-radius: 10px;
    }

    .mp-mobile-education-entry__grade-grid .grade-icon {
        font-size: 20px !important;
    }

    .mp-mobile-education-entry__grade-grid .grade-card h3 {
        font-size: 10.5px !important;
    }
}

/* V383 — equal row/column spacing + title one row lower */
@media (max-width: 768px) {
    .mp-mobile-education-entry__header {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .mp-mobile-education-entry__grade-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 10px;
        gap: 10px;
        width: 100%;
        max-width: 366px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 360px) {
    .mp-mobile-education-entry__grade-grid {
        column-gap: 8px;
        row-gap: 8px;
        gap: 8px;
        max-width: 342px;
    }
}

/* V384 — mathematically symmetric mobile education grid */
@media (max-width: 768px) {
    .mp-mobile-education-entry {
        box-sizing: border-box;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .mp-mobile-education-entry__container {
        width: 100% !important;
        max-width: 366px !important;
        margin-inline: auto !important;
        box-sizing: border-box;
    }

    .mp-mobile-education-entry__grade-grid {
        display: grid !important;
        width: 100% !important;
        max-width: none !important;
        margin-inline: 0 !important;
        padding: 0 !important;
        box-sizing: border-box;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .mp-mobile-education-entry__grade-grid .grade-card {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box;
    }

    .mp-mobile-education-entry__grade-grid .grade-card a {
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box;
        overflow: hidden;
    }
}

@media (max-width: 360px) {
    .mp-mobile-education-entry {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .mp-mobile-education-entry__container {
        max-width: 342px !important;
    }

    .mp-mobile-education-entry__grade-grid {
        gap: 8px !important;
    }
}

/* V385 — square education grade cards on mobile */
@media (max-width: 768px) {
    .mp-mobile-education-entry__grade-grid .grade-card a {
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 1 / 1;
        display: flex;
        box-sizing: border-box;
    }
}


/* Version 444 — compact status illustrations for Education and Shop. */
.mp-mobile-bottom-nav__shop-visual{width:22px;height:23px;border:2px solid currentColor;border-radius:5px 5px 7px 7px;margin:0}
.mp-mobile-bottom-nav__shop-handle{position:absolute;width:12px;height:7px;left:50%;top:-8px;transform:translateX(-50%);border:2px solid currentColor;border-bottom:0;border-radius:7px 7px 0 0}
.mp-mobile-bottom-nav__shop-dot{position:absolute;width:2.5px;height:2.5px;border-radius:50%;background:currentColor;right:5px;top:6px}
.mp-mobile-bottom-nav__shop-line{position:absolute;width:10px;height:1.5px;border-radius:2px;background:currentColor;left:4px;bottom:5px;transform:rotate(-8deg)}

/* Version 445 — all five bottom-nav icons share one centered visual box. */


/* Version 446 — normalize shop/cart visuals without moving labels; restore original education visual for status UI. */
@media (max-width:768px){
  .mp-mobile-bottom-nav__item{gap:4px;}
  .mp-mobile-bottom-nav__icon{width:24px;height:24px;flex:0 0 24px;line-height:24px;overflow:visible;}
  .mp-mobile-bottom-nav__label{line-height:16px;min-height:16px;display:block;}
  .mp-mobile-bottom-nav__shop-visual{width:24px;height:24px;flex:0 0 24px;box-sizing:border-box;border:2px solid currentColor;border-radius:5px 5px 7px 7px;position:relative;margin:0;}
  .mp-mobile-bottom-nav__shop-handle{width:11px;height:6px;left:50%;top:1px;transform:translateX(-50%);border-width:2px;border-bottom:0;border-radius:7px 7px 0 0;}
  .mp-mobile-bottom-nav__shop-dot{width:2.5px;height:2.5px;right:5px;top:8px;}
  .mp-mobile-bottom-nav__shop-line{width:10px;height:1.5px;left:5px;bottom:5px;}
  .mp-mobile-bottom-nav__icon .mp-cart-nav-svg{width:23px;height:23px;display:block;overflow:visible;}
  .mp-cart-nav-svg path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
  .mp-cart-nav-svg path:nth-child(2){stroke-width:2.2;}
}


/* Version 447 — dedicated minimal education cap + simple handbag cart. Keep the existing shop visual unchanged. */
@media (max-width:768px){
  .mp-mobile-bottom-nav__cart-bag{position:relative;display:block;width:21px;height:20px;flex:0 0 21px;border:1.8px solid currentColor;border-radius:5px 5px 7px 7px;box-sizing:border-box;color:currentColor}
  .mp-mobile-bottom-nav__cart-bag-handle{position:absolute;left:50%;top:-6px;width:10px;height:7px;transform:translateX(-50%);border:1.8px solid currentColor;border-bottom:0;border-radius:7px 7px 0 0}
  .mp-mobile-bottom-nav__cart-bag-line{position:absolute;left:5px;right:5px;bottom:5px;height:1.5px;background:currentColor;border-radius:2px;opacity:.72}
  .mp-mobile-bottom-nav__icon .mp-cart-nav-svg{display:none!important}
}

/* Version 448 — exact shop-status bag language + balanced five-item alignment. */
@media (max-width:768px){
  .mp-mobile-bottom-nav__item{padding-top:6px;padding-bottom:6px;gap:3px;justify-content:center;}
  .mp-mobile-bottom-nav__icon{width:22px;height:22px;flex:0 0 22px;display:flex;align-items:center;justify-content:center;overflow:visible;line-height:22px;}
  .mp-mobile-bottom-nav__icon svg{width:21px;height:21px;flex:0 0 21px;}
  .mp-mobile-bottom-nav__label{height:16px;min-height:16px;line-height:16px;margin:0;font-size:11px;font-weight:500;}
  .mp-mobile-bottom-nav__item.is-active .mp-mobile-bottom-nav__label{font-weight:700;}

  /* Store: same bag silhouette as the Store Closed page. */
  .mp-mobile-bottom-nav__shop-visual{position:relative;width:22px;height:22px;flex:0 0 22px;display:flex;align-items:center;justify-content:center;margin:0;color:currentColor;border:0!important;background:none!important;}
  .mp-mobile-bottom-nav__shop-bag{position:relative;display:block;width:20px;height:19px;border:1.8px solid currentColor;border-radius:5px 5px 7px 7px;box-sizing:border-box;}
  .mp-mobile-bottom-nav__shop-bag-handle{position:absolute;width:10px;height:7px;left:50%;top:-7px;transform:translateX(-50%);border:1.8px solid currentColor;border-bottom:0;border-radius:7px 7px 0 0;}
  .mp-mobile-bottom-nav__shop-bag-dot{position:absolute;width:2.5px;height:2.5px;right:4px;top:5px;border-radius:50%;background:currentColor;}
  .mp-mobile-bottom-nav__shop-bag-line{position:absolute;width:9px;height:1.5px;left:4px;bottom:4px;border-radius:2px;background:currentColor;transform:rotate(-8deg);}

  /* Education: clean standalone graduation cap, no book. */

  /* Handbag remains simple and is kept in the same 22px visual box. */
  .mp-mobile-bottom-nav__cart-bag{width:19px;height:18px;flex:0 0 19px;border-width:1.7px;border-radius:5px 5px 6px 6px;}
  .mp-mobile-bottom-nav__cart-bag-handle{top:-6px;width:9px;height:6px;border-width:1.7px;border-bottom:0;}
  .mp-mobile-bottom-nav__cart-bag-line{left:4px;right:4px;bottom:4px;height:1.3px;}
}
@media(max-width:360px){
  .mp-mobile-bottom-nav__icon svg{width:20px;height:20px;flex-basis:20px;}
  .mp-mobile-bottom-nav__label{font-size:10px;}
}


/* Version 449 — normalize profile size and replace education icon with a shared open-book bookmark visual. */
@media (max-width:768px){
  .mp-mobile-bottom-nav__item{align-items:center;}
  .mp-mobile-bottom-nav__icon{width:23px;height:23px;flex:0 0 23px;}
  .mp-mobile-bottom-nav__icon > svg{width:23px;height:23px;flex:0 0 23px;}
  .mp-mobile-bottom-nav__icon > svg circle{stroke-width:1.9;}
  .mp-mobile-bottom-nav__icon > svg path{stroke-width:1.9;}
}

/* v455 — Education: one shared standing 3D book icon. */
.mp-education-3d-book{
    --book-accent: currentColor;
    position:relative;
    display:block;
    width:24px;
    height:24px;
    flex:0 0 24px;
    margin:0;
    color:var(--book-accent);
    isolation:isolate;
}
.mp-education-3d-book::before{
    content:"";
    position:absolute;
    top:2px;
    right:3px;
    width:15px;
    height:20px;
    border-radius:2px 4px 4px 2px;
    background:linear-gradient(90deg, rgba(255,255,255,.22), rgba(255,255,255,.02) 24%, rgba(0,0,0,.08) 100%), var(--book-accent);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.08), inset 2px 0 0 rgba(255,255,255,.18), 1px 2px 4px rgba(0,0,0,.12);
    transform:perspective(90px) rotateY(-9deg) skewY(-2deg);
    transform-origin:left center;
}
.mp-education-3d-book::after{
    content:"";
    position:absolute;
    top:2px;
    left:4px;
    width:5px;
    height:20px;
    border-radius:3px 0 0 3px;
    background:linear-gradient(90deg, rgba(0,0,0,.18), rgba(255,255,255,.12)), var(--book-accent);
    box-shadow:inset 1px 0 0 rgba(255,255,255,.18), inset -1px 0 0 rgba(0,0,0,.08);
    transform:perspective(90px) rotateY(8deg) skewY(2deg);
    transform-origin:right center;
}
.mp-mobile-bottom-nav__icon .mp-education-3d-book{
    width:24px;
    height:24px;
    flex-basis:24px;
    transform:scale(.96);
    transform-origin:center;
}
@media(max-width:360px){
    .mp-mobile-bottom-nav__icon .mp-education-3d-book{transform:scale(.9)}
}

/* v456 — Education: simple ordinary open-book icon (replace standing 3D book). */
.mp-education-3d-book{
  position:relative!important;
  display:block!important;
  width:24px!important;
  height:24px!important;
  flex:0 0 24px!important;
  margin:0!important;
  color:currentColor!important;
  transform:none!important;
  isolation:isolate;
}
.mp-education-3d-book::before,
.mp-education-3d-book::after{
  content:"";
  position:absolute;
  top:5px;
  width:9px;
  height:14px;
  background:transparent!important;
  border:1.8px solid currentColor;
  box-shadow:none!important;
  filter:none!important;
}
.mp-education-3d-book::before{
  left:3px;
  border-right:0;
  border-radius:4px 0 0 3px;
  transform:skewY(-5deg);
  transform-origin:right bottom;
}
.mp-education-3d-book::after{
  right:3px;
  border-left:0;
  border-radius:0 4px 3px 0;
  transform:skewY(5deg);
  transform-origin:left bottom;
}
.mp-mobile-bottom-nav__icon .mp-education-3d-book{
  width:24px!important;
  height:24px!important;
  flex:0 0 24px!important;
  transform:none!important;
}
@media(max-width:360px){
  .mp-mobile-bottom-nav__icon .mp-education-3d-book{transform:scale(.92)!important}
}

/* v457 — Clean shared open-book education icon. Old education icon layers intentionally overridden. */
.nooronek-education-book-icon{
  display:block; width:42px; height:36px; margin:0 auto; overflow:visible;
  color:var(--mp-shop-status-accent, #A44AFF);
  stroke:currentColor; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round;
}
.nooronek-education-book-icon__fill{fill:currentColor; opacity:.08; stroke:none}
.nooronek-education-book-icon__page-line{opacity:.55; stroke-width:1.25}
.nooronek-education-book-icon--large{width:94px;height:78px;stroke-width:1.7}
.nooronek-education-book-icon--large .nooronek-education-book-icon__page-line{stroke-width:1.15}
.mp-mobile-bottom-nav__icon .nooronek-education-book-icon{width:25px;height:24px;stroke-width:1.75}
.mp-mobile-bottom-nav__item.is-active .nooronek-education-book-icon{stroke-width:2}
.mp-education-closed-modal__visual .nooronek-education-book-icon--large{width:78px;height:66px}
@media(max-width:600px){
  .mp-shop-status-visual .nooronek-education-book-icon--large{width:78px;height:66px}
  .mp-education-closed-modal__visual .nooronek-education-book-icon--large{width:70px;height:60px}
}

/* v458 — Education: polished, ordinary open-book illustration. One shared SVG for all education surfaces. */
.nooronek-education-book-icon{
  display:block;
  width:42px;
  height:auto;
  margin:0 auto;
  color:var(--mp-shop-status-accent, #A44AFF);
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  overflow:visible;
}
.nooronek-education-book-icon__pages{
  fill:currentColor;
  fill-opacity:.10;
  stroke-width:1.7;
}
.nooronek-education-book-icon__spine{
  stroke-width:1.65;
}
.nooronek-education-book-icon__line{
  stroke-width:1.15;
  opacity:.62;
}
.nooronek-education-book-icon__bottom{
  stroke-width:1.35;
}
.nooronek-education-book-icon--large{
  width:92px;
}
.mp-mobile-bottom-nav__icon .nooronek-education-book-icon{
  width:23px;
  height:22px;
  margin:0;
  flex:0 0 23px;
  stroke-width:1;
}
.mp-mobile-bottom-nav__item.is-active .nooronek-education-book-icon{
  color:currentColor;
}
.mp-education-closed-modal__visual .nooronek-education-book-icon--large{
  width:78px;
}
@media(max-width:600px){
  .mp-shop-status-visual .nooronek-education-book-icon--large{width:76px}
  .mp-education-closed-modal__visual .nooronek-education-book-icon--large{width:70px}
}

/* v459 — Education bottom-nav icon: inherit the item's neutral color until selected. */
.mp-mobile-bottom-nav__icon .nooronek-education-book-icon{
  color: #6b7280;
}
.mp-mobile-bottom-nav__item.is-active .mp-mobile-bottom-nav__icon .nooronek-education-book-icon{
  color: currentColor;
}
