/* ===== 利来体育最新动态页 · 专属样式 ===== */
.page-news {
  --news-navy: #0B1D3A;
  --news-ink: #071A2B;
  --news-violet: #8A2BE2;
  --news-orange: #FF5A00;
  --news-cyan: #00D4FF;
  --news-light: #F4F6F9;
  --news-border: #E0E0E0;
  --news-white: #FFFFFF;
  --news-mono: "JetBrains Mono", "Courier New", monospace;
  --news-grid-line: rgba(11, 29, 58, 0.06);
  background: var(--news-light);
  color: #2C3E50;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

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

.page-news a:hover {
  color: var(--news-violet);
}

.page-news img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-news .container {
  width: min(var(--container-w, 1200px), 100% - 48px);
  margin-inline: auto;
}

/* ---------- 首屏 Hero ---------- */
.page-news .news-hero {
  background: var(--news-navy);
  background-image:
    linear-gradient(var(--news-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--news-grid-line) 1px, transparent 1px);
  background-size: 32px 32px, 32px 32px;
  color: var(--news-white);
  padding: 40px 0 72px;
  position: relative;
  border-bottom: 2px solid var(--news-violet);
}

.page-news .news-hero::before {
  content: "UPDATES";
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: var(--news-mono);
  font-size: 11px;
  letter-spacing: 0.4em;
  color: rgba(255, 255, 255, 0.18);
  writing-mode: vertical-rl;
}

.page-news .news-hero .breadcrumb {
  margin-bottom: 32px;
}

.page-news .news-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.65);
}

.page-news .news-hero .breadcrumb a:hover {
  color: var(--news-cyan);
}

.page-news .news-hero .breadcrumb .breadcrumb-sep {
  color: rgba(255, 255, 255, 0.3);
}

.page-news .news-hero .breadcrumb span[aria-current="page"] {
  color: var(--news-white);
}

.page-news .news-hero-layout {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}

.page-news .news-hero-copy {
  max-width: 760px;
}

.page-news .news-hero-copy .masthead-index {
  color: var(--news-cyan);
  font-size: 12px;
  letter-spacing: 0.3em;
  margin-bottom: 14px;
}

.page-news .news-hero-copy h1 {
  font-family: "Alibaba PuHuiTi Heavy", "Noto Sans SC Black", sans-serif;
  font-weight: 900;
  font-size: clamp(34px, 6vw, 52px);
  line-height: 1.15;
  margin: 0 0 18px;
  letter-spacing: -0.01em;
}

.page-news .news-hero-lead {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  max-width: 640px;
  margin: 0 0 24px;
}

.page-news .news-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .hero-tag {
  font-family: var(--news-mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 4px 16px;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.page-news .hero-tag:hover {
  border-color: var(--news-cyan);
  color: var(--news-cyan);
  background: rgba(0, 212, 255, 0.06);
}

.page-news .news-hero-panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 24px;
  position: relative;
}

.page-news .news-hero-panel::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 24px;
  height: 24px;
  border-top: 3px solid var(--news-orange);
  border-right: 3px solid var(--news-orange);
}

.page-news .news-hero-panel .status-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid rgba(0, 212, 255, 0.35);
  color: var(--news-cyan);
  font-family: var(--news-mono);
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.page-news .news-hero-panel .status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--news-cyan);
  box-shadow: 0 0 6px var(--news-cyan);
}

.page-news .hero-version {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
}

.page-news .hero-version-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
  padding-bottom: 8px;
}

.page-news .hero-version-row dt {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.45);
}

.page-news .hero-version-row dd {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.page-news .hero-version-row dd.mono {
  font-size: 18px;
  color: var(--news-white);
}

.page-news .hero-coord {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.12em;
}

/* ---------- 章节通用 ---------- */
.page-news .section {
  padding: 64px 0;
}

.page-news .section-head {
  margin-bottom: 40px;
  max-width: 720px;
}

.page-news .section-index {
  color: var(--news-violet);
  font-size: 12px;
  letter-spacing: 0.3em;
  display: inline-block;
  margin-bottom: 10px;
}

.page-news .section-title {
  font-family: "Alibaba PuHuiTi Heavy", "Noto Sans SC Black", sans-serif;
  font-weight: 900;
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1.25;
  color: var(--news-navy);
  margin: 0 0 12px;
}

.page-news .section-desc {
  font-size: 15px;
  color: #5a6b7d;
  margin: 0;
  line-height: 1.75;
}

.page-news .section-head-light .section-title {
  color: var(--news-white);
}

.page-news .section-head-light .section-desc {
  color: rgba(255, 255, 255, 0.65);
}

.page-news .section-head-light .section-index {
  color: var(--news-cyan);
}

/* ---------- 01 最新开服 ---------- */
.page-news .news-opening {
  background: var(--news-light);
  background-image:
    linear-gradient(rgba(11, 29, 58, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 29, 58, 0.04) 1px, transparent 1px);
  background-size: 28px 28px, 28px 28px;
}

.page-news .opening-layout {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}

.page-news .opening-calendar {
  background: var(--news-white);
  border: 1px solid var(--news-border);
  border-radius: 2px;
}

.page-news .calendar-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 12px 20px;
  background: var(--news-navy);
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.page-news .calendar-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid var(--news-border);
  font-size: 14px;
  transition: background 0.2s ease;
}

