/* LOORAN responsive and structural layer. */
:root {
  --lrn-shell: 1180px;
  --lrn-header-height: 68px;
  --lrn-font: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.lrn-home,
.lrn-site-header,
.lrn-announcement,
.lrn-site-footer,
.lrn-contact-shortcut {
  font-family: var(--lrn-font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.lrn-shell {
  width: min(calc(100% - 40px), var(--lrn-shell));
  margin-inline: auto;
}

.home #footer {
  display: none !important;
}

/* One native Flatsome header across the homepage, shop and product pages. */
#header,
#header .header-wrapper,
#header .nav {
  font-family: var(--lrn-font);
  -webkit-font-smoothing: antialiased;
}

#header .header-main,
#header .header-main .header-inner {
  min-height: 78px !important;
  height: 78px !important;
}

#header .header-main {
  border-bottom: 1px solid #e6eef8;
  background: rgba(255,255,255,.98);
  box-shadow: 0 4px 18px rgba(10,49,112,.04);
}

#header .header-main .header-inner {
  width: min(calc(100% - 80px), 1380px);
  max-width: 1380px !important;
}

#header #logo {
  position: relative;
  width: 116px !important;
  padding-bottom: 9px;
}

#header #logo img {
  width: 116px !important;
  max-height: 25px !important;
  object-fit: contain;
}

#header #logo::after {
  content: "DERMALAB";
  position: absolute;
  left: 50%;
  bottom: 10px;
  color: #063ac7;
  font-size: 5px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .32em;
  transform: translateX(-50%);
}

#header #top-bar {
  min-height: 26px;
  height: 26px;
  background: #073bc7;
  color: #fff;
}

#header #top-bar .container {
  width: min(calc(100% - 80px), 1380px);
  max-width: 1380px !important;
  height: 26px;
}

#header #top-bar .nav,
#header #top-bar .nav > li,
#header #top-bar .nav > li > a {
  min-height: 26px;
  height: 26px;
}

#header #top-bar .nav > li {
  margin: 0;
}

#header #top-bar .nav > li,
#header #top-bar .nav > li > a,
#header #top-bar .html {
  color: #fff;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
}

#header #top-bar a:hover {
  color: #dceaff;
}

#header #top-bar .lrn-top-divider {
  display: inline-block;
  margin: 0 9px;
  color: rgba(255,255,255,.5);
}

#header .header-main .nav > li {
  margin: 0 14px;
}

#header .header-main .nav > li > a {
  min-height: 78px;
  color: #17284b;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .005em;
  text-transform: none;
}

#header .header-main .nav > li > a:hover,
#header .header-main .nav > li.active > a,
#header .header-main .nav > li.current-menu-item > a {
  color: #063ac7;
}

#header .header-main .icon-search,
#header .header-main .icon-user,
#header .header-main .icon-shopping-cart {
  color: #17284b;
  font-size: 18px;
}

#header .header-main .header-account-title,
#header .header-main .header-cart-title {
  display: none !important;
}

#header .header-main .cart-item > a.header-cart-link {
  display: flex;
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #063ac7;
  box-shadow: 0 7px 16px rgba(6,58,199,.2);
  color: #fff;
}

#header .header-main .cart-item > a.header-cart-link:hover {
  background: #052fa8;
  color: #fff;
}

#header .header-main .cart-icon {
  position: relative;
  width: 18px;
  height: 18px;
  border-color: #fff;
  color: #fff;
}

#header .header-main .cart-icon strong {
  position: absolute;
  top: -12px;
  right: -13px;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f04d67;
  color: #fff;
  font-size: 9px;
  line-height: 1;
}

#header .header-wrapper.stuck .header-main {
  backdrop-filter: blur(14px);
}

.lrn-announcement {
  position: relative;
  z-index: 101;
  min-height: 24px;
  background: #063ac7;
  color: #fff;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .005em;
  line-height: 24px;
}

.lrn-announcement .lrn-shell {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.lrn-announcement i {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 8px;
  background: rgba(255,255,255,.45);
  vertical-align: -1px;
}

.lrn-site-header {
  position: relative;
  z-index: 100;
  height: var(--lrn-header-height);
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid #e6eef8;
  box-shadow: 0 4px 18px rgba(10,49,112,.04);
}

.lrn-site-header.is-sticky {
  position: sticky;
  top: 0;
  backdrop-filter: blur(14px);
}

.admin-bar .lrn-site-header.is-sticky {
  top: 32px;
}

.lrn-header-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 100%;
}

