.lwlhs-page-shell {
  --lwlhs-ink: #1e1e1e;
  --lwlhs-muted: #6f6f6f;
  --lwlhs-red: #b10d0d;
  --lwlhs-red-dark: #8a1414;
  --lwlhs-line: #dedede;
  --lwlhs-soft: #f7f7f7;
  --lwlhs-off: #efefef;
  --lwlhs-white: #fff;
  color: var(--lwlhs-ink);
  background: var(--lwlhs-white);
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
}

.entry-content.element-single-replace.single-content,
.entry-content .lwlhs-page-shell,
.entry-content .lwlhs-home {
  margin: 0 !important;
}

.entry-content.element-single-replace.single-content:has(.lwlhs-page-shell),
.entry-content.element-single-replace.single-content:has(.lwlhs-home) {
  padding-bottom: 0 !important;
}

body.single-lwlhs_announcement .content-bg,
body.single-lwlhs_news .content-bg,
body.single-lwlhs_ranking .content-bg,
body.single-lwlhs_announcement .content-style-boxed,
body.single-lwlhs_news .content-style-boxed,
body.single-lwlhs_ranking .content-style-boxed,
body.single-lwlhs_announcement .entry-content.element-single-replace.single-content,
body.single-lwlhs_news .entry-content.element-single-replace.single-content,
body.single-lwlhs_ranking .entry-content.element-single-replace.single-content {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.single-lwlhs_announcement .content-wrap,
body.single-lwlhs_news .content-wrap,
body.single-lwlhs_ranking .content-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.lwlhs-page-shell,
.lwlhs-page-shell * {
  box-sizing: border-box;
}

.lwlhs-page-shell :where(.kt-inside-inner-col, .wp-block-kadence-column, .wp-block-kadence-rowlayout, .kt-row-column-wrap),
.lwlhs-home :where(.kt-inside-inner-col, .wp-block-kadence-column, .wp-block-kadence-rowlayout, .kt-row-column-wrap) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.lwlhs-page-shell :where(h1, h2, h3, h4, p, ul, ol, figure) {
  margin-top: 0;
  margin-bottom: 0;
}

.lwlhs-page-shell a {
  color: inherit;
  text-decoration: none;
}

.lwlhs-page-shell :where(h1, h2, h3, p, strong, em, a) {
  overflow-wrap: anywhere;
}

.lwlhs-wrap {
  width: 100%;
  max-width: 1180px;
  padding-inline: 20px;
  margin-inline: auto;
}

.lwlhs-hero {
  padding: clamp(56px, 8vw, 104px) 0 clamp(42px, 6vw, 76px);
  background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
  border-bottom: 1px solid var(--lwlhs-line);
}

.lwlhs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.lwlhs-hero-grid > * {
  min-width: 0;
}

.lwlhs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--lwlhs-red);
  font-size: 14px;
  font-weight: 700;
}

.lwlhs-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.lwlhs-page-shell h1,
.lwlhs-page-shell h2,
.lwlhs-page-shell h3 {
  font-family: "Noto Serif TC", serif;
  color: var(--lwlhs-ink);
  letter-spacing: 0;
  text-wrap: balance;
}

.lwlhs-page-shell h1 {
  max-width: 850px;
  font-size: clamp(30px, 3.4vw, 40px);
  line-height: 1.22;
}

.lwlhs-page-shell h2 {
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.28;
}

.lwlhs-page-shell h3 {
  font-size: clamp(19px, 2.2vw, 28px);
  line-height: 1.35;
}

.lwlhs-hero p,
.lwlhs-section-head p,
.lwlhs-article-head p,
.lwlhs-editorial p,
.lwlhs-feature-item p,
.lwlhs-step-item p,
.lwlhs-media-copy p,
.lwlhs-course-copy p,
.lwlhs-final-cta p {
  max-width: 72ch;
  color: var(--lwlhs-muted);
  line-height: 1.75;
  text-wrap: pretty;
}

.lwlhs-hero p {
  margin-top: 20px;
  font-size: 18px;
}

.lwlhs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.lwlhs-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 24px 12px;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.lwlhs-btn-primary {
  color: #fff;
  background: var(--lwlhs-red);
  border: 1px solid var(--lwlhs-red);
}

.lwlhs-btn-primary:hover,
.lwlhs-btn-primary:focus {
  color: #fff;
  background: var(--lwlhs-red-dark);
  border-color: var(--lwlhs-red-dark);
}

