body.page-news-article {
  background: #07070b;
  color: #e5e7eb;
}
body.page-news-article .loader { background: #07070b; }
body.page-news-article .news-page {
  padding-top: 0;
}

.news-article-page {
  overflow: hidden;
}
.news-wrap {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}
.news-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c4b5fd;
}

.news-hero {
  position: relative;
  padding: 124px 0 40px;
}
.news-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.news-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.news-orb-a {
  top: -40px;
  left: 8%;
  width: 380px;
  height: 380px;
  background: rgba(99, 102, 241, 0.22);
}
.news-orb-b {
  top: 20px;
  right: 4%;
  width: 320px;
  height: 320px;
  background: rgba(217, 70, 239, 0.12);
}
.news-gridline {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 50% 20%, #000 20%, transparent 72%);
}
.news-hero-inner {
  position: relative;
}
.news-hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}
.news-back-link {
  color: #a78bfa;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.news-back-link:hover { color: #fff; }
.news-hero-nav {
  display: flex;
  gap: 10px;
}
.news-hero-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.news-hero-nav-btn:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(196,181,253,0.45);
}
.news-hero h1 {
  margin: 0 0 20px;
  max-width: 820px;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
}
.news-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news-badge {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ddd6fe;
  background: rgba(99,102,241,0.18);
  border: 1px solid rgba(167,139,250,0.35);
}
.news-badge--muted {
  color: #fde68a;
  background: rgba(251,191,36,0.1);
  border-color: rgba(251,191,36,0.28);
}

.news-body {
  padding: 8px 0 56px;
}
.news-body-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 32px;
  align-items: start;
}
.news-content-card {
  padding: 28px 30px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    radial-gradient(420px 160px at 10% 0%, rgba(99,102,241,0.12), transparent 70%),
    rgba(12, 12, 18, 0.88);
}
.news-content-card p {
  margin: 0 0 16px;
  color: #9ca3af;
  font-size: 16px;
  line-height: 1.75;
}
.news-content-card p:last-of-type {
  margin-bottom: 0;
}
.news-lead {
  color: #e5e7eb !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
}
.news-highlights {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.news-highlight {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.news-highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 18px;
}
.news-highlight strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
}
.news-highlight p {
  margin: 0;
  font-size: 14px !important;
  line-height: 1.55 !important;
}
.news-content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.news-aside {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 110px;
}
.news-preview-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
  text-align: left;
}
.news-preview-frame {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: #0c0c12;
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
  max-height: 360px;
}
.news-preview-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.35s ease;
}
.news-preview-open:hover .news-preview-frame img {
  transform: scale(1.03);
}
.news-preview-zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 10, 16, 0.72);
  backdrop-filter: blur(12px);
  color: #fff;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.news-preview-open:hover .news-preview-zoom {
  opacity: 1;
}
.news-preview-thumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.news-preview-thumb {
  width: 72px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  overflow: hidden;
  background: #15161e;
  cursor: pointer;
  opacity: 0.45;
  transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.news-preview-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.news-preview-thumb.is-active,
.news-preview-thumb:hover {
  opacity: 1;
  transform: translateY(-2px);
  border-color: rgba(196, 181, 253, 0.7);
}
.news-preview figcaption {
  margin-top: 10px;
  text-align: center;
  color: rgba(255,255,255,0.42);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.news-aside-card {
  padding: 20px 22px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(12, 12, 18, 0.72);
}
.news-aside-label {
  margin: 0 0 4px;
  color: rgba(255,255,255,0.45);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.news-aside-value {
  margin: 0 0 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.news-aside-value:last-child {
  margin-bottom: 0;
}

.news-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.news-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #6366f1, #a855f7);
  box-shadow: 0 10px 30px rgba(99,102,241,0.28);
}
.news-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(99,102,241,0.34);
}
.news-btn-ghost {
  color: #e5e7eb;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
}
.news-btn-ghost:hover {
  border-color: rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.07);
}

.news-comments {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.news-comments-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.news-comments-head h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.news-comments-count {
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #c4b5fd;
  background: rgba(99, 102, 241, 0.16);
  border: 1px solid rgba(167, 139, 250, 0.28);
}
.news-comments-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 28px;
}
.news-comments-empty {
  margin: 0;
  padding: 18px 20px;
  border-radius: 16px;
  color: rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.03);
  border: 1px dashed rgba(255,255,255,0.12);
  text-align: center;
}
.news-comment {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.news-comment-avatar {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ede9fe;
  background: linear-gradient(145deg, rgba(99,102,241,0.45), rgba(217,70,239,0.35));
  border: 1px solid rgba(255,255,255,0.12);
}
.news-comment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-comment-body {
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}
.news-comment-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin-bottom: 8px;
}
.news-comment-author {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
a.news-comment-author:hover {
  color: #c4b5fd;
}
a.news-comment-avatar {
  text-decoration: none;
}
a.news-comment-avatar:hover {
  filter: brightness(1.12);
}
.news-comment-date {
  color: rgba(255,255,255,0.45);
  font-size: 12px;
}
.news-comment-text {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
}
.news-comment-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(12, 12, 18, 0.72);
  border: 1px solid rgba(255,255,255,0.1);
}
.news-comment-compose {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.news-comment-compose-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.news-comment-compose-main > .news-comment-author {
  display: block;
  margin: 2px 0 0;
}
.news-comment-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.news-comment-field span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.news-comment-field input,
.news-comment-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.28);
  color: #fff;
  font: inherit;
  resize: vertical;
  min-height: 44px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.news-comment-field textarea {
  min-height: 110px;
}
.news-comment-field input:focus,
.news-comment-field textarea:focus {
  outline: none;
  border-color: rgba(129, 140, 248, 0.75);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18);
}
.news-comment-form-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.news-comment-note {
  margin: 0;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}