.lrn-header-logo {
  position: relative;
  z-index: 3;
  grid-column: 2;
  grid-row: 1;
  display: flex;
  width: 126px;
  height: 36px;
  align-items: center;
  justify-content: center;
}

.lrn-header-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 32px;
  object-fit: contain;
}

.lrn-primary-nav {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.lrn-nav-links {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px minmax(0, 1fr);
  align-items: center;
  height: 100%;
  pointer-events: none;
}

.lrn-nav-group {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.3vw, 38px);
  pointer-events: auto;
}

.lrn-nav-left {
  grid-column: 1;
  justify-self: start;
}

.lrn-nav-right {
  grid-column: 3;
  justify-self: start;
}

.lrn-nav-links a {
  display: flex;
  align-items: center;
  color: #17284b;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .005em;
  white-space: nowrap;
}

.lrn-nav-links a:hover,
.lrn-nav-links a.is-active {
  color: #063ac7;
}

.lrn-mobile-menu-head,
.lrn-mobile-services,
.lrn-mobile-menu-foot,
.lrn-menu-overlay {
  display: none;
}

.lrn-nav-links svg {
  display: block;
  width: 11px;
  height: 11px;
  margin-left: 4px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  transform: rotate(90deg);
}

.lrn-header-actions {
  position: relative;
  z-index: 4;
  grid-column: 3;
  grid-row: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.lrn-header-actions a {
  position: relative;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #16284b;
}

.lrn-header-actions a:not(.lrn-cart-link) {
  border: 1px solid transparent;
}

.lrn-header-actions svg,
.lrn-contact-shortcut svg,
.lrn-mobile-services svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lrn-header-actions a:hover {
  background: #eef7ff;
  color: #063ac7;
}

.lrn-header-actions .lrn-cart-link {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #063ac7;
  color: #fff;
  box-shadow: 0 5px 12px rgba(6,58,199,.18);
}

.lrn-cart-count {
  position: absolute;
  top: -5px;
  right: -6px;
  display: grid;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #e32f40;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

.lrn-contact-shortcut {
  position: fixed;
  z-index: 99;
  right: max(18px, calc((100vw - var(--lrn-shell)) / 2 - 54px));
  bottom: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #2cb4ff, #0863dd);
  box-shadow: 0 10px 24px rgba(6,58,199,.28);
  color: #fff;
}

.lrn-contact-shortcut:hover {
  color: #fff;
  transform: translateY(-2px);
}

.lrn-contact-shortcut svg {
  width: 23px;
  height: 23px;
}

.lrn-menu-toggle {
  display: none;
}

.lrn-menu-open {
  overflow: hidden;
}

/* Preserve intentional image slots without showing builder instructions. */
.lrn-home .uxb-no-content.uxb-image {
  color: transparent !important;
  font-size: 0 !important;
  pointer-events: none;
  user-select: none;
}

.lrn-hero-media .uxb-no-content.uxb-image,
.lrn-promo-media .uxb-no-content.uxb-image {
  display: block !important;
  min-height: 410px;
}

.lrn-category-col .uxb-no-content.uxb-image {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block !important;
  width: 44%;
  height: 132px;
  border-radius: 70px 70px 14px 14px;
  background: linear-gradient(180deg, rgba(224,243,255,.25), rgba(203,230,250,.5));
}

.lrn-offer-col .uxb-no-content.uxb-image {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block !important;
  width: 45%;
  height: 130px;
  border-radius: 50% 50% 14px 14px;
  background: rgba(220,239,252,.38);
}

.lrn-brand-media .uxb-no-content.uxb-image {
  display: block !important;
  min-height: 360px;
}

.lrn-science-media .uxb-no-content.uxb-image {
  display: block !important;
  min-height: 330px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.62), rgba(208,235,252,.45));
}