.lwlhs-page-shell .lwlhs-btn-primary,
.lwlhs-page-shell .lwlhs-btn-primary:link,
.lwlhs-page-shell .lwlhs-btn-primary:visited,
.lwlhs-page-shell .lwlhs-btn-primary:hover,
.lwlhs-page-shell .lwlhs-btn-primary:focus,
.lwlhs-page-shell .lwlhs-btn-primary:active {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.lwlhs-btn-secondary {
  color: var(--lwlhs-ink);
  background: #fff;
  border: 1px solid var(--lwlhs-line);
}

.lwlhs-btn-secondary:hover,
.lwlhs-btn-secondary:focus {
  border-color: var(--lwlhs-red);
  color: var(--lwlhs-red);
}

.lwlhs-hero-panel {
  border: 1px solid var(--lwlhs-line);
  border-radius: 8px;
  background: #fff;
  padding: clamp(22px, 4vw, 36px);
}

.lwlhs-hero-panel span,
.lwlhs-hero-panel em {
  display: block;
  color: var(--lwlhs-muted);
  font-size: 14px;
  font-style: normal;
}

.lwlhs-hero-panel strong {
  display: block;
  margin: 12px 0 18px;
  font-family: "Noto Serif TC", serif;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.2;
}

.lwlhs-livestream .lwlhs-hero h1 {
  max-width: 14ch;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.18;
}

.lwlhs-livestream .lwlhs-hero-panel {
  padding: clamp(20px, 3.2vw, 30px);
}

.lwlhs-livestream .lwlhs-hero-panel strong {
  margin: 10px 0 14px;
  font-size: clamp(21px, 2vw, 26px);
  line-height: 1.18;
}

.lwlhs-section {
  padding: clamp(48px, 7vw, 86px) 0;
}

.lwlhs-section-tight {
  padding-top: clamp(36px, 5vw, 60px);
}

.lwlhs-section-muted,
.lwlhs-filter-band {
  background: var(--lwlhs-soft);
}

.lwlhs-filter-band {
  border-bottom: 1px solid var(--lwlhs-line);
  padding: 18px 0;
}

.lwlhs-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lwlhs-filter {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid var(--lwlhs-line);
  border-radius: 999px;
  background: #fff;
  padding: 8px 16px;
  color: var(--lwlhs-muted);
  font-weight: 700;
}

.lwlhs-filter.is-active,
.lwlhs-filter:hover,
.lwlhs-filter:focus {
  border-color: var(--lwlhs-red);
  color: #fff;
  background: var(--lwlhs-red);
}

.lwlhs-list-wrap {
  display: grid;
  gap: 18px;
}

.lwlhs-two-col {
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: 32px;
}

.lwlhs-main-list {
  display: grid;
  gap: 18px;
}

.lwlhs-media-row {
  display: grid;
  grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  border: 1px solid var(--lwlhs-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.lwlhs-media-thumb,
.lwlhs-ranking-image,
.lwlhs-course-image,
.lwlhs-hero-media a,
.lwlhs-article-media a {
  display: block;
  background: var(--lwlhs-off);
}

.lwlhs-media-thumb,
.lwlhs-hero-media a,
.lwlhs-article-media a {
  min-height: 100%;
}

.lwlhs-media-thumb img,
.lwlhs-ranking-image img,
.lwlhs-course-image img,
.lwlhs-hero-media img,
.lwlhs-article-media img,
.lwlhs-sidebar-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lwlhs-media-copy {
  padding: 24px 24px 24px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.lwlhs-media-copy h2 {
  font-size: clamp(22px, 3vw, 32px);
}

.lwlhs-media-copy h2 a:hover,
.lwlhs-media-copy h2 a:focus,
.lwlhs-ranking-copy h2 a:hover,
.lwlhs-ranking-copy h2 a:focus,
.lwlhs-course-copy h2 a:hover,
.lwlhs-course-copy h2 a:focus {
  color: var(--lwlhs-red);
}

.lwlhs-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--lwlhs-muted);
  font-size: 14px;
  font-weight: 700;
}

.lwlhs-meta-row .post-views {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.lwlhs-meta-row .post-views-icon {
  width: auto;
  height: auto;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.lwlhs-text-link {
  width: fit-content;
  color: var(--lwlhs-red);
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.lwlhs-pagination {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}

.lwlhs-pagination .page-numbers {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lwlhs-line);
  border-radius: 999px;
  background: #fff;
  padding: 0 12px;
}

.lwlhs-pagination .current {
  color: #fff;
  background: var(--lwlhs-red);
  border-color: var(--lwlhs-red);
}

.lwlhs-sidebar section {
  position: sticky;
  top: 120px;
  border: 1px solid var(--lwlhs-line);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}

.lwlhs-sidebar h2 {
  font-size: 24px;
  margin-bottom: 8px;
}

.lwlhs-sidebar p {
  color: var(--lwlhs-muted);
  line-height: 1.65;
  margin-bottom: 18px;
}

.lwlhs-sidebar-link {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 6px 12px;
  padding: 14px 0;
  border-top: 1px solid var(--lwlhs-line);
}

.lwlhs-sidebar-link img,
.lwlhs-sidebar-link .lwlhs-missing-image {
  grid-row: 1 / span 2;
  width: 72px;
  height: 62px;
  border-radius: 6px;
}

.lwlhs-sidebar-link span {
  color: var(--lwlhs-red);
  font-size: 12px;
  font-weight: 700;
}

.lwlhs-sidebar-link strong {
  line-height: 1.45;
}

.lwlhs-archive .lwlhs-hero {
  padding: clamp(48px, 7vw, 88px) 0 clamp(34px, 5vw, 58px);
}

.lwlhs-archive .lwlhs-hero h1 {
  max-width: 16ch;
  font-size: clamp(30px, 3vw, 38px);
}

.lwlhs-archive .lwlhs-hero p {
  max-width: 60ch;
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.7;
}

.lwlhs-archive .lwlhs-actions {
  margin-top: 24px;
}

.lwlhs-archive .lwlhs-hero-panel {
  padding: clamp(20px, 3vw, 30px);
}

.lwlhs-archive .lwlhs-hero-panel strong {
  margin: 10px 0 14px;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.24;
}

.lwlhs-archive .lwlhs-hero-panel em {
  line-height: 1.65;
}

.lwlhs-archive .lwlhs-filter-band {
  padding: 14px 0;
}

.lwlhs-archive .lwlhs-filter-row {
  gap: 8px;
}

.lwlhs-archive .lwlhs-filter {
  min-height: 36px;
  padding: 7px 14px;
  font-size: 15px;
  line-height: 1.2;
}

.lwlhs-archive .lwlhs-media-row {
  gap: 20px;
}

.lwlhs-archive .lwlhs-media-copy {
  gap: 10px;
}

.lwlhs-archive .lwlhs-media-copy h2 {
  font-size: clamp(21px, 2.4vw, 30px);
  line-height: 1.34;
  margin-bottom: 0;
}

.lwlhs-archive .lwlhs-media-copy p {
  font-size: 15px;
  line-height: 1.72;
}

.lwlhs-news .lwlhs-main-list .lwlhs-media-copy h2 {
  max-width: 18ch;
}

@media (min-width: 901px) {
  .lwlhs-news .lwlhs-main-list .lwlhs-media-copy h2 {
    font-size: clamp(20px, 2vw, 26px);
  }
}

.lwlhs-archive .lwlhs-meta-row {
  gap: 6px 12px;
  font-size: 13px;
}

.lwlhs-archive .lwlhs-text-link {
  margin-top: 4px;
}

.lwlhs-news .lwlhs-sidebar section {
  padding: 20px;
}

.lwlhs-news .lwlhs-sidebar h2 {
  font-size: clamp(20px, 1.8vw, 22px);
  line-height: 1.3;
}

.lwlhs-news .lwlhs-sidebar p {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
}

.lwlhs-news .lwlhs-sidebar-link {
  gap: 4px 12px;
  padding: 12px 0;
}

.lwlhs-news .lwlhs-sidebar-link strong {
  font-size: 15px;
}

.lwlhs-result-line {
  margin-bottom: 22px;
  color: var(--lwlhs-muted);
  font-weight: 700;
}

.lwlhs-rankings .lwlhs-result-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--lwlhs-line);
  border-radius: 8px;
  background: var(--lwlhs-soft);
  padding: 16px 18px;
}

.lwlhs-rankings .lwlhs-result-line::after {
  content: "依錄取成果排序";
  color: var(--lwlhs-red);
  font-size: 13px;
}

.lwlhs-ranking-grid,
.lwlhs-course-grid,
.lwlhs-feature-list,
.lwlhs-step-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: start;
  gap: 18px;
}

.lwlhs-rankings .lwlhs-ranking-grid {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 0;
}

.lwlhs-ranking-card,
.lwlhs-course-card,
.lwlhs-feature-item,
.lwlhs-step-item {
  border: 1px solid var(--lwlhs-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.lwlhs-rankings .lwlhs-ranking-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, 300px);
  align-items: center;
  gap: 24px;
  border-width: 1px 0 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  padding: 24px 0;
}

.lwlhs-rankings .lwlhs-ranking-card:last-child {
  border-bottom-width: 1px;
}

.lwlhs-rankings .lwlhs-ranking-image {
  order: 2;
}

.lwlhs-rankings .lwlhs-ranking-copy {
  order: 1;
}

.lwlhs-ranking-image,
.lwlhs-course-image {
  aspect-ratio: 16 / 10;
  width: 100%;
  max-width: 100%;
  min-height: 0;
}

.lwlhs-rankings .lwlhs-ranking-image {
  min-height: 190px;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--lwlhs-line);
  border-radius: 8px;
  overflow: hidden;
}