.page-news .calendar-row:last-of-type {
  border-bottom: none;
}

.page-news .calendar-row:hover {
  background: rgba(11, 29, 58, 0.03);
}

.page-news .cal-version {
  color: var(--news-violet);
  font-weight: 600;
}

.page-news .calendar-badge {
  justify-self: start;
  font-family: var(--news-mono);
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 2px;
  letter-spacing: 0.04em;
}

.page-news .badge-open {
  background: rgba(0, 212, 255, 0.12);
  color: #0288a6;
  border: 1px solid rgba(0, 212, 255, 0.3);
}

.page-news .badge-count {
  background: rgba(255, 90, 0, 0.1);
  color: var(--news-orange);
  border: 1px solid rgba(255, 90, 0, 0.3);
}

.page-news .badge-ready {
  background: rgba(138, 43, 226, 0.08);
  color: var(--news-violet);
  border: 1px solid rgba(138, 43, 226, 0.25);
}

.page-news .calendar-note {
  display: flex;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(244, 246, 249, 0.7);
  border-top: 1px dashed var(--news-border);
}

.page-news .calendar-note .note-key {
  color: var(--news-orange);
  font-size: 12px;
  flex-shrink: 0;
}

.page-news .calendar-note p {
  margin: 0;
  font-size: 13px;
  color: #5a6b7d;
}

.page-news .opening-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-news .opening-figure {
  margin: 0;
}

.page-news .opening-figure img {
  width: 100%;
  border: 1px solid var(--news-border);
  border-radius: 2px;
}

.page-news .opening-figure figcaption {
  font-size: 11px;
  color: #8a98a8;
  letter-spacing: 0.15em;
  margin-top: 8px;
}

.page-news .opening-cta {
  background: var(--news-white);
  border: 1px solid var(--news-border);
  border-left: 4px solid var(--news-orange);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.page-news .opening-cta-label {
  font-size: 11px;
  color: #8a98a8;
  letter-spacing: 0.3em;
}

.page-news .opening-cta-value {
  font-family: "Alibaba PuHuiTi Heavy", "Noto Sans SC Black", sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.2;
}

.page-news .opening-cta-sub {
  font-size: 13px;
  color: #5a6b7d;
  margin-bottom: 10px;
}

/* ---------- 02 版本更新日志 ---------- */
.page-news .news-version {
  background: var(--news-ink);
  background-image:
    linear-gradient(rgba(0, 212, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 212, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px, 28px 28px;
  color: var(--news-white);
}

.page-news .version-layout {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}

.page-news .version-list {
  position: relative;
  padding-left: 0;
}

.page-news .version-panel {
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.page-news .version-panel:hover {
  border-color: rgba(138, 43, 226, 0.5);
  background: rgba(255, 255, 255, 0.06);
}

.page-news .version-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: none;
  border: none;
  color: var(--news-white);
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: 15px;
}

.page-news .version-trigger:hover .version-num {
  color: var(--news-cyan);
}

.page-news .version-num {
  font-family: var(--news-mono);
  font-weight: 700;
  color: var(--news-violet);
  font-size: 17px;
  transition: color 0.25s ease;
}

.page-news .version-date {
  font-family: var(--news-mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
}

.page-news .version-name {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

.page-news .panel-icon {
  font-family: var(--news-mono);
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}

.page-news .version-content {
  padding: 0 18px 16px;
}

.page-news .version-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news .version-content li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin-bottom: 6px;
}

.page-news .version-content li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--news-orange);
  font-family: var(--news-mono);
}

.page-news .version-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-news .version-figure {
  margin: 0;
}

.page-news .version-figure img {
  width: 100%;
  max-width: 400px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  margin: 0 auto;
}

.page-news .version-figure figcaption {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.15em;
  margin-top: 8px;
  text-align: center;
}

.page-news .version-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.page-news .vs-stat {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 2px solid var(--news-cyan);
  padding: 14px 10px;
  text-align: center;
}

.page-news .vs-value {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: var(--news-white);
  line-height: 1.2;
}

.page-news .vs-label {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}

.page-news .version-side .btn-ghost {
  align-self: flex-start;
}

/* ---------- 03 移动端数据同步 ---------- */
.page-news .news-mobile {
  background: var(--news-white);
}

.page-news .mobile-layout {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}

.page-news .mobile-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}

.page-news .ms-item {
  border-left: 3px solid var(--news-cyan);
  padding: 12px 16px;
  background: var(--news-light);
}

.page-news .ms-value {
  display: block;
  font-family: var(--news-mono);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.page-news .ms-label {
  display: block;
  font-size: 12px;
  color: #5a6b7d;
  margin-top: 4px;
}

.page-news .mobile-data-types {
  margin-bottom: 32px;
}

.page-news .mobile-data-types h3 {
  font-family: "Alibaba PuHuiTi Heavy", "Noto Sans SC Black", sans-serif;
  font-size: 18px;
  color: var(--news-navy);
  margin: 0 0 16px;
}

.page-news .data-type-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--news-border);
}