.lrn-review-card .uxb-no-content.uxb-image {
  display: block !important;
  height: 250px;
  border-radius: 12px;
  background: linear-gradient(145deg, #f8fcff, #e8f3fc);
}

.lrn-community-media .uxb-no-content.uxb-image {
  display: block !important;
  min-height: 120px;
}

/* Match the compact editorial rhythm of the reference. */
.lrn-home .row.lrn-container {
  max-width: var(--lrn-shell) !important;
}

.lrn-hero-row {
  min-height: 490px;
}

.lrn-hero-copy h1 {
  max-width: 520px;
  font-size: clamp(44px, 4.4vw, 68px);
}

.lrn-categories .lrn-section-heading h2,
.lrn-products .lrn-section-heading h2,
.lrn-reviews .lrn-section-heading h2,
.lrn-journal .lrn-section-heading h2 {
  font-size: clamp(26px, 2.2vw, 38px);
}

.lrn-category-col > .col-inner,
.lrn-offer-col > .col-inner,
.lrn-rating-card > .col-inner,
.lrn-review-card > .col-inner {
  isolation: isolate;
}

.lrn-category-col h3,
.lrn-category-col p,
.lrn-category-col .button,
.lrn-offer-col .text,
.lrn-offer-col .button {
  position: relative;
  z-index: 2;
}

.lrn-products .product-small .box-image {
  min-height: 220px;
}

.lrn-products .product-small .box-image img {
  aspect-ratio: 1 / 1.05;
  object-fit: contain;
}

/* Imported Flatsome demo thumbnails are treated as empty image slots. */
.lrn-products img[src*="/dummy-prod-"] {
  opacity: 0 !important;
}

.lrn-journal .post-item .box-image {
  min-height: 150px;
  background: linear-gradient(145deg, #f9fcff, #eaf5fd);
}

.lrn-site-footer {
  background: #f8fbff;
  color: #50617c;
  border-top: 1px solid #dce9f5;
}

.lrn-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 34px;
  padding-block: 48px 40px;
}

.lrn-site-footer h2 {
  margin: 4px 0 15px;
  color: #0b347f;
  font-size: 12px;
  letter-spacing: .03em;
}

.lrn-site-footer a:not(.lrn-footer-logo),
.lrn-site-footer p {
  display: block;
  margin: 0 0 9px;
  color: #60708a;
  font-size: 11px;
  line-height: 1.5;
}

.lrn-site-footer a:hover {
  color: #063ac7;
}

.lrn-footer-logo {
  display: inline-block;
  margin-bottom: 16px;
  color: #080d18;
  font: 30px/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.06em;
}

.lrn-footer-brand > p {
  max-width: 250px;
}

.lrn-footer-badge {
  display: inline-flex !important;
  width: auto;
  margin-top: 10px !important;
  padding: 8px 10px;
  border: 1px solid #8dbce7;
  border-radius: 8px;
  color: #1267aa !important;
  font-weight: 700;
}

.lrn-footer-bottom {
  padding: 14px 0;
  background: #eef5fb;
  color: #74829a;
  font-size: 10px;
}

@media (max-width: 1180px) {
  :root { --lrn-shell: 1040px; }

  .lrn-primary-nav {
    right: 0;
  }

  .lrn-nav-links {
    grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
  }

  .lrn-nav-links a {
    font-size: 11px;
  }

  .lrn-nav-group {
    gap: 16px;
  }

  .lrn-header-actions {
    gap: 3px;
  }

  #header .header-main .nav > li {
    margin: 0 9px;
  }

  #header .header-main .nav > li > a {
    font-size: 11px;
  }
}