.lwlhs-ranking-copy,
.lwlhs-course-copy,
.lwlhs-feature-item,
.lwlhs-step-item {
  padding: 22px;
  min-width: 0;
}

.lwlhs-rankings .lwlhs-ranking-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 8px 0;
}

.lwlhs-ranking-copy span,
.lwlhs-step-item span {
  color: var(--lwlhs-red);
  font-weight: 700;
}

.lwlhs-rankings .lwlhs-ranking-copy span {
  width: fit-content;
  border: 1px solid rgba(177, 13, 13, .22);
  border-radius: 999px;
  background: rgba(177, 13, 13, .06);
  padding: 5px 12px;
  font-size: 13px;
}

.lwlhs-rankings .lwlhs-ranking-copy h2 {
  max-width: 24ch;
  line-height: 1.26;
  text-wrap: pretty;
}

.lwlhs-ranking-copy h2,
.lwlhs-course-copy h2 {
  font-size: clamp(22px, 2.1vw, 32px);
}

.lwlhs-ranking-copy strong {
  display: block;
  margin: 10px 0;
  font-size: 22px;
}

.lwlhs-rankings .lwlhs-ranking-copy strong {
  margin: 0;
  color: var(--lwlhs-red);
  font-family: "Noto Serif TC", serif;
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1;
}

.lwlhs-rankings .lwlhs-ranking-copy p {
  max-width: 68ch;
  color: var(--lwlhs-muted);
  line-height: 1.75;
}

.lwlhs-rankings .lwlhs-filter-band {
  border-top: 1px solid var(--lwlhs-line);
  background: #fff;
  padding: 14px 0 12px;
}

.lwlhs-rankings .lwlhs-filter-row {
  align-items: center;
  gap: 12px;
}

.lwlhs-rankings .lwlhs-filter {
  width: auto;
  min-height: 40px;
  max-width: none;
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 9px 16px;
  font-size: 14px;
}

.lwlhs-ranking-note {
  display: block;
  max-width: 68ch;
  color: var(--lwlhs-ink);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.65;
}

.lwlhs-course-copy {
  display: grid;
  gap: 12px;
}

.lwlhs-livestream .lwlhs-course-card {
  display: grid;
  align-content: start;
}

.lwlhs-livestream .lwlhs-course-copy {
  align-content: start;
  gap: 10px;
  padding: 20px;
}

.lwlhs-livestream .lwlhs-course-copy h2 {
  font-size: 26px;
  line-height: 1.28;
  margin: 0;
  margin-bottom: 8px;
  text-wrap: pretty;
}

.lwlhs-livestream .lwlhs-course-copy p {
  margin: 0;
  line-height: 1.7;
}

.lwlhs-livestream .lwlhs-course-copy .lwlhs-text-link {
  align-self: start;
}

.lwlhs-course-note {
  color: var(--lwlhs-ink) !important;
  font-weight: 700;
}

.lwlhs-learning-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 32px;
  align-items: start;
}

.lwlhs-learning .lwlhs-hero {
  padding: clamp(44px, 6vw, 84px) 0 clamp(34px, 5vw, 58px);
}

.lwlhs-learning .lwlhs-hero-panel {
  padding: clamp(20px, 3vw, 28px);
}

.lwlhs-learning .lwlhs-hero-panel strong {
  margin: 10px 0 14px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.22;
}

.lwlhs-learning-directory {
  display: block;
}

.lwlhs-learning .lwlhs-section-head {
  margin-bottom: 24px;
}

.lwlhs-learning .lwlhs-section-head p {
  max-width: 60ch;
}

.lwlhs-learning .lwlhs-learning-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 340px);
  gap: 24px;
}

.lwlhs-learning .lwlhs-course-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.lwlhs-learning .lwlhs-course-card {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
}

.lwlhs-learning .lwlhs-course-image {
  aspect-ratio: 16 / 8.8;
}

.lwlhs-learning .lwlhs-course-copy {
  gap: 8px;
  padding: 18px 20px 20px;
}

.lwlhs-learning .lwlhs-course-copy h2 {
  font-size: 23px;
  line-height: 1.28;
  margin: 0 0 6px;
  text-wrap: pretty;
}

.lwlhs-learning .lwlhs-course-copy > p:not(.lwlhs-course-note) {
  color: var(--lwlhs-muted);
  font-size: 15px;
  line-height: 1.68;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.lwlhs-learning .lwlhs-course-note {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.lwlhs-learning .lwlhs-text-link {
  margin-top: 0;
}

.lwlhs-learning-tools {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 260px) auto auto;
  align-items: center;
  gap: 12px;
  margin: 24px 0 28px;
  padding: 16px 0;
  border-top: 1px solid var(--lwlhs-line);
  border-bottom: 1px solid var(--lwlhs-line);
}

.lwlhs-learning-tools :where(input, select) {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--lwlhs-line);
  border-radius: 8px;
  background: #fff;
  color: var(--lwlhs-ink);
  font: inherit;
  font-weight: 700;
}

.lwlhs-learning-tools input {
  padding: 10px 14px;
}

.lwlhs-learning-tools select {
  padding: 10px 38px 10px 14px;
}

.lwlhs-learning-tools .lwlhs-btn {
  min-width: 96px;
  white-space: nowrap;
}

.lwlhs-login-panel {
  border: 1px solid var(--lwlhs-line);
  border-radius: 8px;
  padding: 26px;
  background: #fff;
}

.lwlhs-learning .lwlhs-login-panel {
  padding: 22px 22px 24px;
}

.lwlhs-login-panel h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.lwlhs-learning .lwlhs-login-panel h2 {
  font-size: clamp(24px, 2.2vw, 28px);
}

.lwlhs-login-panel p {
  color: var(--lwlhs-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.lwlhs-learning .lwlhs-login-panel p {
  margin-bottom: 16px;
}

.lwlhs-tutor-login :where(input, button) {
  max-width: 100%;
}

.lwlhs-learning .lwlhs-tutor-login .tutor-login-form-wrapper {
  padding: 28px 24px;
}

.lwlhs-learning .lwlhs-tutor-login .tutor-mb-32 {
  margin-bottom: 20px;
}

.lwlhs-learning .lwlhs-tutor-login .tutor-mb-40 {
  margin-bottom: 24px;
}

.lwlhs-learning .lwlhs-tutor-login .tutor-fs-5 {
  margin-bottom: 22px;
}

.lwlhs-learning .lwlhs-tutor-login .tutor-btn.tutor-btn-primary {
  color: #fff;
}

.lwlhs-article {
  padding: clamp(42px, 6vw, 82px) 0;
}

.lwlhs-article-wrap {
  max-width: 880px;
}

.lwlhs-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--lwlhs-muted);
  font-size: 14px;
  margin-bottom: 28px;
}

