@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@media (min-width: 1201px) {
  :root {
    --lx-brand: #199caa;
    --lx-brand-dk: #1e9eb7;
    --lx-brand-dim: rgba(25,156,170,0.10);
    --lx-brand-deep: #0f6b76;
    --lx-black: #111111;
    --lx-ink: #1a1a1a;
    --lx-ink-mid: #444444;
    --lx-ink-muted: #888888;
    --lx-white: #ffffff;
    --lx-grey: #f2f2f2;
    --lx-grey-mid: #e2e2e2;
    --lx-grey-dk: #cccccc;
    --lx-hot: #c0392b;
    --lx-banner-bg: #f3f9fa;
    --lx-banner-tint: rgba(25,156,170,0.07);
    --lx-banner-line: rgba(25,156,170,0.22);
    --lx-radius: 8px;
    --lx-radius-lg: 12px;
    --lx-shadow: 0 2px 12px rgba(0,0,0,0.07);
    --lx-shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
    --lx-media: 2.5 / 1;
    --lx-font-disp: 'Roboto', Arial, Helvetica, sans-serif;
    --lx-font-ui: 'Roboto', Arial, Helvetica, sans-serif;
  }
  .lx-news-page {
    width: 100% !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink);
    background: var(--lx-grey);
    -webkit-font-smoothing: antialiased;
  }
  .lx-news-page *,
  .lx-news-page *::before,
  .lx-news-page *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .lx-news-page,
  .lx-news-page p,
  .lx-news-page span,
  .lx-news-page a,
  .lx-news-page li,
  .lx-news-page time,
  .lx-news-page button,
  .lx-news-page input,
  .lx-news-page label,
  .lx-news-page div {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    -webkit-font-smoothing: antialiased;
  }
  .lx-news-page h1,
  .lx-news-page h2,
  .lx-news-page h3,
  .lx-news-page h4,
  .lx-news-page h5,
  .lx-news-page h6 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    -webkit-font-smoothing: antialiased;
  }
  .lx-news-banner {
    position: relative;
    background: var(--lx-banner-bg);
    border-bottom: 1px solid var(--lx-grey-mid);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .lx-news-banner__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.10;
    pointer-events: none;
  }
  .lx-news-banner__bg--default {
    background: radial-gradient(ellipse at 70% 45%, rgba(25,156,170,0.16) 0%, transparent 62%);
    opacity: 1;
  }
  .lx-news-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(243,249,250,0.97) 0%, rgba(243,249,250,0.90) 45%, rgba(243,249,250,0.55) 100%);
    pointer-events: none;
  }
  .lx-news-banner__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 7rem 2rem 2.5rem;
  }
  @keyframes lx-pulse {
    0%,100% {
      opacity: 1;
      transform: scale(1);
    }
    50% {
      opacity: .25;
      transform: scale(.55);
    }
  }
  .lx-news-banner__text h1,
  .lx-news-page .lx-news-banner__text h1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 0.875rem !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
  }
  .lx-news-banner__desc {
    color: var(--lx-ink-mid) !important;
    font-size: 1.0625rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    line-height: 1.6;
    max-width: 560px;
    margin-bottom: 1.5rem;
  }
  .lx-news-banner__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--lx-grey-mid);
    max-width: 720px;
  }
  .lx-news-banner__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8125rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-mid) !important;
    white-space: nowrap;
  }
  .lx-news-banner__meta-item strong {
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    font-variant-numeric: tabular-nums;
  }
  .lx-news-banner__meta-label {
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
  }
  .lx-news-banner__meta-item--wide {
    white-space: normal;
  }
  .lx-news-banner__meta-sep {
    width: 1px;
    height: 14px;
    flex-shrink: 0;
    background: var(--lx-grey-dk);
  }
  .lx-news-banner__bottom-line {
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--lx-banner-line);
    z-index: 4;
  }
  .lx-ticker {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    height: 44px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--lx-banner-tint);
    border-top: 1px solid var(--lx-banner-line);
  }
  .lx-ticker__label {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0 1.25rem 0 1.125rem;
    height: 100%;
    background: var(--lx-brand);
    color: #fff;
    font-weight: 800 !important;
    font-size: 0.6875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    position: relative;
  }
  .lx-ticker__label::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 10px solid var(--lx-brand);
  }
  .lx-ticker__live-text {
    font-size: 0.6875rem !important;
    font-weight: 800 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.12em;
    color: #fff !important;
  }
  .lx-ticker__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    animation: lx-pulse 1.3s ease-in-out infinite;
  }
  .lx-ticker__track {
    flex: 1;
    overflow: hidden;
    padding-left: 20px;
    mask-image: linear-gradient(to right, transparent 0, black 3%, black 97%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 3%, black 97%, transparent 100%);
  }
  .lx-ticker__inner {
    display: inline-flex;
    white-space: nowrap;
    animation: lx-scroll 34s linear infinite;
  }
  .lx-ticker__inner:hover {
    animation-play-state: paused;
  }
  @keyframes lx-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .lx-ticker__item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding-right: 2.5rem;
    text-decoration: none !important;
  }
  .lx-ticker__item-date {
    color: var(--lx-brand-deep) !important;
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
  }
  .lx-ticker__dot-sep {
    color: var(--lx-grey-dk) !important;
    font-size: 0.8125rem !important;
  }
  .lx-ticker__item-title {
    color: var(--lx-ink-mid) !important;
    font-size: 0.875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
  }
  .lx-ticker__item:hover .lx-ticker__item-title {
    color: var(--lx-brand-deep) !important;
  }
  .lx-ticker__sep {
    color: var(--lx-grey-mid) !important;
    padding-right: 2rem;
  }
  .lx-news-main {
    width: 100%;
    margin: 0 auto;
    padding: 2.5rem 2rem 6rem;
  }
  .lx-hot-section {
    background: var(--lx-white);
    border-radius: var(--lx-radius-lg);
    border: 1px solid var(--lx-grey-mid);
    box-shadow: var(--lx-shadow);
    margin-bottom: 2rem;
    overflow: hidden;
  }
  .lx-hot-feature {
    display: flex;
    flex-direction: row;
    height: 320px;
  }
  .lx-hot-feature__img-wrap {
    flex: 0 0 55%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #eef4f6;
    display: block;
    text-decoration: none !important;
  }
  .lx-hot-feature__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }
  .lx-hot-feature__img-ph {
    position: absolute;
    inset: 0;
    background: #eef4f6;
  }
  .lx-hot-feature__body {
    flex: 1;
    min-width: 0;
    height: 100%;
    padding: 2rem 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.875rem;
    border-left: 3px solid var(--lx-brand);
    overflow: hidden;
  }
  .lx-hot-feature__top {
    display: flex;
    align-items: center;
    gap: 0.625rem;
  }
  .lx-hot-feature__breaking {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: var(--lx-hot);
    color: #fff;
    font-size: 0.625rem !important;
    font-weight: 800 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.25rem 0.625rem;
    border-radius: 4px;
  }
  .lx-hot-feature__breaking-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    animation: lx-pulse 1.1s ease-in-out infinite;
  }
  .lx-hot-feature__col-label {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
    background: var(--lx-brand-dim);
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    text-decoration: none !important;
    transition: background 0.15s;
  }
  .lx-hot-feature__col-label:hover {
    background: rgba(25,156,170,0.20);
  }
  .lx-news-page .lx-hot-section h2.lx-hot-feature__title,
  .lx-news-page h2.lx-hot-feature__title,
  h2.lx-hot-feature__title,
  .lx-hot-feature__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
  }
  .lx-hot-feature__title a {
    color: inherit !important;
    text-decoration: none !important;
    font-family: inherit !important;
  }
  .lx-hot-feature__title a:hover {
    color: var(--lx-brand) !important;
  }
  .lx-hot-feature__desc {
    font-size: 1rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-mid) !important;
    line-height: 1.7 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lx-hot-feature__meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-top: 0.875rem;
    border-top: 1px solid var(--lx-grey);
    margin-top: auto;
  }
  .lx-hot-feature__meta time {
    font-size: 0.875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
  }
  .lx-hot-feature__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-brand) !important;
    text-decoration: none !important;
    border: 1.5px solid var(--lx-brand);
    border-radius: 20px;
    padding: 0.5rem 1.375rem;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
  }
  .lx-hot-feature__cta:hover {
    background: var(--lx-brand);
    color: #fff !important;
  }
  .lx-spotlight-section {
    background: var(--lx-white);
    border-radius: var(--lx-radius-lg);
    border: 1px solid var(--lx-grey-mid);
    box-shadow: var(--lx-shadow);
    margin-bottom: 2rem;
    overflow: hidden;
  }
  .lx-3col-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .lx-news-col {
    padding: 1.5rem 1.375rem;
    border-right: 1px solid var(--lx-grey-mid);
  }
  .lx-news-col:last-child {
    border-right: none;
  }
  .lx-col-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.875rem;
    margin-bottom: 1rem;
    border-bottom: 2.5px solid var(--lx-brand);
  }
  .lx-news-page .lx-col-header__title,
  .lx-col-header__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1.0625rem !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lx-col-header__all {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
    text-decoration: none !important;
    white-space: nowrap;
    flex-shrink: 0;
    transition: gap 0.15s;
  }
  .lx-col-header__all:hover {
    gap: 0.45rem;
  }
  .lx-col-empty {
    font-size: 0.875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted);
    padding: 0.5rem 0;
  }
  .lx-story-card {
    padding: 1rem 0;
    border-bottom: 1px solid var(--lx-grey);
  }
  .lx-story-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .lx-story-card__thumb {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: var(--lx-media);
    overflow: hidden;
    border-radius: 8px;
    background: #eef4f6;
    margin-bottom: 0.75rem;
  }
  .lx-story-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s;
  }
  .lx-story-card:hover .lx-story-card__img {
    transform: scale(1.03);
  }
  .lx-story-card__img-ph {
    position: absolute;
    inset: 0;
    background: var(--lx-grey);
    border-radius: 8px;
  }
  .lx-story-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
  }
  .lx-news-page .lx-story-card__title,
  .lx-story-card__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
  }
  .lx-story-card__title a {
    color: inherit !important;
    text-decoration: none !important;
    font-family: inherit !important;
  }
  .lx-story-card__title a:hover {
    color: var(--lx-brand) !important;
  }
  .lx-story-card__excerpt {
    font-size: 0.8125rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    line-height: 1.55 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .lx-story-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.375rem;
  }
  .lx-story-card__footer time {
    font-size: 0.75rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
  }
  .lx-story-card__read {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-brand) !important;
    text-decoration: none !important;
    border: 1px solid var(--lx-brand);
    border-radius: 20px;
    padding: 0.2rem 0.625rem;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
    line-height: 1;
    flex-shrink: 0;
  }
  .lx-story-card__read:hover {
    background: var(--lx-brand);
    color: #fff !important;
  }
  .lx-bottom-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
  }
  .lx-bottom-grid--single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 520px;
  }
  .lx-more-news {
    background: var(--lx-white);
    border-radius: var(--lx-radius-lg);
    border: 1px solid var(--lx-grey-mid);
    box-shadow: var(--lx-shadow);
    margin-top: 0;
    overflow: hidden;
  }
  .lx-more-news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.375rem 1rem;
    border-bottom: 2.5px solid var(--lx-brand);
  }
  .lx-news-page .lx-more-news__title,
  .lx-more-news__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1.0625rem !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lx-more-news__view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-brand) !important;
    text-decoration: none !important;
    transition: gap 0.15s;
    white-space: nowrap;
  }
  .lx-more-news__view-all:hover {
    gap: 0.625rem;
  }
  .lx-more-news__count {
    background: var(--lx-brand-dim);
    color: var(--lx-brand-deep) !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    padding: 0.125rem 0.5rem;
    border-radius: 20px;
  }
  .lx-more-row {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 0.9375rem 1.375rem;
    border-bottom: 1px solid var(--lx-grey);
    text-decoration: none !important;
    transition: background 0.15s;
  }
  .lx-more-row:last-child {
    border-bottom: none;
  }
  .lx-more-row:hover {
    background: #fafafa;
  }
  .lx-more-row__thumb {
    position: relative;
    width: 148px;
    height: auto;
    aspect-ratio: var(--lx-media);
    overflow: hidden;
    border-radius: 6px;
    background: #eef4f6;
    flex-shrink: 0;
  }
  .lx-more-row__thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    display: block;
  }
  .lx-more-row__img-ph {
    position: absolute;
    inset: 0;
    border-radius: 6px;
    background: var(--lx-grey);
  }
  .lx-more-row__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
  .lx-more-row__col {
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
  }
  .lx-news-page .lx-more-row__title,
  .lx-more-row__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    line-height: 1.4 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: none !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lx-more-row__excerpt {
    display: none;
    font-size: 0.8125rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    line-height: 1.5 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.125rem;
  }
  .lx-more-row__date {
    font-size: 0.75rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    margin-top: 0.125rem;
  }
  .lx-more-row__right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .lx-more-row__read {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-brand) !important;
    border: 1.5px solid var(--lx-brand);
    border-radius: 20px;
    padding: 0.25rem 0.75rem;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
    text-decoration: none !important;
  }
  .lx-more-row:hover .lx-more-row__read {
    background: var(--lx-brand);
    color: #fff !important;
  }
  .lx-more-news__footer {
    padding: 1rem 1.375rem;
    border-top: 1px solid var(--lx-grey);
    display: flex;
    justify-content: center;
  }
  .lx-more-news__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-brand) !important;
    text-decoration: none !important;
    border: 1.5px solid var(--lx-brand);
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    transition: background 0.15s, color 0.15s;
    text-align: center;
  }
  .lx-more-news__btn:hover {
    background: var(--lx-brand);
    color: #fff !important;
  }
  .lx-news-side {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0;
  }
  .lx-side-card {
    background: var(--lx-white);
    border-radius: var(--lx-radius-lg);
    border: 1px solid var(--lx-grey-mid);
    box-shadow: var(--lx-shadow);
    overflow: hidden;
  }
  .lx-side-card__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.25rem 1.375rem 1rem;
    border-bottom: 2.5px solid var(--lx-brand);
  }
  .lx-news-page .lx-side-card__title,
  .lx-side-card__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1.0625rem !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lx-side-card__tag {
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
    background: var(--lx-brand-dim);
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    white-space: nowrap;
  }
  .lx-side-card__footer {
    padding: 0.2rem 1.375rem;
    border-top: 1px solid var(--lx-grey);
    background: #fbfbfb;
  }
  .lx-embed {
    position: relative;
    width: 100%;
    padding: 0 1.375rem;
    background: var(--lx-white);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lx-embed iframe {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    min-width: 320px;
    border: 0;
  }
  .lx-cal__note {
    font-size: 0.6875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    line-height: 1.5;
  }
  .lx-cal__note a {
    color: var(--lx-brand) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }
  .lx-cal__note a:hover {
    text-decoration: underline !important;
  }
  .lx-side-cta {
    padding: 1.375rem;
  }
  .lx-news-page .lx-side-cta__title,
  .lx-side-cta__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    line-height: 1.35 !important;
    margin: 0 0 0.375rem !important;
    padding: 0 !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
  }
  .lx-side-cta__desc {
    font-size: 0.8125rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    line-height: 1.55 !important;
    margin: 0 0 0.875rem !important;
  }
  .lx-side-cta__form {
    display: flex;
    gap: 0.5rem;
  }
  .lx-side-cta__form input {
    flex: 1;
    min-width: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 0.875rem !important;
    color: var(--lx-ink) !important;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--lx-grey-mid) !important;
    border-radius: var(--lx-radius);
    background: var(--lx-white);
    outline: none;
    transition: border-color 0.15s;
  }
  .lx-side-cta__form input::placeholder {
    color: var(--lx-grey-dk) !important;
  }
  .lx-side-cta__form input:focus {
    border-color: var(--lx-brand) !important;
  }
  .lx-side-cta__form button {
    flex-shrink: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: var(--lx-brand);
    border: none;
    border-radius: var(--lx-radius);
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: background 0.15s;
  }
  .lx-side-cta__form button:hover {
    background: var(--lx-brand-dk);
  }
  .lx-side-cta--dark {
    background: var(--lx-black);
    border-color: var(--lx-black);
  }
  .lx-news-page .lx-side-cta--dark .lx-side-cta__title,
  .lx-side-cta--dark .lx-side-cta__title {
    color: #fff !important;
  }
  .lx-side-cta--dark .lx-side-cta__desc {
    color: rgba(255,255,255,0.55) !important;
  }
  .lx-side-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    color: var(--lx-brand) !important;
    text-decoration: none !important;
    border: 1.5px solid var(--lx-brand);
    border-radius: 20px;
    padding: 0.4375rem 1.125rem;
    transition: background 0.15s, color 0.15s;
  }
  .lx-side-cta__btn:hover {
    background: var(--lx-brand);
    color: #fff !important;
  }
  .lx-news-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--lx-ink-muted);
  }
  .lx-news-empty__icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    opacity: .35;
  }
  .lx-news-empty h3 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink) !important;
    margin-bottom: .3rem !important;
  }
  .lx-news-empty p {
    font-size: 0.9375rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
  }
  .lx-article {
    max-width: 760px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
  }
  .lx-article h1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: clamp(1.75rem,3.5vw,2.625rem) !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    line-height: 1.15 !important;
    letter-spacing: -.02em !important;
    margin-bottom: 1.25rem !important;
  }
  .lx-article h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: clamp(1.25rem,2.2vw,1.75rem) !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    line-height: 1.25 !important;
    margin: 2.25rem 0 .875rem !important;
    padding-left: .875rem !important;
    border-left: 3px solid var(--lx-brand) !important;
  }
  .lx-article h3 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: clamp(1rem,1.6vw,1.25rem) !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    line-height: 1.3 !important;
    margin: 1.75rem 0 .625rem !important;
  }
  .lx-article h4 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: .9375rem !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
    margin: 1.5rem 0 .5rem !important;
  }
  .lx-article h5 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: .875rem !important;
    font-weight: 600 !important;
    color: var(--lx-ink-mid) !important;
    margin: 1.25rem 0 .4rem !important;
  }
  .lx-article h6 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: .8125rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .1em !important;
    color: var(--lx-ink-muted) !important;
    margin: 1rem 0 .35rem !important;
  }
  .lx-article p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1rem !important;
    color: var(--lx-ink-mid) !important;
    line-height: 1.75 !important;
    margin-bottom: 1.125rem !important;
    max-width: 65ch;
  }
  .lx-archive-page {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink);
    background: var(--lx-grey);
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
  }
  .lx-archive-header {
    background: var(--lx-black);
    padding: 2rem 0 0;
  }
  .lx-archive-header__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem 2rem;
  }
  .lx-archive-back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: rgba(255,255,255,0.45) !important;
    text-decoration: none !important;
    margin-bottom: 1.25rem;
    transition: color 0.15s;
  }
  .lx-archive-back:hover {
    color: var(--lx-brand) !important;
  }
  .lx-archive-header__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .lx-archive-header h1,
  .lx-news-page .lx-archive-header h1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: clamp(1.5rem, 3vw, 2.5rem) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 0.3rem !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
  }
  .lx-archive-header p {
    color: rgba(255,255,255,0.45) !important;
    font-size: 1rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    margin: 0;
  }
  .lx-archive-search {
    flex-shrink: 0;
  }
  .lx-archive-search__wrap {
    position: relative;
    display: flex;
    align-items: center;
  }
  .lx-archive-search__icon {
    position: absolute;
    left: 12px;
    color: rgba(255,255,255,0.4);
    pointer-events: none;
  }
  .lx-archive-search__input {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    color: #fff !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 0.9375rem !important;
    padding: 0.625rem 2.25rem 0.625rem 2.75rem;
    width: 280px;
    transition: border-color 0.2s, background 0.2s;
    outline: none;
  }
  .lx-archive-search__input::placeholder {
    color: rgba(255,255,255,0.35) !important;
  }
  .lx-archive-search__input:focus {
    border-color: var(--lx-brand);
    background: rgba(255,255,255,0.12);
  }
  .lx-archive-search__clear {
    position: absolute;
    right: 12px;
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.15s;
  }
  .lx-archive-search__clear:hover {
    color: #fff !important;
  }
  .lx-archive-tabs {
    background: var(--lx-white);
    border-bottom: 1px solid var(--lx-grey-mid);
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
  }
  .lx-archive-tabs__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .lx-archive-tabs__inner::-webkit-scrollbar {
    display: none;
  }
  .lx-archive-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.375rem;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    text-decoration: none !important;
    white-space: nowrap;
    border-bottom: 2.5px solid transparent;
    transition: color 0.15s, border-color 0.15s;
  }
  .lx-archive-tab:hover {
    color: var(--lx-ink) !important;
  }
  .lx-archive-tab.is-active {
    color: var(--lx-brand) !important;
    border-bottom-color: var(--lx-brand);
  }
  .lx-archive-tab__count {
    background: var(--lx-grey);
    color: var(--lx-ink-muted) !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    padding: 0.125rem 0.5rem;
    border-radius: 20px;
    transition: background 0.15s, color 0.15s;
  }
  .lx-archive-tab.is-active .lx-archive-tab__count {
    background: var(--lx-brand-dim);
    color: var(--lx-brand) !important;
  }
  .lx-archive-main {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem 6rem;
  }
  .lx-archive-inner {
    padding-top: 1.75rem;
  }
  .lx-archive-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9375rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    margin-bottom: 1.5rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid var(--lx-grey-mid);
  }
  .lx-archive-summary__clear {
    color: var(--lx-brand) !important;
    font-weight: 600 !important;
    text-decoration: none;
    font-size: 0.875rem !important;
  }
  .lx-archive-summary__clear:hover {
    text-decoration: underline;
  }
  .lx-archive-month {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lx-ink-muted) !important;
    padding: 1.75rem 0 0.75rem;
  }
  .lx-archive-list > .lx-archive-month:first-child {
    padding-top: 0;
  }
  .lx-archive-row {
    display: grid;
    grid-template-columns: 200px 1fr 36px;
    gap: 1.5rem;
    align-items: start;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--lx-grey);
    text-decoration: none !important;
    border-radius: 8px;
    transition: all 0.15s;
  }
  .lx-archive-row:last-child {
    border-bottom: none;
  }
  .lx-archive-row:hover {
    background: var(--lx-white);
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lx-archive-row:hover .lx-archive-row__arrow {
    color: var(--lx-brand) !important;
    transform: translateX(4px);
  }
  .lx-archive-row__thumb {
    position: relative;
    width: 200px;
    height: auto;
    aspect-ratio: var(--lx-media);
    overflow: hidden;
    border-radius: 8px;
    background: #eef4f6;
    flex-shrink: 0;
  }
  .lx-archive-row__thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    display: block;
  }
  .lx-archive-row__img-ph {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: var(--lx-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lx-grey-dk);
  }
  .lx-archive-row__body {
    min-width: 0;
    padding-top: 0.125rem;
  }
  .lx-archive-row__meta-top {
    display: flex;
    align-items: center;
    gap: .375rem;
    margin-bottom: .4rem;
    flex-wrap: wrap;
  }
  .lx-archive-row__cat {
    font-size: .6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
  }
  .lx-archive-row__sep {
    color: var(--lx-grey-dk) !important;
    font-size: .75rem !important;
  }
  .lx-archive-row__column-badge {
    font-size: .6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .2rem .6rem;
    border-radius: 4px;
  }
  .lx-archive-row__column-badge--latest {
    background: #e0f7fa;
    color: #0e7490 !important;
  }
  .lx-archive-row__column-badge--market {
    background: #ede9fe;
    color: #7c3aed !important;
  }
  .lx-archive-row__column-badge--analysis {
    background: #fef3c7;
    color: #b45309 !important;
  }
  .lx-news-page .lx-archive-row__title,
  .lx-archive-row__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    line-height: 1.35 !important;
    margin-bottom: .5rem !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
  }
  .lx-archive-row__excerpt {
    font-size: .9375rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    line-height: 1.6 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .5rem;
  }
  .lx-archive-row__date {
    font-size: .875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    display: block;
  }
  .lx-archive-row__arrow {
    color: var(--lx-grey-dk) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .25rem;
    transition: color .15s,transform .2s;
    flex-shrink: 0;
  }
  .lx-archive-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--lx-grey-mid);
    gap: 1rem;
  }
  .lx-pg-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .9375rem !important;
    font-weight: 600 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink) !important;
    text-decoration: none !important;
    padding: .5rem 1.125rem;
    border: 1px solid var(--lx-grey-mid);
    border-radius: var(--lx-radius);
    background: var(--lx-white);
    transition: all .15s;
    white-space: nowrap;
  }
  .lx-pg-btn:hover {
    border-color: var(--lx-brand);
    color: var(--lx-brand) !important;
  }
  .lx-pg-btn--disabled {
    color: var(--lx-grey-dk) !important;
    cursor: not-allowed;
    opacity: .5;
  }
  .lx-pg-nums {
    display: flex;
    align-items: center;
    gap: .375rem;
  }
  .lx-pg-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--lx-radius);
    font-size: .9375rem !important;
    font-weight: 500 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-mid) !important;
    text-decoration: none !important;
    border: 1px solid var(--lx-grey-mid);
    background: var(--lx-white);
    transition: all .15s;
  }
  .lx-pg-num:hover {
    border-color: var(--lx-brand);
    color: var(--lx-brand) !important;
  }
  .lx-pg-num--current {
    background: var(--lx-brand);
    border-color: var(--lx-brand);
    color: #fff !important;
    font-weight: 700 !important;
  }
  .lx-pg-ellipsis {
    color: var(--lx-ink-muted) !important;
    font-size: .9375rem !important;
    padding: 0 .25rem;
  }
  .lx-archive-empty {
    text-align: center;
    padding: 6rem 1rem;
    color: var(--lx-ink-muted);
  }
  .lx-archive-empty__icon {
    font-size: 2.5rem;
    margin-bottom: .875rem;
    opacity: .35;
  }
  .lx-archive-empty h3 {
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink) !important;
    margin-bottom: .5rem !important;
  }
  .lx-archive-empty p {
    font-size: 1rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
  }
  .lx-archive-empty a {
    color: var(--lx-brand) !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  :root {
    --lx-brand: #199caa;
    --lx-brand-dk: #1e9eb7;
    --lx-brand-dim: rgba(25,156,170,0.10);
    --lx-brand-deep: #0f6b76;
    --lx-black: #111111;
    --lx-ink: #1a1a1a;
    --lx-ink-mid: #444444;
    --lx-ink-muted: #888888;
    --lx-white: #ffffff;
    --lx-grey: #f2f2f2;
    --lx-grey-mid: #e2e2e2;
    --lx-grey-dk: #cccccc;
    --lx-hot: #c0392b;
    --lx-banner-bg: #f3f9fa;
    --lx-banner-tint: rgba(25,156,170,0.07);
    --lx-banner-line: rgba(25,156,170,0.22);
    --lx-radius: 8px;
    --lx-radius-lg: 12px;
    --lx-shadow: 0 2px 12px rgba(0,0,0,0.07);
    --lx-shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
    --lx-media: 2.5 / 1;
    --lx-font-disp: 'Roboto', Arial, Helvetica, sans-serif;
    --lx-font-ui: 'Roboto', Arial, Helvetica, sans-serif;
  }
  .lx-news-page {
    width: 100% !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink);
    background: var(--lx-grey);
    -webkit-font-smoothing: antialiased;
    width: 95vw !important;
  }
  .lx-news-page *,
  .lx-news-page *::before,
  .lx-news-page *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .lx-news-page,
  .lx-news-page p,
  .lx-news-page span,
  .lx-news-page a,
  .lx-news-page li,
  .lx-news-page time,
  .lx-news-page button,
  .lx-news-page input,
  .lx-news-page label,
  .lx-news-page div {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    -webkit-font-smoothing: antialiased;
  }
  .lx-news-page h1,
  .lx-news-page h2,
  .lx-news-page h3,
  .lx-news-page h4,
  .lx-news-page h5,
  .lx-news-page h6 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    -webkit-font-smoothing: antialiased;
  }
  .lx-news-banner {
    position: relative;
    background: var(--lx-banner-bg);
    border-bottom: 1px solid var(--lx-grey-mid);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .lx-news-banner__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.10;
    pointer-events: none;
  }
  .lx-news-banner__bg--default {
    background: radial-gradient(ellipse at 70% 45%, rgba(25,156,170,0.16) 0%, transparent 62%);
    opacity: 1;
  }
  .lx-news-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(243,249,250,0.97) 0%, rgba(243,249,250,0.90) 45%, rgba(243,249,250,0.55) 100%);
    pointer-events: none;
  }
  .lx-news-banner__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 7rem 2rem 2.5rem;
    padding: 6rem 1.5rem 2rem;
  }
  @keyframes lx-pulse {
    0%,100% {
      opacity: 1;
      transform: scale(1);
    }
    50% {
      opacity: .25;
      transform: scale(.55);
    }
  }
  .lx-news-banner__text h1,
  .lx-news-page .lx-news-banner__text h1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 0.875rem !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
  }
  .lx-news-banner__desc {
    color: var(--lx-ink-mid) !important;
    font-size: 1.0625rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    line-height: 1.6;
    max-width: 560px;
    margin-bottom: 1.5rem;
  }
  .lx-news-banner__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--lx-grey-mid);
    max-width: 720px;
  }
  .lx-news-banner__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8125rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-mid) !important;
    white-space: nowrap;
  }
  .lx-news-banner__meta-item strong {
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    font-variant-numeric: tabular-nums;
  }
  .lx-news-banner__meta-label {
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
  }
  .lx-news-banner__meta-item--wide {
    white-space: normal;
  }
  .lx-news-banner__meta-sep {
    width: 1px;
    height: 14px;
    flex-shrink: 0;
    background: var(--lx-grey-dk);
  }
  .lx-news-banner__bottom-line {
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--lx-banner-line);
    z-index: 4;
  }
  .lx-ticker {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    height: 44px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--lx-banner-tint);
    border-top: 1px solid var(--lx-banner-line);
  }
  .lx-ticker__label {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0 1.25rem 0 1.125rem;
    height: 100%;
    background: var(--lx-brand);
    color: #fff;
    font-weight: 800 !important;
    font-size: 0.6875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    position: relative;
  }
  .lx-ticker__label::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 10px solid var(--lx-brand);
  }
  .lx-ticker__live-text {
    font-size: 0.6875rem !important;
    font-weight: 800 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.12em;
    color: #fff !important;
  }
  .lx-ticker__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    animation: lx-pulse 1.3s ease-in-out infinite;
  }
  .lx-ticker__track {
    flex: 1;
    overflow: hidden;
    padding-left: 20px;
    mask-image: linear-gradient(to right, transparent 0, black 3%, black 97%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 3%, black 97%, transparent 100%);
  }
  .lx-ticker__inner {
    display: inline-flex;
    white-space: nowrap;
    animation: lx-scroll 34s linear infinite;
  }
  .lx-ticker__inner:hover {
    animation-play-state: paused;
  }
  @keyframes lx-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .lx-ticker__item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding-right: 2.5rem;
    text-decoration: none !important;
  }
  .lx-ticker__item-date {
    color: var(--lx-brand-deep) !important;
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
  }
  .lx-ticker__dot-sep {
    color: var(--lx-grey-dk) !important;
    font-size: 0.8125rem !important;
  }
  .lx-ticker__item-title {
    color: var(--lx-ink-mid) !important;
    font-size: 0.875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
  }
  .lx-ticker__item:hover .lx-ticker__item-title {
    color: var(--lx-brand-deep) !important;
  }
  .lx-ticker__sep {
    color: var(--lx-grey-mid) !important;
    padding-right: 2rem;
  }
  .lx-news-main {
    width: 100%;
    margin: 0 auto;
    padding: 2.5rem 2rem 6rem;
    padding: 2rem 1.5rem 5rem;
  }
  .lx-hot-section {
    background: var(--lx-white);
    border-radius: var(--lx-radius-lg);
    border: 1px solid var(--lx-grey-mid);
    box-shadow: var(--lx-shadow);
    margin-bottom: 2rem;
    overflow: hidden;
  }
  .lx-hot-feature {
    display: flex;
    flex-direction: row;
    height: 320px;
    height: 260px;
  }
  .lx-hot-feature__img-wrap {
    flex: 0 0 55%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #eef4f6;
    display: block;
    text-decoration: none !important;
    flex: 0 0 50%;
  }
  .lx-hot-feature__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }
  .lx-hot-feature__img-ph {
    position: absolute;
    inset: 0;
    background: #eef4f6;
  }
  .lx-hot-feature__body {
    flex: 1;
    min-width: 0;
    height: 100%;
    padding: 2rem 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.875rem;
    border-left: 3px solid var(--lx-brand);
    overflow: hidden;
  }
  .lx-hot-feature__top {
    display: flex;
    align-items: center;
    gap: 0.625rem;
  }
  .lx-hot-feature__breaking {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: var(--lx-hot);
    color: #fff;
    font-size: 0.625rem !important;
    font-weight: 800 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.25rem 0.625rem;
    border-radius: 4px;
  }
  .lx-hot-feature__breaking-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    animation: lx-pulse 1.1s ease-in-out infinite;
  }
  .lx-hot-feature__col-label {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
    background: var(--lx-brand-dim);
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    text-decoration: none !important;
    transition: background 0.15s;
  }
  .lx-hot-feature__col-label:hover {
    background: rgba(25,156,170,0.20);
  }
  .lx-news-page .lx-hot-section h2.lx-hot-feature__title,
  .lx-news-page h2.lx-hot-feature__title,
  h2.lx-hot-feature__title,
  .lx-hot-feature__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
  }
  .lx-hot-feature__title a {
    color: inherit !important;
    text-decoration: none !important;
    font-family: inherit !important;
  }
  .lx-hot-feature__title a:hover {
    color: var(--lx-brand) !important;
  }
  .lx-hot-feature__desc {
    font-size: 1rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-mid) !important;
    line-height: 1.7 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lx-hot-feature__meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-top: 0.875rem;
    border-top: 1px solid var(--lx-grey);
    margin-top: auto;
  }
  .lx-hot-feature__meta time {
    font-size: 0.875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
  }
  .lx-hot-feature__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-brand) !important;
    text-decoration: none !important;
    border: 1.5px solid var(--lx-brand);
    border-radius: 20px;
    padding: 0.5rem 1.375rem;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
  }
  .lx-hot-feature__cta:hover {
    background: var(--lx-brand);
    color: #fff !important;
  }
  .lx-spotlight-section {
    background: var(--lx-white);
    border-radius: var(--lx-radius-lg);
    border: 1px solid var(--lx-grey-mid);
    box-shadow: var(--lx-shadow);
    margin-bottom: 2rem;
    overflow: hidden;
  }
  .lx-3col-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: 1fr 1fr;
  }
  .lx-news-col {
    padding: 1.5rem 1.375rem;
    border-right: 1px solid var(--lx-grey-mid);
  }
  .lx-news-col:last-child {
    border-right: none;
    grid-column: 1 / -1;
    border-right: none;
    border-top: 1px solid var(--lx-grey-mid);
  }
  .lx-col-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.875rem;
    margin-bottom: 1rem;
    border-bottom: 2.5px solid var(--lx-brand);
  }
  .lx-news-page .lx-col-header__title,
  .lx-col-header__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1.0625rem !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lx-col-header__all {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
    text-decoration: none !important;
    white-space: nowrap;
    flex-shrink: 0;
    transition: gap 0.15s;
  }
  .lx-col-header__all:hover {
    gap: 0.45rem;
  }
  .lx-col-empty {
    font-size: 0.875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted);
    padding: 0.5rem 0;
  }
  .lx-story-card {
    padding: 1rem 0;
    border-bottom: 1px solid var(--lx-grey);
  }
  .lx-story-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .lx-story-card__thumb {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: var(--lx-media);
    overflow: hidden;
    border-radius: 8px;
    background: #eef4f6;
    margin-bottom: 0.75rem;
  }
  .lx-story-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s;
  }
  .lx-story-card:hover .lx-story-card__img {
    transform: scale(1.03);
  }
  .lx-story-card__img-ph {
    position: absolute;
    inset: 0;
    background: var(--lx-grey);
    border-radius: 8px;
  }
  .lx-story-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
  }
  .lx-news-page .lx-story-card__title,
  .lx-story-card__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
  }
  .lx-story-card__title a {
    color: inherit !important;
    text-decoration: none !important;
    font-family: inherit !important;
  }
  .lx-story-card__title a:hover {
    color: var(--lx-brand) !important;
  }
  .lx-story-card__excerpt {
    font-size: 0.8125rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    line-height: 1.55 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .lx-story-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.375rem;
  }
  .lx-story-card__footer time {
    font-size: 0.75rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
  }
  .lx-story-card__read {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-brand) !important;
    text-decoration: none !important;
    border: 1px solid var(--lx-brand);
    border-radius: 20px;
    padding: 0.2rem 0.625rem;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
    line-height: 1;
    flex-shrink: 0;
  }
  .lx-story-card__read:hover {
    background: var(--lx-brand);
    color: #fff !important;
  }
  .lx-bottom-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
  .lx-bottom-grid--single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 520px;
    max-width: none;
  }
  .lx-more-news {
    background: var(--lx-white);
    border-radius: var(--lx-radius-lg);
    border: 1px solid var(--lx-grey-mid);
    box-shadow: var(--lx-shadow);
    margin-top: 0;
    overflow: hidden;
  }
  .lx-more-news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.375rem 1rem;
    border-bottom: 2.5px solid var(--lx-brand);
  }
  .lx-news-page .lx-more-news__title,
  .lx-more-news__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1.0625rem !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lx-more-news__view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-brand) !important;
    text-decoration: none !important;
    transition: gap 0.15s;
    white-space: nowrap;
  }
  .lx-more-news__view-all:hover {
    gap: 0.625rem;
  }
  .lx-more-news__count {
    background: var(--lx-brand-dim);
    color: var(--lx-brand-deep) !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    padding: 0.125rem 0.5rem;
    border-radius: 20px;
  }
  .lx-more-row {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 0.9375rem 1.375rem;
    border-bottom: 1px solid var(--lx-grey);
    text-decoration: none !important;
    transition: background 0.15s;
    grid-template-columns: 200px minmax(0, 1fr) auto;
    gap: 1.25rem;
    padding: 1.125rem 1.5rem;
  }
  .lx-more-row:last-child {
    border-bottom: none;
  }
  .lx-more-row:hover {
    background: #fafafa;
  }
  .lx-more-row__thumb {
    position: relative;
    width: 148px;
    height: auto;
    aspect-ratio: var(--lx-media);
    overflow: hidden;
    border-radius: 6px;
    background: #eef4f6;
    flex-shrink: 0;
    width: 200px;
    height: auto;
  }
  .lx-more-row__thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    display: block;
  }
  .lx-more-row__img-ph {
    position: absolute;
    inset: 0;
    border-radius: 6px;
    background: var(--lx-grey);
  }
  .lx-more-row__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
  .lx-more-row__col {
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
  }
  .lx-news-page .lx-more-row__title,
  .lx-more-row__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    line-height: 1.4 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: none !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lx-more-row__excerpt {
    display: none;
    font-size: 0.8125rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    line-height: 1.5 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.125rem;
    display: -webkit-box;
  }
  .lx-more-row__date {
    font-size: 0.75rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    margin-top: 0.125rem;
  }
  .lx-more-row__right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .lx-more-row__read {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-brand) !important;
    border: 1.5px solid var(--lx-brand);
    border-radius: 20px;
    padding: 0.25rem 0.75rem;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
    text-decoration: none !important;
  }
  .lx-more-row:hover .lx-more-row__read {
    background: var(--lx-brand);
    color: #fff !important;
  }
  .lx-more-news__footer {
    padding: 1rem 1.375rem;
    border-top: 1px solid var(--lx-grey);
    display: flex;
    justify-content: center;
  }
  .lx-more-news__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-brand) !important;
    text-decoration: none !important;
    border: 1.5px solid var(--lx-brand);
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    transition: background 0.15s, color 0.15s;
    text-align: center;
  }
  .lx-more-news__btn:hover {
    background: var(--lx-brand);
    color: #fff !important;
  }
  .lx-news-side {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0;
  }
  .lx-side-card {
    background: var(--lx-white);
    border-radius: var(--lx-radius-lg);
    border: 1px solid var(--lx-grey-mid);
    box-shadow: var(--lx-shadow);
    overflow: hidden;
  }
  .lx-side-card__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.25rem 1.375rem 1rem;
    border-bottom: 2.5px solid var(--lx-brand);
  }
  .lx-news-page .lx-side-card__title,
  .lx-side-card__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1.0625rem !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lx-side-card__tag {
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
    background: var(--lx-brand-dim);
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    white-space: nowrap;
  }
  .lx-side-card__footer {
    padding: 0.2rem 1.375rem;
    border-top: 1px solid var(--lx-grey);
    background: #fbfbfb;
  }
  .lx-embed {
    position: relative;
    width: 100%;
    padding: 0 1.375rem;
    background: var(--lx-white);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lx-embed iframe {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    min-width: 320px;
    border: 0;
  }
  .lx-cal__note {
    font-size: 0.6875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    line-height: 1.5;
  }
  .lx-cal__note a {
    color: var(--lx-brand) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }
  .lx-cal__note a:hover {
    text-decoration: underline !important;
  }
  .lx-side-cta {
    padding: 1.375rem;
  }
  .lx-news-page .lx-side-cta__title,
  .lx-side-cta__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    line-height: 1.35 !important;
    margin: 0 0 0.375rem !important;
    padding: 0 !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
  }
  .lx-side-cta__desc {
    font-size: 0.8125rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    line-height: 1.55 !important;
    margin: 0 0 0.875rem !important;
  }
  .lx-side-cta__form {
    display: flex;
    gap: 0.5rem;
  }
  .lx-side-cta__form input {
    flex: 1;
    min-width: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 0.875rem !important;
    color: var(--lx-ink) !important;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--lx-grey-mid) !important;
    border-radius: var(--lx-radius);
    background: var(--lx-white);
    outline: none;
    transition: border-color 0.15s;
  }
  .lx-side-cta__form input::placeholder {
    color: var(--lx-grey-dk) !important;
  }
  .lx-side-cta__form input:focus {
    border-color: var(--lx-brand) !important;
  }
  .lx-side-cta__form button {
    flex-shrink: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: var(--lx-brand);
    border: none;
    border-radius: var(--lx-radius);
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: background 0.15s;
  }
  .lx-side-cta__form button:hover {
    background: var(--lx-brand-dk);
  }
  .lx-side-cta--dark {
    background: var(--lx-black);
    border-color: var(--lx-black);
  }
  .lx-news-page .lx-side-cta--dark .lx-side-cta__title,
  .lx-side-cta--dark .lx-side-cta__title {
    color: #fff !important;
  }
  .lx-side-cta--dark .lx-side-cta__desc {
    color: rgba(255,255,255,0.55) !important;
  }
  .lx-side-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    color: var(--lx-brand) !important;
    text-decoration: none !important;
    border: 1.5px solid var(--lx-brand);
    border-radius: 20px;
    padding: 0.4375rem 1.125rem;
    transition: background 0.15s, color 0.15s;
  }
  .lx-side-cta__btn:hover {
    background: var(--lx-brand);
    color: #fff !important;
  }
  .lx-news-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--lx-ink-muted);
  }
  .lx-news-empty__icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    opacity: .35;
  }
  .lx-news-empty h3 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink) !important;
    margin-bottom: .3rem !important;
  }
  .lx-news-empty p {
    font-size: 0.9375rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
  }
  .lx-article {
    max-width: 760px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
  }
  .lx-article h1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: clamp(1.75rem,3.5vw,2.625rem) !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    line-height: 1.15 !important;
    letter-spacing: -.02em !important;
    margin-bottom: 1.25rem !important;
  }
  .lx-article h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: clamp(1.25rem,2.2vw,1.75rem) !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    line-height: 1.25 !important;
    margin: 2.25rem 0 .875rem !important;
    padding-left: .875rem !important;
    border-left: 3px solid var(--lx-brand) !important;
  }
  .lx-article h3 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: clamp(1rem,1.6vw,1.25rem) !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    line-height: 1.3 !important;
    margin: 1.75rem 0 .625rem !important;
  }
  .lx-article h4 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: .9375rem !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
    margin: 1.5rem 0 .5rem !important;
  }
  .lx-article h5 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: .875rem !important;
    font-weight: 600 !important;
    color: var(--lx-ink-mid) !important;
    margin: 1.25rem 0 .4rem !important;
  }
  .lx-article h6 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: .8125rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .1em !important;
    color: var(--lx-ink-muted) !important;
    margin: 1rem 0 .35rem !important;
  }
  .lx-article p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1rem !important;
    color: var(--lx-ink-mid) !important;
    line-height: 1.75 !important;
    margin-bottom: 1.125rem !important;
    max-width: 65ch;
  }
  .lx-archive-page {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink);
    background: var(--lx-grey);
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
  }
  .lx-archive-header {
    background: var(--lx-black);
    padding: 2rem 0 0;
  }
  .lx-archive-header__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem 2rem;
  }
  .lx-archive-back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: rgba(255,255,255,0.45) !important;
    text-decoration: none !important;
    margin-bottom: 1.25rem;
    transition: color 0.15s;
  }
  .lx-archive-back:hover {
    color: var(--lx-brand) !important;
  }
  .lx-archive-header__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .lx-archive-header h1,
  .lx-news-page .lx-archive-header h1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: clamp(1.5rem, 3vw, 2.5rem) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 0.3rem !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
  }
  .lx-archive-header p {
    color: rgba(255,255,255,0.45) !important;
    font-size: 1rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    margin: 0;
  }
  .lx-archive-search {
    flex-shrink: 0;
  }
  .lx-archive-search__wrap {
    position: relative;
    display: flex;
    align-items: center;
  }
  .lx-archive-search__icon {
    position: absolute;
    left: 12px;
    color: rgba(255,255,255,0.4);
    pointer-events: none;
  }
  .lx-archive-search__input {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    color: #fff !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 0.9375rem !important;
    padding: 0.625rem 2.25rem 0.625rem 2.75rem;
    width: 280px;
    transition: border-color 0.2s, background 0.2s;
    outline: none;
  }
  .lx-archive-search__input::placeholder {
    color: rgba(255,255,255,0.35) !important;
  }
  .lx-archive-search__input:focus {
    border-color: var(--lx-brand);
    background: rgba(255,255,255,0.12);
  }
  .lx-archive-search__clear {
    position: absolute;
    right: 12px;
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.15s;
  }
  .lx-archive-search__clear:hover {
    color: #fff !important;
  }
  .lx-archive-tabs {
    background: var(--lx-white);
    border-bottom: 1px solid var(--lx-grey-mid);
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
  }
  .lx-archive-tabs__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .lx-archive-tabs__inner::-webkit-scrollbar {
    display: none;
  }
  .lx-archive-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.375rem;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    text-decoration: none !important;
    white-space: nowrap;
    border-bottom: 2.5px solid transparent;
    transition: color 0.15s, border-color 0.15s;
  }
  .lx-archive-tab:hover {
    color: var(--lx-ink) !important;
  }
  .lx-archive-tab.is-active {
    color: var(--lx-brand) !important;
    border-bottom-color: var(--lx-brand);
  }
  .lx-archive-tab__count {
    background: var(--lx-grey);
    color: var(--lx-ink-muted) !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    padding: 0.125rem 0.5rem;
    border-radius: 20px;
    transition: background 0.15s, color 0.15s;
  }
  .lx-archive-tab.is-active .lx-archive-tab__count {
    background: var(--lx-brand-dim);
    color: var(--lx-brand) !important;
  }
  .lx-archive-main {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem 6rem;
  }
  .lx-archive-inner {
    padding-top: 1.75rem;
  }
  .lx-archive-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9375rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    margin-bottom: 1.5rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid var(--lx-grey-mid);
  }
  .lx-archive-summary__clear {
    color: var(--lx-brand) !important;
    font-weight: 600 !important;
    text-decoration: none;
    font-size: 0.875rem !important;
  }
  .lx-archive-summary__clear:hover {
    text-decoration: underline;
  }
  .lx-archive-month {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lx-ink-muted) !important;
    padding: 1.75rem 0 0.75rem;
  }
  .lx-archive-list > .lx-archive-month:first-child {
    padding-top: 0;
  }
  .lx-archive-row {
    display: grid;
    grid-template-columns: 200px 1fr 36px;
    gap: 1.5rem;
    align-items: start;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--lx-grey);
    text-decoration: none !important;
    border-radius: 8px;
    transition: all 0.15s;
    grid-template-columns: 160px 1fr 28px;
  }
  .lx-archive-row:last-child {
    border-bottom: none;
  }
  .lx-archive-row:hover {
    background: var(--lx-white);
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lx-archive-row:hover .lx-archive-row__arrow {
    color: var(--lx-brand) !important;
    transform: translateX(4px);
  }
  .lx-archive-row__thumb {
    position: relative;
    width: 200px;
    height: auto;
    aspect-ratio: var(--lx-media);
    overflow: hidden;
    border-radius: 8px;
    background: #eef4f6;
    flex-shrink: 0;
    width: 160px;
    height: auto;
  }
  .lx-archive-row__thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    display: block;
  }
  .lx-archive-row__img-ph {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: var(--lx-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lx-grey-dk);
  }
  .lx-archive-row__body {
    min-width: 0;
    padding-top: 0.125rem;
  }
  .lx-archive-row__meta-top {
    display: flex;
    align-items: center;
    gap: .375rem;
    margin-bottom: .4rem;
    flex-wrap: wrap;
  }
  .lx-archive-row__cat {
    font-size: .6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
  }
  .lx-archive-row__sep {
    color: var(--lx-grey-dk) !important;
    font-size: .75rem !important;
  }
  .lx-archive-row__column-badge {
    font-size: .6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .2rem .6rem;
    border-radius: 4px;
  }
  .lx-archive-row__column-badge--latest {
    background: #e0f7fa;
    color: #0e7490 !important;
  }
  .lx-archive-row__column-badge--market {
    background: #ede9fe;
    color: #7c3aed !important;
  }
  .lx-archive-row__column-badge--analysis {
    background: #fef3c7;
    color: #b45309 !important;
  }
  .lx-news-page .lx-archive-row__title,
  .lx-archive-row__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    line-height: 1.35 !important;
    margin-bottom: .5rem !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
  }
  .lx-archive-row__excerpt {
    font-size: .9375rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    line-height: 1.6 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .5rem;
  }
  .lx-archive-row__date {
    font-size: .875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    display: block;
  }
  .lx-archive-row__arrow {
    color: var(--lx-grey-dk) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .25rem;
    transition: color .15s,transform .2s;
    flex-shrink: 0;
  }
  .lx-archive-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--lx-grey-mid);
    gap: 1rem;
  }
  .lx-pg-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .9375rem !important;
    font-weight: 600 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink) !important;
    text-decoration: none !important;
    padding: .5rem 1.125rem;
    border: 1px solid var(--lx-grey-mid);
    border-radius: var(--lx-radius);
    background: var(--lx-white);
    transition: all .15s;
    white-space: nowrap;
  }
  .lx-pg-btn:hover {
    border-color: var(--lx-brand);
    color: var(--lx-brand) !important;
  }
  .lx-pg-btn--disabled {
    color: var(--lx-grey-dk) !important;
    cursor: not-allowed;
    opacity: .5;
  }
  .lx-pg-nums {
    display: flex;
    align-items: center;
    gap: .375rem;
  }
  .lx-pg-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--lx-radius);
    font-size: .9375rem !important;
    font-weight: 500 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-mid) !important;
    text-decoration: none !important;
    border: 1px solid var(--lx-grey-mid);
    background: var(--lx-white);
    transition: all .15s;
  }
  .lx-pg-num:hover {
    border-color: var(--lx-brand);
    color: var(--lx-brand) !important;
  }
  .lx-pg-num--current {
    background: var(--lx-brand);
    border-color: var(--lx-brand);
    color: #fff !important;
    font-weight: 700 !important;
  }
  .lx-pg-ellipsis {
    color: var(--lx-ink-muted) !important;
    font-size: .9375rem !important;
    padding: 0 .25rem;
  }
  .lx-archive-empty {
    text-align: center;
    padding: 6rem 1rem;
    color: var(--lx-ink-muted);
  }
  .lx-archive-empty__icon {
    font-size: 2.5rem;
    margin-bottom: .875rem;
    opacity: .35;
  }
  .lx-archive-empty h3 {
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink) !important;
    margin-bottom: .5rem !important;
  }
  .lx-archive-empty p {
    font-size: 1rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
  }
  .lx-archive-empty a {
    color: var(--lx-brand) !important;
  }
  .lx-hot-feature__title {
    font-size: 1.5rem !important;
  }
  .lx-more-row__title {
    font-size: 1rem !important;
  }
}

