.news-mobile {
  display: none;
}

@media (max-width: 700px) {
  .hp-header__top {
    display: none !important;
  }

  .header-top {
    display: none !important;
  }

  #main-navigation {
    display: none !important;
  }

  .hp-header-spacer {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #main-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.hp-page--inner {
    background: #f4f7fb;
  }

  .news-mobile {
    display: block;
    min-height: calc(100vh - 102px);
    margin-top: -28px !important;
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
    color: #172033;
    font-family: "Be Vietnam Pro", sans-serif;
  }

  .news-breadcrumb,
  .container.news-page {
    display: none;
  }

  .news-mobile__hero {
    position: relative;
    min-height: calc(172px + env(safe-area-inset-top));
    padding: calc(28px + env(safe-area-inset-top)) 45% 38px 22px;
    overflow: hidden;
    background:
      radial-gradient(circle at 68% 50%, rgba(80, 178, 255, .58), transparent 32%),
      linear-gradient(to bottom, #0759db 0%, #0759db 18%, #087cf2 68%, #179af8 100%);
    color: #fff;
  }

  .news-mobile__hero::after {
    position: absolute;
    right: -35px;
    bottom: -80px;
    width: 210px;
    height: 150px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    content: "";
  }

  .news-mobile__hero-copy {
    position: relative;
    z-index: 2;
  }

  .news-mobile__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .88);
    font-size: 13px;
    font-weight: 500;
  }

  .news-mobile__hero h1 {
    margin: 0 0 7px;
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
  }

  .news-mobile__hero p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, .9);
    font-size: 11px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .news-mobile__hero-art {
    position: absolute;
    z-index: 1;
    top: calc(7px + env(safe-area-inset-top));
    right: -3px;
    width: 47%;
    height: auto;
    filter: drop-shadow(0 12px 13px rgba(0, 43, 130, .3));
    transform: rotate(-5deg);
  }

  .news-mobile__sheet {
    position: relative;
    z-index: 3;
    margin-top: -20px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    background: #fff;
    box-shadow: 0 -5px 20px rgba(4, 45, 105, .08);
  }

  .news-mobile__tabs {
    display: flex;
    overflow-x: auto;
    border-bottom: 1px solid #e9edf3;
    background: #fff;
    scrollbar-width: none;
  }

  .news-mobile__tabs::-webkit-scrollbar {
    display: none;
  }

  .news-mobile__tabs a {
    position: relative;
    flex: 1 0 auto;
    min-width: 92px;
    padding: 17px 14px 15px;
    color: #667085;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .news-mobile__tabs a.is-active {
    color: #0968df;
    font-weight: 700;
  }

  .news-mobile__tabs a.is-active::after {
    position: absolute;
    right: 20%;
    bottom: 0;
    left: 20%;
    height: 3px;
    border-radius: 4px 4px 0 0;
    background: #0968df;
    content: "";
  }

  .news-mobile__list {
    margin: 0;
    padding: 5px 17px 0;
    list-style: none;
  }

  .news-mobile__list li {
    border-bottom: 1px solid #edf0f4;
  }

  .news-mobile__card {
    position: relative;
    display: grid;
    grid-template-columns: 35% minmax(0, 1fr) 14px;
    gap: 13px;
    align-items: center;
    min-height: 132px;
    padding: 10px 0;
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  .news-mobile__card:active {
    opacity: .72;
  }

  .news-mobile__thumb {
    width: 100%;
    aspect-ratio: 1.35 / 1;
    overflow: hidden;
    border-radius: 9px;
    background: #eaf0f6;
  }

  .news-mobile__thumb img,
  .news-mobile__thumb .img-no-content {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
  }

  .news-mobile__thumb .img-no-content span {
    display: none;
  }

  .news-mobile__card-body {
    min-width: 0;
  }

  .news-mobile__badge {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 6px;
    padding: 3px 7px;
    overflow: hidden;
    border-radius: 4px;
    background: #0879ea;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .news-mobile__list li:nth-child(3n + 2) .news-mobile__badge {
    background: #7755dd;
  }

  .news-mobile__list li:nth-child(3n) .news-mobile__badge {
    background: #f39a21;
  }

  .news-mobile__card h2 {
    display: -webkit-box;
    margin: 0 0 5px;
    overflow: hidden;
    color: #172033;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .news-mobile__card time {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
    color: #7c8798;
    font-size: 8px;
    line-height: 1.4;
  }

  .news-mobile__card time svg {
    width: 10px;
    height: 10px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .news-mobile__card p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #737e8e;
    font-size: 9px;
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .news-mobile__chevron {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #6d7785;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }

  .news-mobile__empty {
    padding: 65px 24px;
    color: #788393;
    font-size: 13px;
    text-align: center;
  }

  .news-mobile__pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 22px 16px 26px;
    color: #6b7585;
    font-size: 11px;
  }

  .news-mobile__pager a {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: #0879ea;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }

  .hp-footer {
    display: none;
  }
}

@media (max-width: 370px) {
  .news-mobile__hero {
    padding-left: 17px;
  }

  .news-mobile__list {
    padding-right: 13px;
    padding-left: 13px;
  }

  .news-mobile__card {
    gap: 10px;
  }
}