.lwlhs-article-head {
  display: grid;
  gap: 16px;
}

.lwlhs-article-head .lwlhs-meta-row {
  gap: 6px 12px;
  font-size: 13px;
  font-weight: 600;
}

.lwlhs-article-head .post-views {
  gap: 3px;
}

.lwlhs-article-head h1 {
  max-width: 11.5em;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.2;
  text-wrap: pretty;
}

.lwlhs-article-head > p {
  font-size: 17px;
  line-height: 1.82;
}

.lwlhs-article-media {
  margin: 30px 0 26px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--lwlhs-line);
  background: #fff;
}

.lwlhs-article-media img {
  height: auto;
  object-fit: contain;
}

.lwlhs-article-body {
  display: grid;
  gap: 18px;
  max-width: 74ch;
  color: var(--lwlhs-ink);
  line-height: 1.9;
  font-size: 17px;
  text-wrap: pretty;
}

.lwlhs-article-body > * {
  margin: 0 !important;
}

.lwlhs-article-body :where(p, ul, ol, blockquote) {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.lwlhs-article-body :where(ul, ol) {
  padding-inline-start: 1.35em;
}

.lwlhs-article-body li + li {
  margin-top: .42em;
}

.lwlhs-article-body :where(h2, h3, h4) {
  color: var(--lwlhs-ink);
  font-family: "Noto Serif TC", serif;
  line-height: 1.34;
}

.lwlhs-article-body h2 {
  font-size: clamp(24px, 2.5vw, 30px);
}

.lwlhs-article-body h3 {
  font-size: clamp(20px, 2vw, 24px);
}

.lwlhs-article-body :where(figure, .wp-block-image, .wp-block-video, .wp-block-embed) {
  width: 100%;
}

.lwlhs-article-body :where(figure, .wp-block-image) img,
.lwlhs-article-body :where(video, iframe) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.lwlhs-article-body :where(figcaption, .blocks-gallery-caption, .wp-element-caption) {
  margin-top: 8px !important;
  color: var(--lwlhs-muted);
  font-size: 14px;
  line-height: 1.6;
}

.lwlhs-source-link {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
  margin-top: 20px;
  color: var(--lwlhs-muted);
  font-size: 14px;
  font-weight: 600;
}

.lwlhs-source-link a {
  color: var(--lwlhs-red);
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.lwlhs-article .lwlhs-actions {
  margin-top: 24px;
}

.lwlhs-article .lwlhs-btn-secondary {
  min-width: 136px;
}

.lwlhs-ranking-single {
  background: #fff;
}

.lwlhs-ranking-single-article {
  padding: clamp(42px, 6vw, 84px) 0 clamp(54px, 7vw, 96px);
}

.lwlhs-ranking-single-wrap {
  max-width: 1060px;
}

.lwlhs-ranking-single-breadcrumb {
  margin-bottom: clamp(22px, 4vw, 34px);
}

.lwlhs-ranking-single-head {
  display: grid;
  gap: 16px;
  max-width: 760px;
}

.lwlhs-ranking-single-head h1 {
  max-width: 12ch;
  font-size: clamp(30px, 3.3vw, 40px);
  line-height: 1.18;
}

.lwlhs-ranking-single-head p {
  max-width: 72ch;
  color: var(--lwlhs-muted);
  font-size: 18px;
  line-height: 1.8;
}

.lwlhs-ranking-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: clamp(22px, 3vw, 32px);
  align-items: start;
  margin-top: clamp(30px, 5vw, 46px);
}

.lwlhs-ranking-single-media,
.lwlhs-ranking-single-panel {
  border: 1px solid var(--lwlhs-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.lwlhs-ranking-single-media {
  margin: 0;
}

.lwlhs-ranking-single-media a {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  background: var(--lwlhs-off);
}

.lwlhs-ranking-single-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  background: #fff;
}

.lwlhs-ranking-single-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: start;
  gap: 14px;
  padding: 22px 24px;
}

.lwlhs-ranking-single-panel > span {
  color: var(--lwlhs-red);
  font-size: 14px;
  font-weight: 700;
}

.lwlhs-ranking-single-panel > strong {
  display: block;
  font-family: "Noto Serif TC", serif;
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1;
}

.lwlhs-ranking-single-panel p {
  color: var(--lwlhs-muted);
  font-size: 16px;
  line-height: 1.7;
}

.lwlhs-ranking-single-panel b {
  display: block;
  margin-bottom: 4px;
  color: var(--lwlhs-ink);
}

.lwlhs-ranking-single-body {
  max-width: 820px;
  margin-top: clamp(34px, 5vw, 52px);
  color: var(--lwlhs-ink);
  font-size: 18px;
  line-height: 1.9;
}

.lwlhs-ranking-single-body p + p {
  margin-top: 1em;
}

.lwlhs-ranking-single-actions {
  margin-top: clamp(28px, 5vw, 42px);
}

.lwlhs-program-hero .lwlhs-hero-media {
  border-radius: 8px;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.lwlhs-program-hero .lwlhs-hero-media a {
  display: block;
  min-height: 0;
  background: transparent;
}

.lwlhs-program-hero .lwlhs-hero-media img {
  height: auto;
  object-fit: cover;
  background: transparent;
}

/* Dual-degree pages use an editorial rhythm instead of generic card stacks. */
.lwlhs-dual-degree .lwlhs-hero {
  padding: clamp(48px, 7vw, 88px) 0 clamp(36px, 5vw, 60px);
}

.lwlhs-dual-degree .lwlhs-hero-grid {
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
}

.lwlhs-dual-degree .lwlhs-hero p {
  max-width: 34em;
}

.lwlhs-dual-degree .lwlhs-actions {
  margin-top: 24px;
}

.lwlhs-dual-degree .lwlhs-program-hero .lwlhs-hero-media {
  border-radius: 12px;
  border: 1px solid rgba(30, 30, 30, .08);
  background: #f3f0eb;
}

.lwlhs-dual-degree .lwlhs-program-hero .lwlhs-hero-media a {
  aspect-ratio: 16 / 11;
  min-height: clamp(300px, 32vw, 420px);
}

.lwlhs-dual-degree .lwlhs-program-hero .lwlhs-hero-media img {
  width: 100%;
  height: 100%;
}

.lwlhs-dual-degree .lwlhs-section {
  padding: clamp(42px, 6vw, 74px) 0;
}

.lwlhs-dual-degree .lwlhs-feature-list,
.lwlhs-dual-degree .lwlhs-step-list {
  gap: 22px 26px;
}

.lwlhs-dual-degree .lwlhs-feature-item,
.lwlhs-dual-degree .lwlhs-step-item {
  border-width: 1px 0 0;
  border-radius: 0;
  background: transparent;
  padding: 20px 0 0;
}

.lwlhs-feature-item h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

.lwlhs-dual-degree .lwlhs-feature-item h2 {
  font-size: clamp(20px, 1.95vw, 24px);
  margin-bottom: 8px;
}

.lwlhs-editorial {
  max-width: 860px;
}

.lwlhs-editorial h2 {
  margin-bottom: 18px;
}

.lwlhs-dual-degree .lwlhs-editorial {
  max-width: 760px;
}

.lwlhs-dual-degree .lwlhs-editorial h2,
.lwlhs-dual-degree .lwlhs-section-head h2 {
  max-width: 16ch;
  margin-bottom: 16px;
}

.lwlhs-dual-degree .lwlhs-editorial p,
.lwlhs-dual-degree .lwlhs-feature-item p,
.lwlhs-dual-degree .lwlhs-step-item p {
  color: #5f5f5f;
  line-height: 1.72;
}

.lwlhs-step-list {
  margin-top: 22px;
}

.lwlhs-step-item {
  display: grid;
  gap: 10px;
}

.lwlhs-dual-degree .lwlhs-step-list {
  margin-top: 18px;
}

.lwlhs-dual-degree .lwlhs-step-item {
  gap: 8px;
}

.lwlhs-dual-degree .lwlhs-step-item span {
  display: inline-flex;
  width: fit-content;
  letter-spacing: .04em;
}

.lwlhs-dual-degree .lwlhs-step-item h3 {
  font-size: clamp(21px, 2vw, 24px);
  line-height: 1.28;
}

.lwlhs-empty {
  border: 1px solid var(--lwlhs-line);
  border-radius: 8px;
  padding: 28px;
  background: #fff;
}

.lwlhs-empty h2 {
  font-size: 26px;
  margin-bottom: 8px;
}

.lwlhs-missing-image {
  display: grid;
  min-height: 160px;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--lwlhs-muted);
  background: #f7f7f7;
  font-weight: 700;
}

.lwlhs-final-cta {
  padding: clamp(48px, 7vw, 82px) 0;
  color: #fff;
  background: #1e1e1e;
}

.lwlhs-final-cta h2 {
  color: #fff;
  max-width: 780px;
  font-size: clamp(28px, 2.7vw, 34px);
  line-height: 1.28;
}

.lwlhs-final-cta p {
  color: #efefef;
  margin: 16px 0 26px;
}

.lwlhs-single .lwlhs-final-cta {
  padding: clamp(44px, 6vw, 72px) 0;
}

.lwlhs-single .lwlhs-final-cta p {
  max-width: 62ch;
  margin: 14px 0 24px;
}

.lwlhs-final-cta .lwlhs-btn-primary,
.lwlhs-final-cta .lwlhs-btn-primary:link,
.lwlhs-final-cta .lwlhs-btn-primary:visited,
.lwlhs-final-cta .lwlhs-btn-primary:hover,
.lwlhs-final-cta .lwlhs-btn-primary:focus,
.lwlhs-final-cta .lwlhs-btn-primary:active {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.lwlhs-dual-degree .lwlhs-final-cta {
  padding: clamp(42px, 6vw, 70px) 0;
}

.lwlhs-dual-degree .lwlhs-final-cta h2 {
  max-width: 18ch;
}

.lwlhs-dual-degree .lwlhs-final-cta p {
  max-width: 42em;
  margin: 14px 0 22px;
}

@media (max-width: 900px) {
  .lwlhs-article {
    padding: 38px 0 52px;
  }

  .lwlhs-article-head {
    gap: 14px;
  }

  .lwlhs-article-media {
    margin: 24px 0 22px;
  }

  .lwlhs-article-body {
    gap: 16px;
    font-size: 16px;
  }

  .lwlhs-single .lwlhs-final-cta {
    padding: 40px 0 56px;
  }

  .lwlhs-hero-grid,
  .lwlhs-two-col,
  .lwlhs-learning-layout {
    grid-template-columns: 1fr;
  }

  .lwlhs-learning-layout .lwlhs-learning-main {
    order: 2;
  }

  .lwlhs-learning-layout .lwlhs-login-panel {
    order: 1;
  }

  .lwlhs-learning .lwlhs-learning-layout .lwlhs-learning-main {
    order: 1;
  }

  .lwlhs-learning .lwlhs-learning-layout .lwlhs-login-panel {
    order: 2;
  }

  .lwlhs-learning .lwlhs-learning-layout {
    grid-template-columns: 1fr;
  }

  .lwlhs-learning-tools {
    grid-template-columns: 1fr;
  }

  .lwlhs-sidebar section {
    position: static;
  }

  .lwlhs-media-row {
    grid-template-columns: 1fr;
  }

  .lwlhs-ranking-single-layout {
    grid-template-columns: 1fr;
  }

  .lwlhs-ranking-single-panel {
    justify-content: flex-start;
  }

  .lwlhs-dual-degree .lwlhs-feature-list,
  .lwlhs-dual-degree .lwlhs-step-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lwlhs-rankings .lwlhs-ranking-card {
    grid-template-columns: 1fr;
  }

  .lwlhs-rankings .lwlhs-ranking-image {
    margin: 22px 0 0;
  }

  .lwlhs-media-thumb {
    aspect-ratio: 16 / 10;
  }

  .lwlhs-media-copy {
    padding: 0 22px 22px;
  }

  .lwlhs-archive .lwlhs-hero h1 {
    max-width: 14ch;
    font-size: clamp(28px, 4.2vw, 34px);
  }

  .lwlhs-archive .lwlhs-hero-panel strong {
    max-width: 18ch;
  }

  .lwlhs-news .lwlhs-main-list .lwlhs-media-copy h2 {
    max-width: none;
  }

  .lwlhs-livestream .lwlhs-hero h1 {
    max-width: none;
  }
}

@media (max-width: 560px) {
  body:has(.lwlhs-page-shell) :is(.chaty, .chaty-widget, .chaty-channel-list),
  body:has(.lwlhs-home) :is(.chaty, .chaty-widget, .chaty-channel-list),
  body.page-id-3865 :is(.chaty, .chaty-widget, .chaty-channel-list),
  body.page-id-3866 :is(.chaty, .chaty-widget, .chaty-channel-list) {
    display: none !important;
  }

  body.single-lwlhs_announcement .chaty,
  body.single-lwlhs_news .chaty {
    display: none !important;
  }

  .lwlhs-article-wrap {
    max-width: 100%;
  }

  .lwlhs-breadcrumb {
    gap: 8px;
    margin-bottom: 22px;
  }

  .lwlhs-article-head > p {
    font-size: 16px;
  }

  .lwlhs-source-link {
    font-size: 13px;
  }

  .lwlhs-wrap {
    padding-inline: 14px;
  }

  .lwlhs-actions,
  .lwlhs-filter-row {
    align-items: stretch;
    flex-direction: column;
  }

  .lwlhs-actions,
  .lwlhs-hero p {
    max-width: calc(100vw - 28px);
  }

  .lwlhs-rankings .lwlhs-result-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .lwlhs-rankings .lwlhs-filter-row {
    align-items: center;
    flex-direction: row;
  }

  .lwlhs-rankings .lwlhs-filter {
    width: auto;
    flex: 0 1 auto;
  }

  .lwlhs-rankings .lwlhs-ranking-copy {
    padding-inline: 0;
  }

  body.page-id-3769 .chaty-widget,
  body.single-lwlhs_ranking .chaty-widget {
    right: 12px !important;
    bottom: 12px !important;
    transform: scale(.84);
    transform-origin: right bottom;
  }

  body.page-id-3769 .chaty-widget .chaty-channel-list > .chaty-channel:not(:first-child),
  body.single-lwlhs_ranking .chaty-widget .chaty-channel-list > .chaty-channel:not(:first-child) {
    display: none !important;
  }

  .lwlhs-btn,
  .lwlhs-filter {
    width: 100%;
    max-width: calc(100vw - 28px);
  }

  .lwlhs-archive .lwlhs-filter-row {
    align-items: flex-start;
    flex-direction: row;
    padding-right: 92px;
  }

  .lwlhs-archive .lwlhs-filter {
    width: auto;
    max-width: 100%;
    flex: 0 1 auto;
    white-space: nowrap;
  }

  .lwlhs-archive .lwlhs-hero p,
  .lwlhs-archive .lwlhs-media-copy p,
  .lwlhs-news .lwlhs-sidebar p {
    font-size: 15px;
  }

  .lwlhs-archive .lwlhs-media-copy h2,
  .lwlhs-news .lwlhs-sidebar h2 {
    font-size: clamp(22px, 6vw, 26px);
  }

  .lwlhs-page-shell h1 {
    max-width: 10em;
    font-size: clamp(28px, 8vw, 32px);
    text-wrap: auto;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .lwlhs-learning h1 {
    word-break: break-all;
  }

  .lwlhs-learning .lwlhs-course-copy {
    padding: 18px 18px 20px;
  }

  .lwlhs-learning .lwlhs-course-copy h2 {
    font-size: 23px;
  }

  .lwlhs-learning .lwlhs-course-image {
    aspect-ratio: 16 / 9.4;
  }

  .lwlhs-livestream .lwlhs-hero h1 {
    font-size: clamp(24px, 8vw, 32px);
  }

  .lwlhs-livestream .lwlhs-hero-panel strong {
    font-size: clamp(20px, 6vw, 24px);
  }

  .lwlhs-livestream .lwlhs-course-copy {
    padding: 18px;
  }

  .lwlhs-program-hero .lwlhs-hero-media {
    width: 100%;
    max-width: calc(100vw - 28px);
  }

  .lwlhs-dual-degree h1 {
    max-width: none;
    font-size: clamp(29px, 7.4vw, 32px);
    text-wrap: balance;
  }

  .lwlhs-dual-degree .lwlhs-program-hero .lwlhs-hero-media a {
    min-height: 0;
  }

  .lwlhs-dual-degree .lwlhs-feature-item,
  .lwlhs-dual-degree .lwlhs-step-item {
    padding-top: 18px;
  }

  .lwlhs-dual-degree .lwlhs-editorial h2,
  .lwlhs-dual-degree .lwlhs-section-head h2,
  .lwlhs-dual-degree .lwlhs-final-cta h2 {
    max-width: 14ch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lwlhs-page-shell *,
  .lwlhs-page-shell *::before,
  .lwlhs-page-shell *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

.lwlhs-home {
  --lwlhs-home-ink: #211d1c;
  --lwlhs-home-muted: #6f6f6f;
  --lwlhs-home-red: #b10d0d;
  --lwlhs-home-red-dark: #8a1414;
  --lwlhs-home-neutral: #f6f4f1;
  --lwlhs-home-off: #eceae6;
  --lwlhs-home-line: rgba(30, 28, 26, .12);
  --lwlhs-home-line-strong: rgba(30, 28, 26, .22);
  --lwlhs-home-shadow: 0 22px 60px rgba(33, 29, 28, .12);
  --lwlhs-home-shadow-soft: 0 10px 30px rgba(33, 29, 28, .07);
  --lwlhs-home-max: 1290px;
  color: var(--lwlhs-home-ink);
  background: #fff;
}

.lwlhs-home-wrap {
  width: min(var(--lwlhs-home-max), calc(100% - 48px));
  margin-inline: auto;
}

.lwlhs-home img {
  max-width: 100%;
}

.lwlhs-home :where(h2, h3, h4, .lwlhs-home-lede, .lwlhs-home-school-body h3) {
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  letter-spacing: 0;
}

.lwlhs-home-hero {
  padding: clamp(28px, 3.4vw, 48px) 0 clamp(44px, 5vw, 72px);
}

.lwlhs-home-news-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(330px, 1fr);
  gap: clamp(20px, 2.2vw, 34px);
  align-items: stretch;
}

.lwlhs-home-lead {
  position: relative;
  display: flex;
  min-height: clamp(440px, 52vw, 558px);
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: var(--lwlhs-home-off);
  box-shadow: var(--lwlhs-home-shadow);
}

.lwlhs-home-lead > img,
.lwlhs-home-lead .lwlhs-missing-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2, .7, .2, 1);
}

.lwlhs-home-lead:hover > img {
  transform: scale(1.035);
}

.lwlhs-home-lead::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(196deg, rgba(20, 16, 15, .06) 22%, rgba(20, 16, 15, .42) 60%, rgba(15, 11, 10, .9) 100%);
}

.lwlhs-home-lead-body {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  width: 100%;
  max-width: 760px;
  padding: clamp(24px, 2.6vw, 40px);
}

.lwlhs-home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--lwlhs-home-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lwlhs-home-kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--lwlhs-home-red);
}