@media (max-width: 849px) {
  :root { --lrn-header-height: 60px; }

  .admin-bar .lrn-site-header.is-sticky {
    top: 46px;
  }

  .lrn-shell {
    width: min(calc(100% - 28px), var(--lrn-shell));
  }

  #header .header-main,
  #header .header-main .header-inner {
    min-height: 60px !important;
    height: 60px !important;
  }

  #header .header-main .header-inner {
    width: calc(100% - 24px);
  }

  #header #logo,
  #header #logo img {
    width: 108px !important;
    max-height: 27px !important;
  }

  #header #logo {
    padding-bottom: 7px;
  }

  #header #logo::after {
    bottom: 7px;
    font-size: 4.5px;
  }

  #header #top-bar .container {
    width: calc(100% - 24px);
  }

  #header #top-bar .nav > li,
  #header #top-bar .nav > li > a,
  #header #top-bar .html {
    font-size: 9px;
  }

  #header .header-main .cart-item > a.header-cart-link {
    width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .lrn-announcement {
    font-size: 9px;
  }

  .lrn-announcement .lrn-shell {
    justify-content: center;
  }

  .lrn-announcement span:last-child {
    display: none;
  }

  .lrn-header-inner {
    grid-template-columns: 1fr auto 1fr;
  }

  .lrn-menu-toggle {
    grid-column: 1;
    grid-row: 1;
    display: inline-grid;
    width: 42px;
    height: 42px;
    padding: 10px;
    align-content: center;
    gap: 5px;
    border: 0;
    background: transparent;
  }

  .lrn-menu-toggle span[aria-hidden="true"] {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #10234a;
    transition: transform .2s ease, opacity .2s ease;
  }

  .lrn-menu-toggle[aria-expanded="true"] span[aria-hidden="true"]:nth-child(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .lrn-menu-toggle[aria-expanded="true"] span[aria-hidden="true"]:nth-child(3) {
    opacity: 0;
  }

  .lrn-menu-toggle[aria-expanded="true"] span[aria-hidden="true"]:nth-child(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .lrn-primary-nav {
    position: fixed;
    z-index: 103;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: min(88vw, 380px);
    overflow-y: auto;
    display: grid;
    align-content: start;
    padding: 0;
    background: #fff;
    box-shadow: 18px 0 44px rgba(18,50,100,.17);
    visibility: hidden;
    transform: translateX(-102%);
    transition: transform .24s ease, visibility .24s ease;
  }

  .lrn-primary-nav.is-open {
    visibility: visible;
    transform: none;
  }

  .lrn-mobile-menu-head {
    display: flex;
    min-height: 62px;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6eef8;
    color: #10234a;
    font-size: 13px;
  }

  .lrn-menu-close {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #17305a;
    font-size: 27px;
    font-weight: 300;
    line-height: 1;
  }

  .lrn-nav-links {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    gap: 0;
    pointer-events: auto;
  }

  .lrn-nav-group {
    display: grid;
    grid-column: 1;
    gap: 0;
    width: 100%;
  }

  .lrn-nav-left,
  .lrn-nav-right {
    justify-self: stretch;
  }

  .lrn-nav-links a {
    justify-content: space-between;
    min-height: 58px;
    padding: 0 20px;
    border-bottom: 1px solid #edf3f9;
    color: #182744;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .lrn-nav-links svg {
    display: block;
    width: 17px;
    height: 17px;
    margin-left: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    transform: none;
  }

  .lrn-mobile-services {
    display: grid;
    gap: 18px;
    padding: 26px 20px;
    background: #f7fbff;
  }

  .lrn-mobile-services > div {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 12px;
    align-items: center;
  }

  .lrn-mobile-services i {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid #cfe4f5;
    border-radius: 50%;
    color: #277b9b;
  }

  .lrn-mobile-services p,
  .lrn-mobile-services strong,
  .lrn-mobile-services span {
    display: block;
    margin: 0;
    font-style: normal;
  }

  .lrn-mobile-services strong {
    color: #283b5e;
    font-size: 10px;
    text-transform: uppercase;
  }

  .lrn-mobile-services span {
    margin-top: 2px;
    color: #69778c;
    font-size: 10px;
  }

  .lrn-mobile-menu-foot {
    display: grid;
    gap: 11px;
    padding: 28px 20px 38px;
  }

  .lrn-mobile-menu-foot strong {
    margin-bottom: 5px;
    color: #080d18;
    font: 25px/1 Georgia, "Times New Roman", serif;
    letter-spacing: -.06em;
  }

  .lrn-mobile-menu-foot a {
    color: #5a6a83;
    font-size: 10px;
  }

  .lrn-menu-overlay {
    position: fixed;
    z-index: 102;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(9,27,58,.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity .24s ease, visibility .24s ease;
  }

  .lrn-menu-overlay.is-open {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .lrn-header-actions .lrn-account-link {
    display: none;
  }

  .lrn-header-actions .lrn-cart-link {
    display: grid;
  }

  .lrn-header-logo {
    width: 108px;
    height: 32px;
  }

  .lrn-header-logo img {
    max-height: 27px;
  }

  .lrn-header-actions {
    gap: 2px;
  }

  .lrn-header-actions a {
    width: 34px;
    height: 34px;
  }

  .lrn-header-actions .lrn-cart-link {
    background: transparent;
    color: #16284b;
  }

  .lrn-hero {
    background: radial-gradient(circle at 50% 76%, rgba(255,255,255,.96) 0 16%, rgba(208,238,255,.72) 17% 31%, transparent 32%), linear-gradient(180deg,#f9fdff 0%,#e4f5ff 100%);
  }

  .lrn-hero-row {
    min-height: auto;
  }

  .lrn-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(38px, 11vw, 50px);
  }

  .lrn-hero-media .uxb-no-content.uxb-image,
  .lrn-promo-media .uxb-no-content.uxb-image {
    min-height: min(72vw, 360px);
  }

  .lrn-category-row,
  .lrn-review-row {
    cursor: grab;
    overscroll-behavior-inline: contain;
  }

  .lrn-offer-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
  }

  .lrn-offer-row > .col {
    width: 100% !important;
    max-width: none !important;
    flex-basis: auto !important;
    padding: 0 !important;
  }

  .lrn-offer-col > .col-inner {
    min-height: 190px;
  }

  .lrn-brand-media .uxb-no-content.uxb-image {
    min-height: 260px;
  }

  .lrn-science-media .uxb-no-content.uxb-image {
    min-height: 240px;
  }

  .lrn-footer-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 28px 20px;
    padding-block: 36px 30px;
  }

  .lrn-footer-brand {
    grid-column: 1 / -1;
  }

  .lrn-footer-brand > p {
    max-width: 520px;
  }
}

@media (max-width: 479px) {
  .lrn-shell {
    width: min(calc(100% - 22px), var(--lrn-shell));
  }

  .lrn-home .section-content > .row {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .lrn-hero-copy .button {
    width: auto;
    min-width: 0;
    margin-inline: 3px;
    padding-inline: 15px;
    font-size: 12px;
  }

  .lrn-category-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible !important;
    padding-bottom: 0;
  }

  .lrn-category-row > .col {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }

  .lrn-category-col > .col-inner {
    min-height: 142px;
    padding: 14px 11px;
    border-radius: 10px;
  }

  .lrn-category-col h3 {
    max-width: 60%;
    font-size: 11px;
  }

  .lrn-category-col p {
    max-width: 58%;
    font-size: 9px;
  }

  .lrn-category-col .uxb-no-content.uxb-image {
    width: 43%;
    height: 100px;
  }

  .lrn-products .products,
  .lrn-products .row-slider {
    margin-inline: -4px;
  }

  .lrn-products .product-small {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding-inline: 4px;
  }

  .lrn-products .product-small .box {
    display: grid;
    grid-template-columns: 34% minmax(0, 1fr);
    min-height: 168px;
    border-radius: 12px;
  }

  .lrn-products .product-small .box-image {
    min-height: 168px;
    height: 100%;
  }

  .lrn-products .product-small .box-text {
    align-self: center;
    padding: 13px 12px !important;
    text-align: left;
  }

  .lrn-products .product-title a {
    font-size: 11px;
  }

  .lrn-products .price {
    font-size: 13px;
  }

  .lrn-products .add-to-cart-button .button {
    width: auto;
    min-height: 32px;
    padding-inline: 11px;
    font-size: 9px;
  }

  .lrn-benefit-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 4px !important;
  }

  .lrn-benefit-row > .col {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding: 8px !important;
  }

  .lrn-benefit-col:nth-child(odd) {
    border-right: 1px solid #e2edf8;
  }

  .lrn-benefit-col .text {
    grid-template-columns: 30px 1fr;
    gap: 7px;
  }

  .lrn-benefit-col .lrn-mini-icon {
    width: 28px;
    height: 28px;
    font-size: 9px;
  }

  .lrn-offer-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lrn-offer-col > .col-inner {
    min-height: 155px;
    padding: 13px;
  }

  .lrn-offer-col h3 {
    font-size: 24px;
  }

  .lrn-offer-col p {
    font-size: 9px;
  }

  .lrn-review-card .uxb-no-content.uxb-image {
    height: 210px;
  }

  .lrn-journal .post-item {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .lrn-footer-grid {
    grid-template-columns: 1fr;
  }

  .lrn-footer-brand {
    grid-column: auto;
  }

  .lrn-site-footer nav {
    border-bottom: 1px solid #e2edf7;
    padding-bottom: 14px;
  }

  .lrn-contact-shortcut {
    right: 14px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lrn-primary-nav,
  .lrn-menu-toggle span,
  .lrn-menu-overlay,
  .lrn-contact-shortcut {
    transition: none !important;
  }
}
