/* [project]/src/components/afterlogin/latest-greatest/LatestGreatestStyle.css [app-client] (css) */
.lg-page {
  min-height: 100vh;
  font-family: var(--font-inter, "Inter", sans-serif);
  color: #1a1a2e;
  background: #fdfdff;
}

.lg-hero {
  background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
  border-bottom: none;
  align-items: center;
  min-height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lg-hero:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 20% 30%, #e91e8c33 0%, #0000 50%), radial-gradient(circle at 80% 70%, #3b82f633 0%, #0000 50%);
  position: absolute;
  inset: 0;
}

.lg-hero__bg-dots {
  pointer-events: none;
  background-image: radial-gradient(circle, #ffffff0f 1px, #0000 1px);
  background-size: 28px 28px;
  position: absolute;
  inset: 0;
}

.lg-hero__inner {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem;
  display: flex;
  position: relative;
}

.lg-hero__left-deco, .lg-hero__right-deco {
  pointer-events: none;
  position: absolute;
}

.lg-hero__left-deco {
  top: 0;
  left: 0;
}

.lg-hero__right-deco {
  bottom: 0;
  right: 0;
}

.lg-hero__deco-circle {
  filter: blur(60px);
  opacity: .35;
  border-radius: 50%;
  position: absolute;
}

.lg-hero__deco-circle--1 {
  background: #6b63cc;
  width: 180px;
  height: 180px;
  top: -60px;
  left: -40px;
}

.lg-hero__deco-circle--2 {
  background: #ec4899;
  width: 120px;
  height: 120px;
  top: 60px;
  left: 80px;
}

.lg-hero__deco-circle--3 {
  background: #3b82f6;
  width: 160px;
  height: 160px;
  bottom: -50px;
  right: -40px;
}

.lg-hero__deco-circle--4 {
  background: #16a34a;
  width: 100px;
  height: 100px;
  bottom: 40px;
  right: 90px;
}

.lg-hero__title-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  display: flex;
}

.lg-hero__eyebrow {
  color: #fff6;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: .7rem;
  font-weight: 700;
}

.lg-hero__headline {
  flex-direction: column;
  align-items: center;
  gap: 0;
  line-height: 1;
  display: flex;
}

.lg-hero__the {
  color: #ffffffb3;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .95rem;
  font-weight: 600;
}

.lg-hero__main-row {
  align-items: center;
  gap: 14px;
  display: flex;
}

.lg-hero__latest {
  color: #fff;
  letter-spacing: -.04em;
  text-transform: uppercase;
  text-shadow: 0 10px 30px #0000004d;
  font-size: clamp(3.5rem, 8vw, 6.5rem);
  font-weight: 950;
  line-height: .9;
}

.lg-hero__and {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: #e91e8c;
  border-radius: 8px;
  align-self: center;
  margin-top: 6px;
  padding: 6px 16px;
  font-size: .85rem;
  font-weight: 900;
  box-shadow: 0 4px 20px #e91e8c66;
}

.lg-hero__greatest {
  letter-spacing: -.04em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fbbf24, #f59e0b, #fbbf24) 0 0 / 200%;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 10px 20px #f59e0b4d);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(3.5rem, 8vw, 6.5rem);
  font-weight: 950;
  line-height: .9;
  animation: 3s linear infinite shine;
}

@keyframes shine {
  to {
    background-position: 200%;
  }
}

.lg-hero__sub {
  color: #fff6;
  letter-spacing: .05em;
  max-width: 600px;
  margin-top: 15px;
  font-size: .85rem;
}

.lg-tabnav {
  z-index: 50;
  -webkit-backdrop-filter: blur(15px);
  background: #ffffffe6;
  border-bottom: 1px solid #0000000a;
  padding: 1.25rem 0;
  transition: all .3s;
  position: sticky;
  top: 0;
  box-shadow: 0 10px 30px #00000008;
}

.lg-tabnav__inner {
  justify-content: center;
  gap: 1rem;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
}