.page-news .data-type-list li {
  display: flex;
  gap: 16px;
  padding: 14px 8px;
  border-bottom: 1px solid var(--news-border);
}

.page-news .data-type-key {
  color: var(--news-violet);
  font-size: 13px;
  flex-shrink: 0;
  padding-top: 2px;
}

.page-news .data-type-body strong {
  display: block;
  font-size: 15px;
  color: var(--news-navy);
  margin-bottom: 2px;
}

.page-news .data-type-body p {
  margin: 0;
  font-size: 13px;
  color: #5a6b7d;
  line-height: 1.6;
}

.page-news .mobile-access {
  background: var(--news-light);
  border-left: 4px solid var(--news-violet);
  padding: 16px 20px;
}

.page-news .mobile-access-title {
  font-size: 11px;
  color: var(--news-violet);
  letter-spacing: 0.3em;
  margin: 0 0 6px;
}

.page-news .mobile-access p:last-child {
  margin: 0;
  font-size: 14px;
  color: #3d4d5e;
  line-height: 1.7;
}

.page-news .mobile-access a {
  color: var(--news-violet);
  font-weight: 500;
  border-bottom: 1px dashed rgba(138, 43, 226, 0.4);
}

.page-news .mobile-access a:hover {
  color: var(--news-orange);
  border-color: var(--news-orange);
}

.page-news .mobile-visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-news .mobile-figure {
  margin: 0;
}

.page-news .mobile-figure img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  border: 1px solid var(--news-border);
  border-radius: 2px;
}

.page-news .mobile-figure figcaption {
  font-size: 11px;
  color: #8a98a8;
  letter-spacing: 0.15em;
  margin-top: 8px;
  text-align: center;
}

.page-news .mobile-bars {
  background: var(--news-light);
  border: 1px solid var(--news-border);
  padding: 20px;
  display: grid;
  gap: 12px;
}

.page-news .mb-row {
  display: grid;
  grid-template-columns: 32px 1fr 36px;
  align-items: center;
  gap: 10px;
}

.page-news .mb-label {
  font-size: 12px;
  color: #5a6b7d;
  text-align: right;
}

.page-news .mb-bar {
  display: block;
  height: 10px;
  background: linear-gradient(90deg, var(--news-cyan), var(--news-violet));
  border-radius: 1px;
  min-width: 4px;
}

.page-news .mb-value {
  font-size: 13px;
  color: var(--news-navy);
  font-weight: 600;
}

.page-news .mobile-note {
  font-size: 12px;
  color: #8a98a8;
  margin: 0;
  line-height: 1.6;
}

/* ---------- 04 栏目与标签 ---------- */
.page-news .news-feed {
  background: var(--news-light);
  background-image:
    linear-gradient(rgba(11, 29, 58, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 29, 58, 0.04) 1px, transparent 1px);
  background-size: 32px 32px, 32px 32px;
  border-top: 1px solid var(--news-border);
}

.page-news .feed-layout {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}

.page-news .feed-categories {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-news .feed-cat-label {
  font-size: 11px;
  color: #8a98a8;
  letter-spacing: 0.3em;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--news-border);
  padding-bottom: 10px;
}

.page-news .category-item {
  margin: 0;
}

.page-news .category-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: var(--news-white);
  border: 1px solid var(--news-border);
  border-radius: 2px;
  font-family: inherit;
  font-size: 14px;
  color: var(--news-navy);
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.page-news .category-btn:hover {
  border-color: var(--news-violet);
  background: rgba(138, 43, 226, 0.04);
}

.page-news .category-name {
  font-weight: 500;
}