.lwlhs-home-lead .lwlhs-home-kicker {
  color: rgba(255, 255, 255, .9);
  text-shadow: 0 2px 14px rgba(0, 0, 0, .48);
}

.lwlhs-home-lead h2 {
  max-width: 18ch;
  margin: 16px 0 12px;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.24;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .28);
}

.lwlhs-home-lead p {
  max-width: 50ch;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .86);
  font-size: 15.5px;
  line-height: 1.65;
}

.lwlhs-home-lead-meta,
.lwlhs-home-li-top,
.lwlhs-home-media-src {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 700;
}

.lwlhs-home-lead-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lwlhs-home-lead-meta .dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .5);
}

.lwlhs-home-latest {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--lwlhs-home-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--lwlhs-home-shadow-soft);
  padding: 8px 24px 16px;
}

.lwlhs-home-latest-head,
.lwlhs-home-col-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.lwlhs-home-latest-head {
  padding: 18px 0 14px;
  border-bottom: 1px solid var(--lwlhs-home-line);
}

.lwlhs-home-latest-head h3,
.lwlhs-home-col-head h3 {
  margin: 0;
  font-size: 20px;
}

.lwlhs-home-latest-head a,
.lwlhs-home-col-head a {
  color: var(--lwlhs-home-red);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.lwlhs-home-li {
  display: grid;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid var(--lwlhs-home-line);
  color: var(--lwlhs-home-ink);
  text-decoration: none;
}

.lwlhs-home-li:last-child {
  border-bottom: 0;
}

.lwlhs-home-li-lead {
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.lwlhs-home-li-thumb,
.lwlhs-home-media-thumb {
  position: relative;
  overflow: hidden;
  background: var(--lwlhs-home-off);
}

.lwlhs-home-li-thumb {
  width: 94px;
  height: 66px;
  border-radius: 10px;
}

.lwlhs-home-li-thumb img,
.lwlhs-home-media-thumb img,
.lwlhs-home-school-media img,
.lwlhs-home-degree-tile img,
.lwlhs-home-live-media img,
.lwlhs-home-prof-img img,
.lwlhs-home-learn > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lwlhs-home-li-content {
  display: grid;
  gap: 7px;
}

.lwlhs-home-li-top {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--lwlhs-home-muted);
}

.lwlhs-home-li-cat {
  color: var(--lwlhs-home-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lwlhs-home-li-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.lwlhs-home-li:hover .lwlhs-home-li-title,
.lwlhs-home-ann-row:hover .lwlhs-home-ann-title,
.lwlhs-home-media-row:hover .lwlhs-home-media-title {
  color: var(--lwlhs-home-red);
}

.lwlhs-home-ai {
  padding: clamp(48px, 5.5vw, 78px) 0;
}

.lwlhs-home-ai-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .92fr);
  gap: clamp(28px, 3.4vw, 56px);
  align-items: center;
  border: 1px solid var(--lwlhs-home-line);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #fbf9f7);
  box-shadow: var(--lwlhs-home-shadow);
  padding: clamp(30px, 3.4vw, 52px);
  overflow: hidden;
}

.lwlhs-home-ai-copy .lwlhs-home-kicker,
.lwlhs-home-section-head .desc,
.lwlhs-home-step-d,
.lwlhs-home-school-body p,
.lwlhs-home-live-when,
.lwlhs-home-live-row small,
.lwlhs-home-prof span {
  color: var(--lwlhs-home-muted);
}

.lwlhs-home-ai-copy h2,
.lwlhs-home-section-head h2,
.lwlhs-home-learn h2 {
  margin: 16px 0 14px;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.3;
}

.lwlhs-home-ai-copy p,
.lwlhs-home-section-head .desc,
.lwlhs-home-learn p {
  max-width: 56ch;
  line-height: 1.7;
}

.lwlhs-home-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lwlhs-home-step {
  border: 1px solid var(--lwlhs-home-line);
  border-radius: 14px;
  background: #fff;
  padding: 20px 18px;
}

.lwlhs-home-step-n {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 13px;
  border-radius: 999px;
  background: var(--lwlhs-home-ink);
  color: #fff;
  font-family: "Noto Serif TC", serif;
  font-size: 18px;
  font-weight: 700;
}

.lwlhs-home-step-t {
  font-size: 15px;
  font-weight: 700;
}

.lwlhs-home-step-d {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.lwlhs-home-section {
  padding: clamp(58px, 7vw, 104px) 0;
}

.lwlhs-home-section-tint {
  background: var(--lwlhs-home-neutral);
}

.lwlhs-home-facts-band {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(26px, 3vw, 52px);
  align-items: center;
}

.lwlhs-home-lede {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.4;
}

.lwlhs-home-lede em {
  color: var(--lwlhs-home-red);
  font-style: normal;
}

.lwlhs-home-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.lwlhs-home-fact {
  border-left: 1px solid var(--lwlhs-home-line);
  padding: 6px 24px;
}

.lwlhs-home-fact:first-child {
  border-left: 0;
  padding-left: 0;
}

.lwlhs-home-fact b {
  display: block;
  font-family: "Noto Serif TC", serif;
  font-size: clamp(32px, 3.2vw, 40px);
  line-height: 1;
}

.lwlhs-home-fact span {
  display: block;
  margin-top: 12px;
  color: var(--lwlhs-home-muted);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.45;
}

.lwlhs-home-section-head {
  max-width: 760px;
  margin-bottom: clamp(28px, 3.4vw, 44px);
}

.lwlhs-home-section-head.with-action {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.lwlhs-home-section-head .heading-group {
  max-width: 720px;
}

.lwlhs-home-see-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--lwlhs-home-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.lwlhs-home-see-all::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--lwlhs-home-red);
  border-right: 2px solid var(--lwlhs-home-red);
  transform: rotate(45deg);
}

.lwlhs-home-ranking-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.lwlhs-home-school-card,
.lwlhs-home-live-feature {
  border: 1px solid var(--lwlhs-home-line);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: var(--lwlhs-home-shadow-soft);
}

.lwlhs-home-school-card {
  display: flex;
  flex-direction: column;
  color: var(--lwlhs-home-ink);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.lwlhs-home-school-card:hover {
  transform: translateY(-4px);
  border-color: rgba(177, 13, 13, .3);
  box-shadow: var(--lwlhs-home-shadow);
}

.lwlhs-home-school-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--lwlhs-home-off);
}