.lg-tabnav__card {
  cursor: pointer;
  background: #fff;
  border: 1px solid #0000000d;
  border-radius: 100px;
  align-items: center;
  gap: .8rem;
  padding: .8rem 1.5rem;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  box-shadow: 0 2px 8px #00000005;
}

.lg-tabnav__card--active {
  box-shadow: 0 10px 25px var(--shadow-color);
  border-color: #0000;
  background: var(--active-bg) !important;
  color: #fff !important;
}

.lg-tabnav__card--active .lg-tabnav__label {
  color: #fff;
}

.lg-tabnav__label {
  color: #4b5563;
  font-size: .95rem;
  font-weight: 700;
  transition: color .2s;
}

.lg-tabnav__card:hover:not(.lg-tabnav__card--active) {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #00000014;
}

.lg-tabnav__label {
  color: #1a1a2e;
  text-align: left;
  flex: 1;
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.3;
}

.lg-tabnav__icon-wrap {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.lg-body {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 2rem 80px;
}

.lg-tab-content {
  animation: .22s lgFadeIn;
}

@keyframes lgFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lg-section__top-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.lg-section__heading {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 800;
}

.lg-section__deal-end {
  color: #e02020;
  margin-top: .2rem;
  font-size: .88rem;
  font-weight: 500;
}

.lg-section__center-head {
  text-align: center;
  margin-bottom: 2rem;
}

.lg-section__new-heading {
  color: #111827;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-flex;
}

.lg-section__new-badge {
  color: #fff;
  letter-spacing: .06em;
  background: #e91e8c;
  border-radius: 20px;
  padding: 3px 14px;
  font-size: .8rem;
  font-weight: 800;
}

.lg-section__new-sub {
  color: #6b7280;
  margin-top: .4rem;
  font-size: .85rem;
}

.lg-subtabs {
  flex-wrap: wrap;
  align-self: flex-start;
  gap: .35rem;
  margin-top: 2px;
  display: flex;
}

.lg-subtabs__btn {
  color: #666;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: 1px solid #0000001a;
  border-radius: 100px;
  padding: .5rem 1.25rem;
  font-size: .85rem;
  font-weight: 600;
  transition: all .2s;
}

.lg-subtabs__btn--active {
  color: #fff;
  background: #000;
  border-color: #000;
}

.lg-subtabs__btn:hover:not(.lg-subtabs__btn--active) {
  background: #f9fafb;
  border-color: #9ca3af;
}

.lg-pkg-grid {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-bottom: 15px;
  display: grid;
}

.lg-v2-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 14px;
  flex-direction: column;
  transition: transform .22s, box-shadow .22s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 4px #0000000f, 0 4px 16px #00000012;
}

.lg-v2-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px #00000021;
}

.lg-v2-card__img-wrap {
  flex-shrink: 0;
  height: 190px;
  position: relative;
  overflow: hidden;
}

.lg-v2-card__img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .35s;
}

.lg-v2-card:hover .lg-v2-card__img {
  transform: scale(1.05);
}