.news-comment-error {
  margin: 0;
  font-size: 13px;
  color: #fca5a5;
}
.news-comment-form .news-btn-primary {
  position: relative;
  min-width: 132px;
}
.news-comment-form .news-btn-primary.is-loading {
  pointer-events: none;
  opacity: 0.75;
}
.news-comment-submit-load {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border: 2px solid rgba(255,255,255,0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: newsCommentSpin 0.7s linear infinite;
  vertical-align: middle;
}
.news-comment-form .news-btn-primary.is-loading .news-comment-submit-load {
  display: inline-block;
}
@keyframes newsCommentSpin {
  to { transform: rotate(360deg); }
}

.news-related {
  padding: 0 0 88px;
}
.news-related-head {
  margin-bottom: 28px;
}
.news-related-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
}
.news-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.news-related-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(12, 12, 18, 0.88);
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.news-related-card:hover {
  transform: translateY(-4px);
  border-color: rgba(167,139,250,0.35);
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
.news-related-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.news-related-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.news-related-card:hover .news-related-img img {
  transform: scale(1.05);
}
.news-related-body {
  padding: 18px 18px 20px;
}
.news-related-date {
  display: block;
  margin-bottom: 8px;
  color: #a78bfa;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.news-related-body h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
}
.news-related-body p {
  margin: 0;
  color: #9ca3af;
  font-size: 14px;
  line-height: 1.55;
}

body.news-lb-open { overflow: hidden; }

.news-gallery-lb {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(5, 5, 10, 0.88);
  backdrop-filter: blur(18px);
}
.news-gallery-lb.is-open { display: flex; }
.news-gallery-lb-imgwrap {
  position: relative;
  max-width: 92vw;
  max-height: 88vh;
  touch-action: pan-y;
}
.news-gallery-lb img {
  display: block;
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 40px 100px rgba(0,0,0,0.55);
  background: #0b0b12;
}
.news-gallery-lb-close,
.news-gallery-lb-nav {
  position: absolute;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(20, 20, 28, 0.7);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(12px);
}
.news-gallery-lb-close {
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  font-size: 22px;
  line-height: 1;
}
.news-gallery-lb-nav {
  top: 50%;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.news-gallery-lb-prev { left: 24px; }
.news-gallery-lb-next { right: 24px; }
.news-gallery-lb-count {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.7);
  font-family: ui-monospace, Menlo, Consolas, monospace;
  letter-spacing: 0.18em;
  font-size: 13px;
}

@media (max-width: 960px) {
  .news-body-grid {
    grid-template-columns: 1fr;
  }
  .news-aside {
    position: static;
  }
  .news-related-grid {
    grid-template-columns: 1fr;
  }
  .news-hero { padding-top: 108px; }
}
@media (max-width: 640px) {
  .news-content-card {
    padding: 22px 18px;
  }
  .news-preview-frame {
    max-height: 260px;
  }
  .news-preview-frame img {
    max-height: 260px;
  }
  .news-gallery-lb-nav {
    display: none;
  }
  .news-preview-zoom {
    opacity: 1;
  }
}

/* ===== News feed / timeline ===== */
body.page-news-feed {
  background: #07070b;
  color: #e5e7eb;
}
body.page-news-feed .loader { background: #07070b; }
body.page-news-feed .news-page {
  padding-top: 0;
}

.news-feed-page {
  overflow: hidden;
}
.news-feed-wrap {
  width: min(100% - 32px, 720px);
  margin: 0 auto;
}
.news-feed-head {
  position: relative;
  padding: 120px 0 28px;
}
.news-feed-head-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.news-feed-head-inner {
  position: relative;
}
.news-feed-head h1 {
  margin: 0 0 12px;
  max-width: 640px;
  font-size: clamp(28px, 4.4vw, 44px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
}
.news-feed-lead {
  margin: 0;
  max-width: 420px;
  color: #9ca3af;
  font-size: 16px;
  line-height: 1.55;
}

.news-feed {
  position: relative;
  padding: 8px 0 96px;
}
.news-feed::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 12px;
  bottom: 72px;
  width: 2px;
  background: linear-gradient(180deg, rgba(167,139,250,0.55), rgba(255,255,255,0.08) 70%, transparent);
}
.news-feed-month {
  position: sticky;
  top: 88px;
  z-index: 2;
  margin: 8px 0 18px 72px;
  padding: 6px 12px;
  width: max-content;
  max-width: calc(100% - 72px);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c4b5fd;
  background: rgba(12, 12, 18, 0.92);
  border: 1px solid rgba(167,139,250,0.28);
  backdrop-filter: blur(12px);
}
.news-post {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  margin: 0 0 26px;
}
.news-post-when {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 18px;
  color: #a78bfa;
  text-align: center;
  line-height: 1.15;
}
.news-post-dot {
  position: absolute;
  top: 26px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 50%;
  background: #07070b;
  border: 2px solid #a78bfa;
  box-shadow: 0 0 0 4px rgba(99,102,241,0.18);
  z-index: 1;
}
.news-post-day {
  display: block;
  margin-top: 22px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
}
.news-post-mon {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: rgba(255,255,255,0.45);
}
.news-post-card {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    radial-gradient(420px 140px at 0% 0%, rgba(99,102,241,0.12), transparent 70%),
    rgba(12, 12, 18, 0.88);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 18px 44px rgba(0,0,0,0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.news-post-card:hover {
  transform: translateY(-3px);
  border-color: rgba(167,139,250,0.4);
  box-shadow: 0 22px 56px rgba(0,0,0,0.38);
}
.news-post-img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0c0c12;
}
.news-post-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.news-post-card:hover .news-post-img img {
  transform: scale(1.04);
}
.news-post-body {
  padding: 18px 20px 20px;
}
.news-post-body h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.news-post-body p {
  margin: 0 0 14px;
  color: #9ca3af;
  font-size: 15px;
  line-height: 1.55;
}
.news-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  color: rgba(255,255,255,0.42);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.news-post-more {
  margin-left: auto;
  color: #c4b5fd;
}
.news-post-card:hover .news-post-more {
  color: #fff;
}
.news-feed-more-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 8px 0 0 72px;
  padding: 8px 0 4px;
}
.news-feed-more-btn {
  min-width: 168px;
  min-height: 46px;
  padding: 0 28px;
  border: 1px solid rgba(167,139,250,0.38);
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, #6366f1, #a855f7);
  box-shadow: 0 10px 30px rgba(99,102,241,0.28);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}
.news-feed-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(99,102,241,0.34);
}
.news-feed-more-btn.is-loading {
  pointer-events: none;
  opacity: 0.72;
}
.news-feed-empty {
  margin: 0 0 80px 72px;
  padding: 22px 20px;
  border-radius: 16px;
  color: rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.03);
  border: 1px dashed rgba(255,255,255,0.12);
  text-align: center;
}

@media (max-width: 640px) {
  .news-feed-head { padding-top: 108px; }
  .news-feed::before { left: 15px; }
  .news-feed-month { margin-left: 40px; top: 76px; }
  .news-post {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 22px;
  }
  .news-post-when { padding-top: 12px; }
  .news-post-dot { top: 20px; width: 10px; height: 10px; margin-left: -5px; }
  .news-post-day,
  .news-post-mon { display: none; }
  .news-post-body { padding: 14px 14px 16px; }
  .news-post-body h2 { font-size: 17px; }
  .news-feed-empty { margin-left: 40px; }
  .news-feed-more-wrap { margin-left: 40px; }
}