@media (max-width: 767px) {
  :root {
    --lx-brand: #199caa;
    --lx-brand-dk: #1e9eb7;
    --lx-brand-dim: rgba(25,156,170,0.10);
    --lx-brand-deep: #0f6b76;
    --lx-black: #111111;
    --lx-ink: #1a1a1a;
    --lx-ink-mid: #444444;
    --lx-ink-muted: #888888;
    --lx-white: #ffffff;
    --lx-grey: #f2f2f2;
    --lx-grey-mid: #e2e2e2;
    --lx-grey-dk: #cccccc;
    --lx-hot: #c0392b;
    --lx-banner-bg: #f3f9fa;
    --lx-banner-tint: rgba(25,156,170,0.07);
    --lx-banner-line: rgba(25,156,170,0.22);
    --lx-radius: 8px;
    --lx-radius-lg: 12px;
    --lx-shadow: 0 2px 12px rgba(0,0,0,0.07);
    --lx-shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
    --lx-media: 2.5 / 1;
    --lx-font-disp: 'Roboto', Arial, Helvetica, sans-serif;
    --lx-font-ui: 'Roboto', Arial, Helvetica, sans-serif;
  }
  .lx-news-page {
    width: 100% !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink);
    background: var(--lx-grey);
    -webkit-font-smoothing: antialiased;
    width: 100vw !important;
  }
  .lx-news-page *,
  .lx-news-page *::before,
  .lx-news-page *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .lx-news-page,
  .lx-news-page p,
  .lx-news-page span,
  .lx-news-page a,
  .lx-news-page li,
  .lx-news-page time,
  .lx-news-page button,
  .lx-news-page input,
  .lx-news-page label,
  .lx-news-page div {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    -webkit-font-smoothing: antialiased;
  }
  .lx-news-page h1,
  .lx-news-page h2,
  .lx-news-page h3,
  .lx-news-page h4,
  .lx-news-page h5,
  .lx-news-page h6 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    -webkit-font-smoothing: antialiased;
  }
  .lx-news-banner {
    position: relative;
    background: var(--lx-banner-bg);
    border-bottom: 1px solid var(--lx-grey-mid);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .lx-news-banner__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.10;
    pointer-events: none;
  }
  .lx-news-banner__bg--default {
    background: radial-gradient(ellipse at 70% 45%, rgba(25,156,170,0.16) 0%, transparent 62%);
    opacity: 1;
  }
  .lx-news-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(243,249,250,0.97) 0%, rgba(243,249,250,0.90) 45%, rgba(243,249,250,0.55) 100%);
    pointer-events: none;
  }
  .lx-news-banner__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 7rem 2rem 2.5rem;
    padding: 5rem 1rem 1.5rem;
  }
  @keyframes lx-pulse {
    0%,100% {
      opacity: 1;
      transform: scale(1);
    }
    50% {
      opacity: .25;
      transform: scale(.55);
    }
  }
  .lx-news-banner__text h1,
  .lx-news-page .lx-news-banner__text h1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 0.875rem !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
  }
  .lx-news-banner__desc {
    color: var(--lx-ink-mid) !important;
    font-size: 1.0625rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    line-height: 1.6;
    max-width: 560px;
    margin-bottom: 1.5rem;
    font-size: 0.9375rem !important;
    margin-bottom: 1.25rem;
  }
  .lx-news-banner__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--lx-grey-mid);
    max-width: 720px;
    gap: 0.5rem 0.75rem;
    padding-top: 1rem;
  }
  .lx-news-banner__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8125rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-mid) !important;
    white-space: nowrap;
    font-size: 0.75rem !important;
  }
  .lx-news-banner__meta-item strong {
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    font-variant-numeric: tabular-nums;
  }
  .lx-news-banner__meta-label {
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
  }
  .lx-news-banner__meta-item--wide {
    white-space: normal;
  }
  .lx-news-banner__meta-sep {
    width: 1px;
    height: 14px;
    flex-shrink: 0;
    background: var(--lx-grey-dk);
  }
  .lx-news-banner__bottom-line {
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--lx-banner-line);
    z-index: 4;
  }
  .lx-ticker {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    height: 44px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--lx-banner-tint);
    border-top: 1px solid var(--lx-banner-line);
  }
  .lx-ticker__label {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0 1.25rem 0 1.125rem;
    height: 100%;
    background: var(--lx-brand);
    color: #fff;
    font-weight: 800 !important;
    font-size: 0.6875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    position: relative;
  }
  .lx-ticker__label::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 10px solid var(--lx-brand);
  }
  .lx-ticker__live-text {
    font-size: 0.6875rem !important;
    font-weight: 800 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.12em;
    color: #fff !important;
  }
  .lx-ticker__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    animation: lx-pulse 1.3s ease-in-out infinite;
  }
  .lx-ticker__track {
    flex: 1;
    overflow: hidden;
    padding-left: 20px;
    mask-image: linear-gradient(to right, transparent 0, black 3%, black 97%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 3%, black 97%, transparent 100%);
  }
  .lx-ticker__inner {
    display: inline-flex;
    white-space: nowrap;
    animation: lx-scroll 34s linear infinite;
  }
  .lx-ticker__inner:hover {
    animation-play-state: paused;
  }
  @keyframes lx-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .lx-ticker__item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding-right: 2.5rem;
    text-decoration: none !important;
  }
  .lx-ticker__item-date {
    color: var(--lx-brand-deep) !important;
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
  }
  .lx-ticker__dot-sep {
    color: var(--lx-grey-dk) !important;
    font-size: 0.8125rem !important;
  }
  .lx-ticker__item-title {
    color: var(--lx-ink-mid) !important;
    font-size: 0.875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
  }
  .lx-ticker__item:hover .lx-ticker__item-title {
    color: var(--lx-brand-deep) !important;
  }
  .lx-ticker__sep {
    color: var(--lx-grey-mid) !important;
    padding-right: 2rem;
  }
  .lx-news-main {
    width: 100%;
    margin: 0 auto;
    padding: 2.5rem 2rem 6rem;
    padding: 1.5rem 1rem 4rem;
  }
  .lx-hot-section {
    background: var(--lx-white);
    border-radius: var(--lx-radius-lg);
    border: 1px solid var(--lx-grey-mid);
    box-shadow: var(--lx-shadow);
    margin-bottom: 2rem;
    overflow: hidden;
  }
  .lx-hot-feature {
    display: flex;
    flex-direction: row;
    height: 320px;
    flex-direction: column;
    height: auto;
  }
  .lx-hot-feature__img-wrap {
    flex: 0 0 55%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #eef4f6;
    display: block;
    text-decoration: none !important;
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: var(--lx-media);
  }
  .lx-hot-feature__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }
  .lx-hot-feature__img-ph {
    position: absolute;
    inset: 0;
    background: #eef4f6;
  }
  .lx-hot-feature__body {
    flex: 1;
    min-width: 0;
    height: 100%;
    padding: 2rem 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.875rem;
    border-left: 3px solid var(--lx-brand);
    overflow: hidden;
    height: auto;
    border-left: none;
    border-top: 3px solid var(--lx-brand);
    padding: 1.25rem;
  }
  .lx-hot-feature__top {
    display: flex;
    align-items: center;
    gap: 0.625rem;
  }
  .lx-hot-feature__breaking {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: var(--lx-hot);
    color: #fff;
    font-size: 0.625rem !important;
    font-weight: 800 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.25rem 0.625rem;
    border-radius: 4px;
  }
  .lx-hot-feature__breaking-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    animation: lx-pulse 1.1s ease-in-out infinite;
  }
  .lx-hot-feature__col-label {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
    background: var(--lx-brand-dim);
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    text-decoration: none !important;
    transition: background 0.15s;
  }
  .lx-hot-feature__col-label:hover {
    background: rgba(25,156,170,0.20);
  }
  .lx-news-page .lx-hot-section h2.lx-hot-feature__title,
  .lx-news-page h2.lx-hot-feature__title,
  h2.lx-hot-feature__title,
  .lx-hot-feature__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
  }
  .lx-hot-feature__title a {
    color: inherit !important;
    text-decoration: none !important;
    font-family: inherit !important;
  }
  .lx-hot-feature__title a:hover {
    color: var(--lx-brand) !important;
  }
  .lx-hot-feature__desc {
    font-size: 1rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-mid) !important;
    line-height: 1.7 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lx-hot-feature__meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-top: 0.875rem;
    border-top: 1px solid var(--lx-grey);
    margin-top: auto;
  }
  .lx-hot-feature__meta time {
    font-size: 0.875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
  }
  .lx-hot-feature__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-brand) !important;
    text-decoration: none !important;
    border: 1.5px solid var(--lx-brand);
    border-radius: 20px;
    padding: 0.5rem 1.375rem;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
  }
  .lx-hot-feature__cta:hover {
    background: var(--lx-brand);
    color: #fff !important;
  }
  .lx-spotlight-section {
    background: var(--lx-white);
    border-radius: var(--lx-radius-lg);
    border: 1px solid var(--lx-grey-mid);
    box-shadow: var(--lx-shadow);
    margin-bottom: 2rem;
    overflow: hidden;
  }
  .lx-3col-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: 1fr;
  }
  .lx-news-col {
    padding: 1.5rem 1.375rem;
    border-right: 1px solid var(--lx-grey-mid);
    border-right: none;
    border-bottom: 1px solid var(--lx-grey-mid);
  }
  .lx-news-col:last-child {
    border-right: none;
    grid-column: 1 / -1;
    border-right: none;
    border-top: 1px solid var(--lx-grey-mid);
    border-bottom: none;
    grid-column: auto;
  }
  .lx-col-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.875rem;
    margin-bottom: 1rem;
    border-bottom: 2.5px solid var(--lx-brand);
  }
  .lx-news-page .lx-col-header__title,
  .lx-col-header__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1.0625rem !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lx-col-header__all {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
    text-decoration: none !important;
    white-space: nowrap;
    flex-shrink: 0;
    transition: gap 0.15s;
  }
  .lx-col-header__all:hover {
    gap: 0.45rem;
  }
  .lx-col-empty {
    font-size: 0.875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted);
    padding: 0.5rem 0;
  }
  .lx-story-card {
    padding: 1rem 0;
    border-bottom: 1px solid var(--lx-grey);
  }
  .lx-story-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .lx-story-card__thumb {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: var(--lx-media);
    overflow: hidden;
    border-radius: 8px;
    background: #eef4f6;
    margin-bottom: 0.75rem;
  }
  .lx-story-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s;
  }
  .lx-story-card:hover .lx-story-card__img {
    transform: scale(1.03);
  }
  .lx-story-card__img-ph {
    position: absolute;
    inset: 0;
    background: var(--lx-grey);
    border-radius: 8px;
  }
  .lx-story-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
  }
  .lx-news-page .lx-story-card__title,
  .lx-story-card__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
  }
  .lx-story-card__title a {
    color: inherit !important;
    text-decoration: none !important;
    font-family: inherit !important;
  }
  .lx-story-card__title a:hover {
    color: var(--lx-brand) !important;
  }
  .lx-story-card__excerpt {
    font-size: 0.8125rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    line-height: 1.55 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .lx-story-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.375rem;
  }
  .lx-story-card__footer time {
    font-size: 0.75rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
  }
  .lx-story-card__read {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-brand) !important;
    text-decoration: none !important;
    border: 1px solid var(--lx-brand);
    border-radius: 20px;
    padding: 0.2rem 0.625rem;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
    line-height: 1;
    flex-shrink: 0;
  }
  .lx-story-card__read:hover {
    background: var(--lx-brand);
    color: #fff !important;
  }
  .lx-bottom-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
  .lx-bottom-grid--single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 520px;
    max-width: none;
  }
  .lx-more-news {
    background: var(--lx-white);
    border-radius: var(--lx-radius-lg);
    border: 1px solid var(--lx-grey-mid);
    box-shadow: var(--lx-shadow);
    margin-top: 0;
    overflow: hidden;
  }
  .lx-more-news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.375rem 1rem;
    border-bottom: 2.5px solid var(--lx-brand);
    padding: 1.125rem 1.25rem 0.875rem;
  }
  .lx-news-page .lx-more-news__title,
  .lx-more-news__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1.0625rem !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lx-more-news__view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-brand) !important;
    text-decoration: none !important;
    transition: gap 0.15s;
    white-space: nowrap;
  }
  .lx-more-news__view-all:hover {
    gap: 0.625rem;
  }
  .lx-more-news__count {
    background: var(--lx-brand-dim);
    color: var(--lx-brand-deep) !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    padding: 0.125rem 0.5rem;
    border-radius: 20px;
  }
  .lx-more-row {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 0.9375rem 1.375rem;
    border-bottom: 1px solid var(--lx-grey);
    text-decoration: none !important;
    transition: background 0.15s;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 0.875rem;
    padding: 0.875rem 1.25rem;
  }
  .lx-more-row:last-child {
    border-bottom: none;
  }
  .lx-more-row:hover {
    background: #fafafa;
  }
  .lx-more-row__thumb {
    position: relative;
    width: 148px;
    height: auto;
    aspect-ratio: var(--lx-media);
    overflow: hidden;
    border-radius: 6px;
    background: #eef4f6;
    flex-shrink: 0;
    width: 120px;
    height: auto;
  }
  .lx-more-row__thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    display: block;
  }
  .lx-more-row__img-ph {
    position: absolute;
    inset: 0;
    border-radius: 6px;
    background: var(--lx-grey);
  }
  .lx-more-row__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
  .lx-more-row__col {
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
  }
  .lx-news-page .lx-more-row__title,
  .lx-more-row__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    line-height: 1.4 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: none !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lx-more-row__excerpt {
    display: none;
    font-size: 0.8125rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    line-height: 1.5 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.125rem;
    display: none;
  }
  .lx-more-row__date {
    font-size: 0.75rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    margin-top: 0.125rem;
  }
  .lx-more-row__right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    display: none;
  }
  .lx-more-row__read {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-brand) !important;
    border: 1.5px solid var(--lx-brand);
    border-radius: 20px;
    padding: 0.25rem 0.75rem;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
    text-decoration: none !important;
  }
  .lx-more-row:hover .lx-more-row__read {
    background: var(--lx-brand);
    color: #fff !important;
  }
  .lx-more-news__footer {
    padding: 1rem 1.375rem;
    border-top: 1px solid var(--lx-grey);
    display: flex;
    justify-content: center;
    padding: 1rem 1.25rem;
  }
  .lx-more-news__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-brand) !important;
    text-decoration: none !important;
    border: 1.5px solid var(--lx-brand);
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    transition: background 0.15s, color 0.15s;
    text-align: center;
  }
  .lx-more-news__btn:hover {
    background: var(--lx-brand);
    color: #fff !important;
  }
  .lx-news-side {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0;
  }
  .lx-side-card {
    background: var(--lx-white);
    border-radius: var(--lx-radius-lg);
    border: 1px solid var(--lx-grey-mid);
    box-shadow: var(--lx-shadow);
    overflow: hidden;
  }
  .lx-side-card__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.25rem 1.375rem 1rem;
    border-bottom: 2.5px solid var(--lx-brand);
    padding: 1.125rem 1.125rem 0.875rem;
  }
  .lx-news-page .lx-side-card__title,
  .lx-side-card__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1.0625rem !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lx-side-card__tag {
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
    background: var(--lx-brand-dim);
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    white-space: nowrap;
  }
  .lx-side-card__footer {
    padding: 0.2rem 1.375rem;
    border-top: 1px solid var(--lx-grey);
    background: #fbfbfb;
    padding: 0.2rem 1.125rem;
  }
  .lx-embed {
    position: relative;
    width: 100%;
    padding: 0 1.375rem;
    background: var(--lx-white);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 1.125rem;
  }
  .lx-embed iframe {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    min-width: 320px;
    border: 0;
  }
  .lx-cal__note {
    font-size: 0.6875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    line-height: 1.5;
  }
  .lx-cal__note a {
    color: var(--lx-brand) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }
  .lx-cal__note a:hover {
    text-decoration: underline !important;
  }
  .lx-side-cta {
    padding: 1.375rem;
    padding: 1.125rem;
  }
  .lx-news-page .lx-side-cta__title,
  .lx-side-cta__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    line-height: 1.35 !important;
    margin: 0 0 0.375rem !important;
    padding: 0 !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
  }
  .lx-side-cta__desc {
    font-size: 0.8125rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    line-height: 1.55 !important;
    margin: 0 0 0.875rem !important;
  }
  .lx-side-cta__form {
    display: flex;
    gap: 0.5rem;
  }
  .lx-side-cta__form input {
    flex: 1;
    min-width: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 0.875rem !important;
    color: var(--lx-ink) !important;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--lx-grey-mid) !important;
    border-radius: var(--lx-radius);
    background: var(--lx-white);
    outline: none;
    transition: border-color 0.15s;
  }
  .lx-side-cta__form input::placeholder {
    color: var(--lx-grey-dk) !important;
  }
  .lx-side-cta__form input:focus {
    border-color: var(--lx-brand) !important;
  }
  .lx-side-cta__form button {
    flex-shrink: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: var(--lx-brand);
    border: none;
    border-radius: var(--lx-radius);
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: background 0.15s;
  }
  .lx-side-cta__form button:hover {
    background: var(--lx-brand-dk);
  }
  .lx-side-cta--dark {
    background: var(--lx-black);
    border-color: var(--lx-black);
  }
  .lx-news-page .lx-side-cta--dark .lx-side-cta__title,
  .lx-side-cta--dark .lx-side-cta__title {
    color: #fff !important;
  }
  .lx-side-cta--dark .lx-side-cta__desc {
    color: rgba(255,255,255,0.55) !important;
  }
  .lx-side-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    color: var(--lx-brand) !important;
    text-decoration: none !important;
    border: 1.5px solid var(--lx-brand);
    border-radius: 20px;
    padding: 0.4375rem 1.125rem;
    transition: background 0.15s, color 0.15s;
  }
  .lx-side-cta__btn:hover {
    background: var(--lx-brand);
    color: #fff !important;
  }
  .lx-news-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--lx-ink-muted);
  }
  .lx-news-empty__icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    opacity: .35;
  }
  .lx-news-empty h3 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink) !important;
    margin-bottom: .3rem !important;
  }
  .lx-news-empty p {
    font-size: 0.9375rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
  }
  .lx-article {
    max-width: 760px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
  }
  .lx-article h1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: clamp(1.75rem,3.5vw,2.625rem) !important;
    font-weight: 800 !important;
    color: var(--lx-ink) !important;
    line-height: 1.15 !important;
    letter-spacing: -.02em !important;
    margin-bottom: 1.25rem !important;
  }
  .lx-article h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: clamp(1.25rem,2.2vw,1.75rem) !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    line-height: 1.25 !important;
    margin: 2.25rem 0 .875rem !important;
    padding-left: .875rem !important;
    border-left: 3px solid var(--lx-brand) !important;
  }
  .lx-article h3 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: clamp(1rem,1.6vw,1.25rem) !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    line-height: 1.3 !important;
    margin: 1.75rem 0 .625rem !important;
  }
  .lx-article h4 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: .9375rem !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
    margin: 1.5rem 0 .5rem !important;
  }
  .lx-article h5 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: .875rem !important;
    font-weight: 600 !important;
    color: var(--lx-ink-mid) !important;
    margin: 1.25rem 0 .4rem !important;
  }
  .lx-article h6 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: .8125rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .1em !important;
    color: var(--lx-ink-muted) !important;
    margin: 1rem 0 .35rem !important;
  }
  .lx-article p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1rem !important;
    color: var(--lx-ink-mid) !important;
    line-height: 1.75 !important;
    margin-bottom: 1.125rem !important;
    max-width: 65ch;
  }
  .lx-archive-page {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink);
    background: var(--lx-grey);
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
  }
  .lx-archive-header {
    background: var(--lx-black);
    padding: 2rem 0 0;
  }
  .lx-archive-header__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem 2rem;
  }
  .lx-archive-back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: rgba(255,255,255,0.45) !important;
    text-decoration: none !important;
    margin-bottom: 1.25rem;
    transition: color 0.15s;
  }
  .lx-archive-back:hover {
    color: var(--lx-brand) !important;
  }
  .lx-archive-header__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .lx-archive-header h1,
  .lx-news-page .lx-archive-header h1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: clamp(1.5rem, 3vw, 2.5rem) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 0.3rem !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
  }
  .lx-archive-header p {
    color: rgba(255,255,255,0.45) !important;
    font-size: 1rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    margin: 0;
  }
  .lx-archive-search {
    flex-shrink: 0;
  }
  .lx-archive-search__wrap {
    position: relative;
    display: flex;
    align-items: center;
  }
  .lx-archive-search__icon {
    position: absolute;
    left: 12px;
    color: rgba(255,255,255,0.4);
    pointer-events: none;
  }
  .lx-archive-search__input {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    color: #fff !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 0.9375rem !important;
    padding: 0.625rem 2.25rem 0.625rem 2.75rem;
    width: 280px;
    transition: border-color 0.2s, background 0.2s;
    outline: none;
    width: 100%;
  }
  .lx-archive-search__input::placeholder {
    color: rgba(255,255,255,0.35) !important;
  }
  .lx-archive-search__input:focus {
    border-color: var(--lx-brand);
    background: rgba(255,255,255,0.12);
  }
  .lx-archive-search__clear {
    position: absolute;
    right: 12px;
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.15s;
  }
  .lx-archive-search__clear:hover {
    color: #fff !important;
  }
  .lx-archive-tabs {
    background: var(--lx-white);
    border-bottom: 1px solid var(--lx-grey-mid);
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
  }
  .lx-archive-tabs__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .lx-archive-tabs__inner::-webkit-scrollbar {
    display: none;
  }
  .lx-archive-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.375rem;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    text-decoration: none !important;
    white-space: nowrap;
    border-bottom: 2.5px solid transparent;
    transition: color 0.15s, border-color 0.15s;
  }
  .lx-archive-tab:hover {
    color: var(--lx-ink) !important;
  }
  .lx-archive-tab.is-active {
    color: var(--lx-brand) !important;
    border-bottom-color: var(--lx-brand);
  }
  .lx-archive-tab__count {
    background: var(--lx-grey);
    color: var(--lx-ink-muted) !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    padding: 0.125rem 0.5rem;
    border-radius: 20px;
    transition: background 0.15s, color 0.15s;
  }
  .lx-archive-tab.is-active .lx-archive-tab__count {
    background: var(--lx-brand-dim);
    color: var(--lx-brand) !important;
  }
  .lx-archive-main {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem 6rem;
  }
  .lx-archive-inner {
    padding-top: 1.75rem;
  }
  .lx-archive-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9375rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    margin-bottom: 1.5rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid var(--lx-grey-mid);
  }
  .lx-archive-summary__clear {
    color: var(--lx-brand) !important;
    font-weight: 600 !important;
    text-decoration: none;
    font-size: 0.875rem !important;
  }
  .lx-archive-summary__clear:hover {
    text-decoration: underline;
  }
  .lx-archive-month {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lx-ink-muted) !important;
    padding: 1.75rem 0 0.75rem;
  }
  .lx-archive-list > .lx-archive-month:first-child {
    padding-top: 0;
  }
  .lx-archive-row {
    display: grid;
    grid-template-columns: 200px 1fr 36px;
    gap: 1.5rem;
    align-items: start;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--lx-grey);
    text-decoration: none !important;
    border-radius: 8px;
    transition: all 0.15s;
    grid-template-columns: 120px 1fr 24px;
    gap: 1rem;
  }
  .lx-archive-row:last-child {
    border-bottom: none;
  }
  .lx-archive-row:hover {
    background: var(--lx-white);
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lx-archive-row:hover .lx-archive-row__arrow {
    color: var(--lx-brand) !important;
    transform: translateX(4px);
  }
  .lx-archive-row__thumb {
    position: relative;
    width: 200px;
    height: auto;
    aspect-ratio: var(--lx-media);
    overflow: hidden;
    border-radius: 8px;
    background: #eef4f6;
    flex-shrink: 0;
    width: 120px;
    height: auto;
  }
  .lx-archive-row__thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    display: block;
  }
  .lx-archive-row__img-ph {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: var(--lx-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lx-grey-dk);
  }
  .lx-archive-row__body {
    min-width: 0;
    padding-top: 0.125rem;
  }
  .lx-archive-row__meta-top {
    display: flex;
    align-items: center;
    gap: .375rem;
    margin-bottom: .4rem;
    flex-wrap: wrap;
  }
  .lx-archive-row__cat {
    font-size: .6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--lx-brand-deep) !important;
  }
  .lx-archive-row__sep {
    color: var(--lx-grey-dk) !important;
    font-size: .75rem !important;
  }
  .lx-archive-row__column-badge {
    font-size: .6875rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .2rem .6rem;
    border-radius: 4px;
  }
  .lx-archive-row__column-badge--latest {
    background: #e0f7fa;
    color: #0e7490 !important;
  }
  .lx-archive-row__column-badge--market {
    background: #ede9fe;
    color: #7c3aed !important;
  }
  .lx-archive-row__column-badge--analysis {
    background: #fef3c7;
    color: #b45309 !important;
  }
  .lx-news-page .lx-archive-row__title,
  .lx-archive-row__title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: var(--lx-ink) !important;
    line-height: 1.35 !important;
    margin-bottom: .5rem !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
  }
  .lx-archive-row__excerpt {
    font-size: .9375rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    line-height: 1.6 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .5rem;
  }
  .lx-archive-row__date {
    font-size: .875rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-muted) !important;
    display: block;
  }
  .lx-archive-row__arrow {
    color: var(--lx-grey-dk) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .25rem;
    transition: color .15s,transform .2s;
    flex-shrink: 0;
  }
  .lx-archive-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--lx-grey-mid);
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lx-pg-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .9375rem !important;
    font-weight: 600 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink) !important;
    text-decoration: none !important;
    padding: .5rem 1.125rem;
    border: 1px solid var(--lx-grey-mid);
    border-radius: var(--lx-radius);
    background: var(--lx-white);
    transition: all .15s;
    white-space: nowrap;
  }
  .lx-pg-btn:hover {
    border-color: var(--lx-brand);
    color: var(--lx-brand) !important;
  }
  .lx-pg-btn--disabled {
    color: var(--lx-grey-dk) !important;
    cursor: not-allowed;
    opacity: .5;
  }
  .lx-pg-nums {
    display: flex;
    align-items: center;
    gap: .375rem;
  }
  .lx-pg-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--lx-radius);
    font-size: .9375rem !important;
    font-weight: 500 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink-mid) !important;
    text-decoration: none !important;
    border: 1px solid var(--lx-grey-mid);
    background: var(--lx-white);
    transition: all .15s;
  }
  .lx-pg-num:hover {
    border-color: var(--lx-brand);
    color: var(--lx-brand) !important;
  }
  .lx-pg-num--current {
    background: var(--lx-brand);
    border-color: var(--lx-brand);
    color: #fff !important;
    font-weight: 700 !important;
  }
  .lx-pg-ellipsis {
    color: var(--lx-ink-muted) !important;
    font-size: .9375rem !important;
    padding: 0 .25rem;
  }
  .lx-archive-empty {
    text-align: center;
    padding: 6rem 1rem;
    color: var(--lx-ink-muted);
  }
  .lx-archive-empty__icon {
    font-size: 2.5rem;
    margin-bottom: .875rem;
    opacity: .35;
  }
  .lx-archive-empty h3 {
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
    color: var(--lx-ink) !important;
    margin-bottom: .5rem !important;
  }
  .lx-archive-empty p {
    font-size: 1rem !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
  }
  .lx-archive-empty a {
    color: var(--lx-brand) !important;
  }
  .lx-more-row__title {
    font-size: 1rem !important;
  }
  .lx-news-banner__text h1 {
    font-size: 1.875rem !important;
  }
  .lx-hot-feature__title {
    font-size: 1.375rem !important;
  }
}