.lwlhs-home-school-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, rgba(20, 16, 15, .56) 100%);
}

.lwlhs-home-school-rank {
  position: absolute;
  right: 13px;
  bottom: 14px;
  z-index: 1;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--lwlhs-home-red);
  padding: 0 11px;
  font-size: 12px;
  font-weight: 900;
}

.lwlhs-home-school-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 19px;
}

.lwlhs-home-school-body h3 {
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 1.35;
}

.lwlhs-home-school-body p {
  font-size: 13.5px;
  line-height: 1.6;
}

.lwlhs-home-school-meta {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: auto 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--lwlhs-home-line);
}

.lwlhs-home-school-result {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}

.lwlhs-home-school-meta strong {
  font-family: "Noto Serif TC", serif;
  color: var(--lwlhs-home-ink);
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
}

.lwlhs-home-school-meta span {
  color: #706a66;
  font-size: 12px;
  font-weight: 800;
}

.lwlhs-home-school-year {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.lwlhs-home-school-year::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(177, 13, 13, .55);
}

.lwlhs-home-degree-wall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.lwlhs-home-degree-tile {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: var(--lwlhs-home-off);
  box-shadow: var(--lwlhs-home-shadow-soft);
}

.lwlhs-home-degree-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 16, 15, .06) 28%, rgba(15, 11, 10, .35) 58%, rgba(15, 11, 10, .94) 100%);
}