.page-news .category-count {
  font-size: 13px;
  color: var(--news-violet);
  background: rgba(138, 43, 226, 0.06);
  padding: 2px 10px;
  border-radius: 999px;
}

.page-news .feed-feature {
  margin: 20px 0 0;
}

.page-news .feed-feature img {
  width: 100%;
  border: 1px solid var(--news-border);
  border-radius: 2px;
}

.page-news .feed-feature figcaption {
  font-size: 11px;
  color: #8a98a8;
  letter-spacing: 0.15em;
  margin-top: 8px;
}

.page-news .feed-list {
  min-width: 0;
}

.page-news .feed-items {
  list-style: none;
  margin: 0 0 0;
  padding: 0;
}

.page-news .feed-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 10px 14px;
  padding: 14px 12px;
  border-bottom: 1px solid var(--news-border);
  transition: background 0.2s ease;
}

.page-news .feed-item:hover {
  background: rgba(11, 29, 58, 0.04);
}

.page-news .feed-time {
  font-size: 13px;
  color: #8a98a8;
  font-weight: 500;
}

.page-news .feed-title {
  font-size: 14px;
  color: var(--news-navy);
  line-height: 1.6;
  word-break: break-word;
}

.page-news .feed-title:hover {
  color: var(--news-violet);
}

.page-news .feed-tag {
  font-family: var(--news-mono);
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 2px;
  white-space: nowrap;
  justify-self: end;
}

.page-news .tag-open {
  background: rgba(0, 212, 255, 0.08);
  color: #0288a6;
  border: 1px solid rgba(0, 212, 255, 0.25);
}

.page-news .tag-ver {
  background: rgba(138, 43, 226, 0.08);
  color: var(--news-violet);
  border: 1px solid rgba(138, 43, 226, 0.25);
}

.page-news .tag-mob {
  background: rgba(11, 29, 58, 0.06);
  color: var(--news-navy);
  border: 1px solid rgba(11, 29, 58, 0.2);
}

.page-news .tag-event {
  background: rgba(255, 90, 0, 0.07);
  color: var(--news-orange);
  border: 1px solid rgba(255, 90, 0, 0.25);
}

.page-news .tag-season {
  background: rgba(0, 212, 255, 0.1);
  color: #0288a6;
  border: 1px solid rgba(0, 212, 255, 0.3);
}

.page-news .feed-new {
  grid-column: 1 / -1;
  justify-self: flex-start;
  font-size: 10px;
  color: var(--news-white);
  background: var(--news-orange);
  padding: 2px 8px;
  border-radius: 2px;
  letter-spacing: 0.2em;
}

.page-news .feed-footer {
  margin-top: 24px;
  padding: 20px;
  background: var(--news-white);
  border: 1px solid var(--news-border);
  border-left: 4px solid var(--news-navy);
}

.page-news .feed-footer .mono {
  font-size: 12px;
  color: var(--news-violet);
  letter-spacing: 0.3em;
}

.page-news .feed-footer p:last-child {
  margin: 8px 0 0;
  font-size: 13px;
  color: #5a6b7d;
}

.page-news .feed-footer a {
  color: var(--news-violet);
  font-weight: 500;
}

/* ---------- 桌面端 ---------- */
@media (min-width: 768px) {
  .page-news .news-hero {
    padding: 48px 0 88px;
  }

  .page-news .news-hero-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 48px;
    align-items: stretch;
  }

  .page-news .news-hero-copy {
    align-self: center;
  }

  .page-news .news-hero-panel {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .page-news .opening-layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 28px;
  }

  .page-news .version-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 48px;
  }

  .page-news .version-list {
    padding-right: 8px;
  }

  .page-news .mobile-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
  }

  .page-news .mobile-info {
    order: 0;
  }

  .page-news .mobile-visual {
    order: 1;
  }

  .page-news .feed-layout {
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: start;
    gap: 48px;
  }

  .page-news .feed-categories {
    position: sticky;
    top: 24px;
  }

  .page-news .feed-item {
    grid-template-columns: 88px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 14px;
    padding: 16px 12px;
  }

  .page-news .feed-new {
    grid-column: auto;
    justify-self: end;
  }
}

@media (min-width: 992px) {
  .page-news .section {
    padding: 80px 0;
  }

  .page-news .news-hero-layout {
    grid-template-columns: minmax(0, 1.2fr) 380px;
  }

  .page-news .news-hero-copy h1 {
    font-size: 52px;
  }

  .page-news .version-trigger {
    grid-template-columns: 90px 110px 1fr auto;
    padding: 18px 22px;
  }

  .page-news .version-content {
    padding: 0 22px 18px 222px;
  }

  .page-news .calendar-head,
  .page-news .calendar-row {
    padding: 14px 24px;
  }
}