.lg-v2-card__img-gradient {
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to top, #0000008c 0%, #0000 100%);
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.lg-v2-card__deal-badge {
  color: #fff;
  z-index: 4;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 0 20px 20px 0;
  padding: 5px 12px 5px 8px;
  font-size: .62rem;
  font-weight: 800;
  position: absolute;
  top: 10px;
  left: 0;
  box-shadow: 0 2px 6px #0003;
}

.lg-v2-card__deal-badge--hot {
  background: #dc2626;
}

.lg-v2-card__deal-badge--half {
  background: #d97706;
}

.lg-v2-card__dest {
  color: #fff;
  letter-spacing: .05em;
  text-shadow: 0 1px 4px #00000080;
  z-index: 3;
  pointer-events: none;
  font-size: 1.05rem;
  font-weight: 800;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.lg-v2-card__disc-badge {
  color: #fff;
  z-index: 4;
  letter-spacing: .02em;
  background: #f97316;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: .7rem;
  font-weight: 800;
  position: absolute;
  top: 10px;
  right: 10px;
  box-shadow: 0 2px 8px #f9731666;
}

.lg-v2-card__body {
  flex-direction: column;
  flex: 1;
  gap: .5rem;
  padding: .85rem 1rem 1rem;
  display: flex;
}

.lg-v2-card__title {
  color: #111827;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.3;
}

.lg-v2-card__inclusions {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}

.lg-v2-card__incl-item {
  color: #374151;
  white-space: nowrap;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  align-items: center;
  gap: 3px;
  padding: 2px 7px;
  font-size: .62rem;
  font-weight: 600;
  display: inline-flex;
}

.lg-v2-card__incl-item svg {
  color: #6b7280;
  flex-shrink: 0;
}

.lg-v2-card__meta {
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.lg-v2-card__dur {
  align-items: center;
  gap: 8px;
  display: flex;
}

.lg-v2-card__dur-block {
  flex-direction: column;
  align-items: center;
  gap: 1px;
  display: flex;
}

.lg-v2-card__dur-val {
  color: #374151;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.lg-v2-card__dur-lbl {
  color: #9ca3af;
  letter-spacing: .07em;
  font-size: .58rem;
  font-weight: 500;
}

.lg-v2-card__dur-sep {
  background: #d1d5db;
  width: 1px;
  height: 24px;
}

.lg-v2-card__price-col {
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
  display: flex;
}

.lg-v2-card__orig-price {
  color: #9ca3af;
  font-size: .68rem;
  font-weight: 500;
  text-decoration: line-through;
}

.lg-v2-card__disc-price {
  color: #1d4ed8;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.1;
}

.lg-v2-card__disc-price em {
  color: #6b7280;
  font-size: .68rem;
  font-style: normal;
  font-weight: 500;
}

.lg-v2-card__savings {
  color: #f97316;
  align-items: center;
  gap: 5px;
  margin: 0;
  font-size: .74rem;
  font-weight: 600;
  display: flex;
}

.lg-v2-card__actions {
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  padding: .3rem 0;
  display: flex;
}

.lg-v2-card__find-date, .lg-v2-card__get-quote {
  color: #374151;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 5px;
  padding: 0;
  font-family: inherit;
  font-size: .75rem;
  font-weight: 500;
  transition: color .16s;
  display: flex;
}

.lg-v2-card__find-date:hover, .lg-v2-card__get-quote:hover {
  color: #1d4ed8;
}

.lg-v2-card__wish-btn {
  cursor: pointer;
  flex-shrink: 0;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.lg-v2-card__wish-inner {
  color: #374151;
  white-space: nowrap;
  align-items: center;
  gap: 4px;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.lg-v2-card__explore {
  color: #fff;
  cursor: pointer;
  letter-spacing: .03em;
  background: #1d4ed8;
  border: none;
  border-radius: 8px;
  width: 100%;
  margin-top: auto;
  padding: 9px 0;
  font-family: inherit;
  font-size: .9rem;
  font-weight: 700;
  transition: background .18s;
  display: block;
}

.lg-v2-card__explore:hover {
  background: #1e40af;
}

.lg-pkg-card-wrap {
  flex-direction: column;
  display: flex;
}

.lg-pkg-card__ago {
  color: #9ca3af;
  text-align: center;
  margin-bottom: .35rem;
  font-size: .75rem;
  font-weight: 400;
}

.lg-pkg-card__ago strong {
  color: #374151;
  font-weight: 600;
}

.lg-tools-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #1d4ed8 100%);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1.2rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lg-tools-hero:before {
  content: "";
  pointer-events: none;
  background-image: radial-gradient(circle, #ffffff0a 1px, #0000 1px);
  background-size: 22px 22px;
  position: absolute;
  inset: 0;
}

.lg-tools-hero__left {
  z-index: 1;
  align-items: center;
  gap: .85rem;
  display: flex;
  position: relative;
}

.lg-tools-hero__icon-wrap {
  background: #ffffff1f;
  border: 1px solid #ffffff2e;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.lg-tools-hero__title {
  color: #fff;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.lg-tools-hero__sub {
  color: #fff9;
  margin: 2px 0 0;
  font-size: .78rem;
}

.lg-tools-hero__count {
  z-index: 1;
  color: #fff;
  white-space: nowrap;
  background: #ffffff1f;
  border: 1px solid #fff3;
  border-radius: 20px;
  flex-shrink: 0;
  padding: 6px 14px;
  font-size: .72rem;
  font-weight: 700;
  position: relative;
}

.lg-feat-grid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
  margin-bottom: 10px;
  display: grid;
}

.lg-tool-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 14px;
  transition: transform .22s, box-shadow .22s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000000d, 0 4px 14px #0000000f;
}

.lg-tool-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px #0000001c;
}

.lg-tool-card__bar {
  flex-shrink: 0;
  width: 5px;
}

.lg-tool-card__content {
  flex-direction: column;
  flex: 1;
  gap: .45rem;
  padding: 1.2rem 1.2rem 1.2rem 1rem;
  display: flex;
}

.lg-tool-card__header {
  justify-content: space-between;
  align-items: flex-start;
  gap: .6rem;
  margin-bottom: .2rem;
  display: flex;
}

.lg-tool-card__icon-box {
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  padding: 9px;
  display: flex;
}

.lg-tool-card__logo {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.lg-tool-card__header-right {
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  display: flex;
}

.lg-tool-card__pill {
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: nowrap;
  border: 1px solid;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: .6rem;
  font-weight: 700;
}

.lg-tool-card__date {
  color: #9ca3af;
  font-size: .66rem;
  font-weight: 500;
}

.lg-tool-card__title {
  color: #111827;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.lg-tool-card__subtitle {
  color: #374151;
  margin: 0;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.4;
}

.lg-tool-card__desc {
  color: #6b7280;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  flex: 1;
  margin: 0;
  font-size: .78rem;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
}

.lg-tool-card__cta {
  align-items: center;
  gap: 5px;
  margin-top: .25rem;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  transition: gap .15s;
  display: inline-flex;
}

.lg-tool-card__cta:hover {
  gap: 9px;
}

.lg-academy-hero {
  text-align: center;
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #312e81 100%);
  border-radius: 16px;
  margin-bottom: 1.75rem;
  padding: 2rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.lg-academy-hero:before {
  content: "";
  pointer-events: none;
  background-image: radial-gradient(circle, #ffffff0d 1px, #0000 1px);
  background-size: 24px 24px;
  position: absolute;
  inset: 0;
}

.lg-academy-hero__content {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
  display: flex;
  position: relative;
}

.lg-academy-hero__icon-wrap {
  background: #ffffff1a;
  border: 1px solid #ffffff2e;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: .2rem;
  display: flex;
}

.lg-academy-hero__title {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
}

.lg-academy-hero__sub {
  color: #ffffff94;
  margin: 0;
  font-size: .82rem;
}

.lg-academy-hero__chips {
  flex-wrap: wrap;
  justify-content: center;
  gap: .45rem;
  margin-top: .7rem;
  display: flex;
}

.lg-academy-hero__chips span {
  color: #ffffffc7;
  background: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: .68rem;
  font-weight: 600;
}

.lg-course-grid {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-bottom: 15px;
  display: grid;
}

.lg-acad-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 14px;
  flex-direction: column;
  transition: transform .22s, box-shadow .22s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000000d, 0 4px 14px #0000000f;
}

.lg-acad-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px #0000001f;
}

.lg-acad-card__thumb {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  height: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lg-acad-card__thumb-letter {
  color: #ffffff1f;
  -webkit-user-select: none;
  user-select: none;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lg-acad-card__icon {
  z-index: 2;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #ffffff26;
  border: 1.5px solid #ffffff4d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: background .18s, transform .18s;
  display: flex;
  position: relative;
}

.lg-acad-card:hover .lg-acad-card__icon {
  background: #ffffff3d;
  transform: scale(1.06);
}

.lg-acad-card__dur-pill {
  color: #fff;
  z-index: 3;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #00000073;
  border-radius: 6px;
  align-items: center;
  gap: 3px;
  padding: 3px 8px;
  font-size: .62rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.lg-acad-card__body {
  flex-direction: column;
  flex: 1;
  gap: .35rem;
  padding: .9rem 1rem 1rem;
  display: flex;
}

.lg-acad-card__cat {
  color: #6b63cc;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .62rem;
  font-weight: 700;
}

.lg-acad-card__title {
  color: #111827;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
}

.lg-acad-card__desc {
  color: #6b7280;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  margin: 0;
  font-size: .74rem;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
}

.lg-acad-card__footer {
  border-top: 1px solid #f3f4f6;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  margin-top: .5rem;
  padding-top: .6rem;
  display: flex;
}

.lg-acad-card__author {
  align-items: center;
  gap: .4rem;
  min-width: 0;
  display: flex;
}

.lg-acad-card__author-img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
}

.lg-acad-card__author-av {
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: .7rem;
  font-weight: 700;
  display: flex;
}

.lg-acad-card__author-name {
  color: #374151;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .72rem;
  font-weight: 600;
  overflow: hidden;
}

.lg-acad-card__watch {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: #312e81;
  border: none;
  border-radius: 8px;
  flex-shrink: 0;
  padding: 6px 12px;
  font-family: inherit;
  font-size: .7rem;
  font-weight: 700;
  transition: background .16s;
}

.lg-acad-card__watch:hover {
  background: #1e1b4b;
}

.lg-v2-skel__img {
  border-radius: 0;
  width: 100%;
  height: 190px;
}

.lg-v2-skel__body {
  flex-direction: column;
  gap: .55rem;
  padding: .85rem 1rem 1rem;
  display: flex;
}

.lg-v2-skel__title {
  border-radius: 6px;
  width: 90%;
  height: 18px;
}

.lg-v2-skel__title-sm {
  border-radius: 6px;
  width: 65%;
  height: 14px;
}

.lg-v2-skel__meta-row {
  justify-content: space-between;
  gap: .5rem;
  margin-top: 2px;
  display: flex;
}

.lg-v2-skel__dur {
  border-radius: 6px;
  width: 100px;
  height: 32px;
}

.lg-v2-skel__price {
  border-radius: 6px;
  width: 90px;
  height: 32px;
}

.lg-v2-skel__actions {
  border-radius: 6px;
  height: 36px;
  margin-top: 4px;
}

.lg-v2-skel__btn {
  border-radius: 8px;
  height: 36px;
  margin-top: 4px;
}

.lg-loading, .lg-empty {
  text-align: center;
  color: #9ca3af;
  padding: 4rem 2rem;
  font-size: .9rem;
}

@media (max-width: 1024px) {
  .lg-tabnav__inner {
    gap: .6rem;
  }
}

@media (max-width: 768px) {
  .lg-tabnav__inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: flex-start;
    padding-bottom: 5px;
    overflow-x: auto;
  }

  .lg-tabnav__inner::-webkit-scrollbar {
    display: none;
  }

  .lg-body {
    padding: 1.5rem 1rem 3rem;
  }

  .lg-section__top-row {
    flex-direction: column;
  }

  .lg-hero__latest, .lg-hero__greatest {
    font-size: clamp(2.8rem, 12vw, 4.5rem);
  }

  .lg-pkg-grid, .lg-feat-grid, .lg-course-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .lg-tabnav__card {
    padding: .5rem 1rem;
    font-size: .75rem;
  }

  .lg-pkg-grid, .lg-feat-grid, .lg-course-grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=src_components_afterlogin_latest-greatest_LatestGreatestStyle_7df9e0f2.css.map*/