.lwlhs-home-degree-cap {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px;
}

.lwlhs-home-degree-cap b {
  display: block;
  font-family: "Noto Serif TC", serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .52);
}

.lwlhs-home-degree-cap span {
  display: inline-block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .9);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .44);
}

.lwlhs-home-dynamics,
.lwlhs-home-live-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 3.4vw, 56px);
}

.lwlhs-home-col-head {
  border-bottom: 2px solid var(--lwlhs-home-ink);
  margin-bottom: 6px;
  padding-bottom: 14px;
}

.lwlhs-home-ann-row,
.lwlhs-home-media-row {
  color: var(--lwlhs-home-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--lwlhs-home-line);
}

.lwlhs-home-ann-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: baseline;
  padding: 17px 0;
}

.lwlhs-home-ann-row time {
  color: var(--lwlhs-home-muted);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.lwlhs-home-ann-title,
.lwlhs-home-media-title {
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.55;
}

.lwlhs-home-ann-title .tag {
  display: inline-block;
  margin-left: 9px;
  border: 1px solid var(--lwlhs-home-line);
  border-radius: 5px;
  color: var(--lwlhs-home-muted);
  padding: 1px 8px;
  font-size: 11px;
  font-weight: 700;
}

.lwlhs-home-media-row {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px 0;
}

.lwlhs-home-media-thumb {
  aspect-ratio: 16 / 10;
  border-radius: 12px;
}

.lwlhs-home-media-src {
  display: block;
  margin-bottom: 5px;
  color: var(--lwlhs-home-muted);
  font-size: 12px;
}

.lwlhs-home-live-wrap {
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(18px, 2.4vw, 32px);
}

.lwlhs-home-live-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--lwlhs-home-off);
}

.lwlhs-home-live-body {
  padding: 24px;
}

.lwlhs-home-live-body h3 {
  margin: 14px 0 10px;
  font-size: 23px;
  line-height: 1.32;
}

.lwlhs-home-live-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.lwlhs-home-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 800;
}

.lwlhs-home-badge-free {
  border: 1px solid rgba(177, 13, 13, .2);
  background: rgba(177, 13, 13, .07);
  color: var(--lwlhs-home-red);
}

.lwlhs-home-badge-paid {
  border: 1px solid var(--lwlhs-home-line-strong);
  background: var(--lwlhs-home-neutral);
  color: var(--lwlhs-home-ink);
}

.lwlhs-home-live-side {
  display: grid;
  gap: 14px;
  align-content: start;
}

.lwlhs-home-live-row {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border: 1px solid var(--lwlhs-home-line);
  border-radius: 14px;
  background: #fff;
  color: var(--lwlhs-home-ink);
  padding: 16px;
  text-decoration: none;
}

.lwlhs-home-live-date {
  border-right: 1px solid var(--lwlhs-home-line);
  padding-right: 16px;
  text-align: center;
}

.lwlhs-home-live-date b {
  display: block;
  font-family: "Noto Serif TC", serif;
  font-size: 25px;
  line-height: 1;
}

.lwlhs-home-live-date span {
  color: var(--lwlhs-home-muted);
  font-size: 11px;
  font-weight: 700;
}

.lwlhs-home-live-row h4 {
  margin: 7px 0 3px;
  font-size: 15px;
  font-weight: 700;
}

.lwlhs-home-full-button {
  width: 100%;
}

.lwlhs-home-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 6px 18px rgba(33, 29, 28, .22);
  transform: translate(-50%, -50%);
}

.lwlhs-home-play::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent var(--lwlhs-home-red);
  margin-left: 3px;
}

.lwlhs-home-prof-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2.2vw, 30px);
}

.lwlhs-home-prof {
  text-align: center;
}

.lwlhs-home-prof-img {
  width: 138px;
  height: 138px;
  margin: 0 auto 16px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: var(--lwlhs-home-off);
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(20, 16, 15, .18);
}

.lwlhs-home-prof h3 {
  margin-bottom: 4px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 17px;
}

.lwlhs-home-learn {
  position: relative;
  overflow: hidden;
  background: var(--lwlhs-home-ink);
  color: #fff;
  text-align: center;
  padding: clamp(64px, 7vw, 104px) 0;
}

.lwlhs-home-learn > img {
  position: absolute;
  inset: 0;
  opacity: .2;
  filter: grayscale(.3);
}

.lwlhs-home-learn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% -10%, rgba(177, 13, 13, .4), transparent 58%), linear-gradient(180deg, rgba(20, 16, 15, .4), rgba(20, 16, 15, .86));
}

.lwlhs-home-learn .lwlhs-home-wrap {
  position: relative;
  z-index: 1;
}

.lwlhs-home-learn .lwlhs-home-kicker {
  justify-content: center;
  color: rgba(255, 255, 255, .86);
  margin-bottom: 18px;
}

.lwlhs-home-learn h2 {
  color: #fff;
}

.lwlhs-home-learn p {
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, .78);
}

.lwlhs-home-learn-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.lwlhs-home-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.lwlhs-home-button-primary,
.lwlhs-home .lwlhs-home-button-primary:link,
.lwlhs-home .lwlhs-home-button-primary:visited,
.lwlhs-home .lwlhs-home-button-primary:hover,
.lwlhs-home .lwlhs-home-button-primary:focus,
.lwlhs-home .lwlhs-home-button-primary:active {
  border: 1px solid var(--lwlhs-home-red);
  background: var(--lwlhs-home-red);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  box-shadow: 0 10px 26px rgba(177, 13, 13, .22);
}

.lwlhs-home-button-primary:hover {
  background: var(--lwlhs-home-red-dark);
  border-color: var(--lwlhs-home-red-dark);
  transform: translateY(-1px);
}

.lwlhs-home-button-secondary {
  border: 1px solid var(--lwlhs-home-line-strong);
  background: transparent;
  color: var(--lwlhs-home-ink);
}

.lwlhs-home-button-secondary:hover {
  border-color: var(--lwlhs-home-ink);
  transform: translateY(-1px);
}

.lwlhs-home-button-ghost {
  border: 1px solid rgba(255, 255, 255, .42);
  color: #fff;
}

.lwlhs-home-button-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .1);
}

.lwlhs-home-empty {
  border: 1px solid var(--lwlhs-home-line);
  border-radius: 12px;
  background: #fff;
  padding: 24px;
}

@media (max-width: 1180px) {
  .lwlhs-home-ranking-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .lwlhs-home-news-hero,
  .lwlhs-home-ai-panel,
  .lwlhs-home-facts-band,
  .lwlhs-home-dynamics,
  .lwlhs-home-live-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .lwlhs-home-wrap {
    width: min(100% - 32px, var(--lwlhs-home-max));
  }

  .lwlhs-home-ranking-grid,
  .lwlhs-home-prof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lwlhs-home-degree-wall {
    grid-template-columns: repeat(3, 1fr);
  }

  .lwlhs-home-facts {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
  }
}

@media (max-width: 620px) {
  .lwlhs-home-steps,
  .lwlhs-home-ranking-grid {
    grid-template-columns: 1fr;
  }

  .lwlhs-home-facts,
  .lwlhs-home-degree-wall,
  .lwlhs-home-prof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lwlhs-home-fact {
    padding: 0 16px;
  }

  .lwlhs-home-fact:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }

  .lwlhs-home-media-row {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .lwlhs-home-live-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
