.article-hero {
  min-height: 480px;
}

html.article-detail-intent body > .body > nav,
body.article-detail-mode > .body > nav {
  background-color: rgba(0, 0, 0, 0.82);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

html.article-detail-intent .article-hero,
html.article-detail-intent #article-list-view,
body.article-detail-mode .article-hero {
  display: none;
}

html.article-detail-intent .service-page-main,
body.article-detail-mode .service-page-main {
  padding-top: 84px;
}

html.article-detail-intent #article-detail-view,
body.article-detail-mode #article-detail-view {
  padding-top: 52px;
}

.article-hero .service-hero-panel {
  display: grid;
  gap: 18px;
}

.article-hero-stat {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 14px;
  align-items: center;
}

.article-hero-stat img {
  width: 62px;
  height: 62px;
  margin: 0;
}

.article-hero-stat strong {
  display: block;
  color: #fff;
  font-family: AlibabaPuHuiMedium !important;
  font-size: 18px;
}

.article-hero-stat span {
  display: block;
  margin-top: 4px;
  color: #d7e9f6;
  font-size: 14px;
  line-height: 1.6;
}

.article-featured {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 34px;
  padding: 22px;
  background: #fff;
  border: 1px solid #d7e5f2;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(1, 22, 57, 0.07);
}

.article-featured-media {
  display: block;
  min-height: 260px;
  overflow: hidden;
  background: #eef5f9;
  border-radius: 8px;
}

.article-featured-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.article-featured-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-featured h2 {
  margin-top: 10px;
  color: #011639;
  font-family: AlibabaPuHuiMedium !important;
  font-size: 30px;
  line-height: 1.35;
}

.article-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.article-category-latest {
  margin-bottom: 30px;
}

.article-category-latest-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 14px;
}

.article-category-latest-head h2 {
  color: #015299;
  font-family: AlibabaPuHuiMedium !important;
  font-size: 24px;
  line-height: 1.3;
}

.article-category-latest-head p {
  color: #566b7a;
  font-size: 14px;
  line-height: 1.6;
}

.article-category-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.article-category-group {
  min-width: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #d7e5f2;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(1, 22, 57, 0.06);
}

.article-category-group h3 {
  color: #011639;
  font-family: AlibabaPuHuiMedium !important;
  font-size: 18px;
  line-height: 1.35;
}

.article-category-group-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.article-category-item {
  display: block;
  min-width: 0;
  padding-top: 12px;
  border-top: 1px solid #e0ebf3;
}

.article-category-item strong,
.article-category-item span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-category-item strong {
  color: #011639;
  font-family: AlibabaPuHuiMedium !important;
  font-size: 15px;
  line-height: 1.45;
}

.article-category-item span,
.article-empty-small {
  margin-top: 6px;
  color: #6b7d8a;
  font-size: 13px;
  line-height: 1.5;
}

.article-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-tab {
  min-height: 38px;
  padding: 8px 16px;
  color: #015299;
  background: #fff;
  border: 1px solid #c8ddec;
  border-radius: 6px;
  line-height: 1.2;
}

.article-tab[aria-pressed="true"] {
  color: #fff;
  background: #015299;
  border-color: #015299;
}

.article-search {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  color: #011639;
  background: #fff;
  border: 1px solid #c8ddec;
  border-radius: 6px;
  outline-color: rgba(1, 82, 153, 0.35);
}

.article-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

#articles {
  scroll-margin-top: 90px;
}

.article-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d7e5f2;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(1, 22, 57, 0.06);
}

.article-card-cover {
  display: block;
  height: 168px;
  overflow: hidden;
  background: #eef5f9;
}

.article-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card-body {
  min-width: 0;
  padding: 20px;
}

.article-card h3 {
  color: #011639;
  font-family: AlibabaPuHuiMedium !important;
  font-size: 20px;
  line-height: 1.42;
}

.article-meta {
  color: #0f766e;
  font-family: AlibabaPuHuiMedium !important;
  font-size: 14px;
  line-height: 1.5;
}

.article-summary {
  margin-top: 12px;
  color: #566b7a;
  font-size: 15px;
  line-height: 1.75;
}

.article-card-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  color: #6b7d8a;
  font-size: 14px;
}

.article-card-foot a {
  color: #015299;
  font-family: AlibabaPuHuiMedium !important;
  white-space: nowrap;
}

.article-empty,
.admin-empty {
  grid-column: 1 / -1;
  padding: 28px;
  color: #566b7a;
  background: #fff;
  border: 1px solid #d7e5f2;
  border-radius: 8px;
  text-align: center;
}

.article-detail-shell {
  width: min(1120px, calc(100vw - 32px));
  max-width: 1120px;
  margin: 0 auto;
}

.article-detail-head {
  max-width: 880px;
  margin-bottom: 28px;
}

.article-detail-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #0f766e;
  font-family: AlibabaPuHuiMedium !important;
  font-size: 14px;
}

.article-detail-head h1,
.article-detail-title {
  overflow-wrap: anywhere;
  margin-top: 14px;
  color: #011639;
  font-family: AlibabaPuHuiMedium !important;
  font-size: 42px;
  line-height: 1.24;
}

.article-detail-head p {
  overflow-wrap: anywhere;
  margin-top: 18px;
  color: #566b7a;
  font-size: 18px;
  line-height: 1.8;
}

.article-detail-cover {
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  padding: 18px;
  overflow: hidden;
  background: #f4f8fb;
  border: 1px solid #d7e5f2;
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(1, 22, 57, 0.08);
}

.article-detail-cover img {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
  border-radius: 6px;
}

.article-detail-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.article-detail-sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 14px;
}

.article-detail-side-card {
  padding: 18px;
  background: #f7fbfd;
  border: 1px solid #d7e5f2;
  border-radius: 8px;
}

.article-detail-side-card span,
.article-detail-side-card strong {
  display: block;
}

.article-detail-side-card span {
  color: #6b7d8a;
  font-size: 13px;
  line-height: 1.4;
}

.article-detail-side-card strong {
  overflow-wrap: anywhere;
  margin-top: 8px;
  color: #011639;
  font-family: AlibabaPuHuiMedium !important;
  font-size: 17px;
  line-height: 1.45;
}

.article-detail-toc {
  position: static;
  inset: auto;
  z-index: auto;
  display: grid;
  gap: 8px;
  width: auto;
  height: auto;
  margin-top: 12px;
  padding: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.article-detail-toc a {
  display: block;
  padding-left: 12px;
  color: #566b7a;
  border-left: 3px solid #d7e5f2;
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.article-detail-toc a:hover {
  color: #015299;
  border-left-color: #015299;
}

.article-detail-content {
  min-width: 0;
  padding: 4px 0 20px;
  color: #263b4a;
  font-size: 18px;
  line-height: 1.95;
  overflow-wrap: anywhere;
}

.article-detail-content p + p,
.article-detail-content h2 + p,
.article-detail-content h2 + ul {
  margin-top: 18px;
}

.article-detail-content h2 {
  margin-top: 42px;
  scroll-margin-top: 110px;
  color: #011639;
  font-family: AlibabaPuHuiMedium !important;
  font-size: 26px;
  line-height: 1.45;
}

.article-detail-content h2:first-child {
  margin-top: 0;
}

.article-detail-content h2::before {
  content: "";
  display: block;
  width: 46px;
  height: 4px;
  margin-bottom: 14px;
  background: linear-gradient(90deg, #015299, #0f766e);
  border-radius: 999px;
}

.article-detail-content p {
  margin-top: 16px;
}

.article-detail-content ul {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 18px 20px;
  background: #f7fbfd;
  border: 1px solid #d7e5f2;
  border-radius: 8px;
}

.article-detail-content li {
  position: relative;
  padding-left: 18px;
  color: #34495e;
  line-height: 1.75;
}

.article-detail-content li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #0f766e;
  border-radius: 50%;
}

.article-detail-content a {
  color: #015299;
  border-bottom: 1px solid rgba(1, 82, 153, 0.35);
  word-break: break-all;
}

.article-back-link {
  display: inline-flex;
  margin-bottom: 22px;
  color: #015299;
  font-family: AlibabaPuHuiMedium !important;
}

.admin-page-main {
  min-height: 100vh;
  padding: 112px 0 62px;
  background: #f6f9fc;
}

.admin-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 20px;
}

.admin-panel {
  min-width: 0;
  padding: 24px;
  background: #fff;
  border: 1px solid #d7e5f2;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(1, 22, 57, 0.06);
}

.admin-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.admin-head h1,
.admin-head h2 {
  color: #011639;
  font-family: AlibabaPuHuiMedium !important;
  font-size: 26px;
  line-height: 1.3;
}

.admin-head p,
.admin-status {
  margin-top: 8px;
  color: #566b7a;
  font-size: 14px;
  line-height: 1.7;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.admin-stat {
  padding: 14px;
  background: #f6f9fc;
  border: 1px solid #d7e5f2;
  border-radius: 8px;
}

.admin-stat strong {
  display: block;
  color: #015299;
  font-family: AlibabaPuHuiMedium !important;
  font-size: 24px;
}

.admin-stat span {
  color: #566b7a;
  font-size: 13px;
}

.admin-article-list {
  display: grid;
  gap: 10px;
}

.admin-article-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid #d7e5f2;
  border-radius: 8px;
}

.admin-article-item.is-active {
  border-color: #015299;
  box-shadow: inset 3px 0 0 #015299;
}

.admin-article-main {
  min-width: 0;
  text-align: left;
}

.admin-article-main strong,
.admin-article-main span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-article-main strong {
  color: #011639;
  font-family: AlibabaPuHuiMedium !important;
}

.admin-article-main span {
  margin-top: 4px;
  color: #566b7a;
  font-size: 13px;
}

.admin-article-actions {
  display: flex;
  gap: 8px;
}

.admin-article-actions a,
.admin-article-actions button,
.admin-button,
.admin-upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  color: #015299;
  background: #fff;
  border: 1px solid #c8ddec;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

.admin-button-primary {
  color: #fff;
  background: #015299;
  border-color: #015299;
}

.admin-button-danger {
  color: #9f1239;
  border-color: #fecdd3;
}

.admin-form {
  display: grid;
  gap: 16px;
}

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

.admin-field {
  display: grid;
  gap: 7px;
}

.admin-field label,
.admin-check label {
  color: #34495e;
  font-family: AlibabaPuHuiMedium !important;
  font-size: 14px;
}

.admin-field input,
.admin-field select,
.admin-field textarea {
  width: 100%;
  min-height: 40px;
  padding: 9px 11px;
  color: #011639;
  background: #fff;
  border: 1px solid #c8ddec;
  border-radius: 6px;
  outline-color: rgba(1, 82, 153, 0.35);
}

.admin-field textarea {
  min-height: 210px;
  resize: vertical;
}

.admin-checks,
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.admin-check {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.admin-check input {
  width: 18px;
  height: 18px;
}

.admin-import-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.admin-console {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  min-height: 100vh;
  color: #011639;
  background: #eef5f9;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  height: 100vh;
  padding: 24px 18px;
  background: #011639;
  color: #fff;
}

.admin-brand {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.admin-brand img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.admin-brand strong,
.admin-brand span {
  display: block;
  line-height: 1.35;
}

.admin-brand strong {
  font-family: AlibabaPuHuiMedium !important;
  font-size: 20px;
}

.admin-brand span {
  margin-top: 2px;
  color: #b9d7ea;
  font-size: 13px;
}

.admin-module-nav {
  display: grid;
  gap: 8px;
}

.admin-module-nav a,
.admin-public-link {
  display: block;
  padding: 11px 12px;
  color: #d7e9f6;
  border-radius: 6px;
  font-family: AlibabaPuHuiMedium !important;
  line-height: 1.2;
}

.admin-module-nav a.is-active,
.admin-module-nav a:hover,
.admin-public-link:hover {
  color: #015299;
  background: #fff;
}

.admin-public-link {
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.admin-content {
  min-width: 0;
  padding: 28px;
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.admin-topbar h1 {
  color: #011639;
  font-family: AlibabaPuHuiMedium !important;
  font-size: 30px;
  line-height: 1.3;
}

.admin-topbar p {
  margin-top: 8px;
  color: #566b7a;
  font-size: 15px;
  line-height: 1.7;
}

.admin-topbar-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.admin-topbar-actions .admin-status {
  margin-top: 0;
  text-align: right;
}

.admin-section {
  scroll-margin-top: 22px;
  margin-bottom: 24px;
}

.admin-section-head,
.admin-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.admin-section-head h2,
.admin-card-head h3 {
  color: #011639;
  font-family: AlibabaPuHuiMedium !important;
  line-height: 1.3;
}

.admin-section-head h2 {
  font-size: 26px;
}

.admin-card-head h3 {
  font-size: 18px;
}

.admin-section-head p {
  margin-top: 8px;
  color: #566b7a;
  font-size: 14px;
  line-height: 1.7;
}

.admin-card-head span {
  color: #6b7d8a;
  font-size: 13px;
}

.admin-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.admin-metric-card {
  min-width: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #d7e5f2;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(1, 22, 57, 0.06);
}

.admin-metric-card span,
.admin-metric-card small {
  display: block;
  color: #566b7a;
  font-size: 14px;
  line-height: 1.5;
}

.admin-metric-card strong {
  display: block;
  margin: 10px 0 6px;
  color: #015299;
  font-family: AlibabaPuHuiMedium !important;
  font-size: 34px;
  line-height: 1.1;
}

.admin-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 16px;
}

.admin-dashboard-grid .admin-panel:nth-child(3),
.admin-dashboard-grid .admin-panel:nth-child(4) {
  min-height: 260px;
}

.admin-trend {
  display: grid;
  gap: 10px;
}

.admin-trend-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 34px;
  gap: 10px;
  align-items: center;
}

.admin-trend-row span,
.admin-trend-row strong {
  color: #566b7a;
  font-size: 13px;
}

.admin-trend-row strong {
  text-align: right;
  font-family: AlibabaPuHuiMedium !important;
}

.admin-trend-bar {
  height: 12px;
  overflow: hidden;
  background: #e7f0f7;
  border-radius: 999px;
}

.admin-trend-bar i {
  display: block;
  height: 100%;
  background: #015299;
  border-radius: inherit;
}

.admin-rank-list {
  display: grid;
  gap: 10px;
}

.admin-rank-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e0ebf3;
}

.admin-rank-row span {
  min-width: 0;
  overflow: hidden;
  color: #34495e;
  font-size: 14px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-rank-row strong {
  color: #015299;
  font-family: AlibabaPuHuiMedium !important;
}

.admin-rank-empty {
  padding: 18px 0;
  color: #6b7d8a;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 640px) and (max-width: 1100px) {
  nav .box .menu {
    gap: 18px;
    padding-left: 24px;
  }
}

@media (max-width: 1200px) {
  nav .box {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  nav .box .menu,
  nav .box .ln {
    display: none !important;
  }

  .mobile-menu-toggle {
    display: flex !important;
    width: 38px;
    height: 38px;
    margin-left: auto;
  }

  .article-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-category-latest-grid {
    grid-template-columns: 1fr;
  }

  .article-featured,
  .admin-shell,
  .article-detail-layout {
    grid-template-columns: 1fr;
  }

  .article-detail-sidebar {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .admin-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-dashboard-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  html.article-detail-intent .service-page-main,
  body.article-detail-mode .service-page-main {
    padding-top: 72px;
  }

  html.article-detail-intent #article-detail-view,
  body.article-detail-mode #article-detail-view {
    padding: 28px 0 44px;
  }

  .article-detail-shell {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .article-back-link {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .article-detail-head {
    margin-bottom: 20px;
  }

  .article-detail-kicker {
    gap: 8px 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .article-toolbar,
  .article-list,
  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .article-category-latest-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-featured {
    padding: 18px;
  }

  .article-featured h2,
  .article-detail-head h1,
  .article-detail-title {
    font-size: 26px;
    line-height: 1.34;
  }

  .article-detail-head p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.72;
  }

  .article-detail-cover {
    margin-bottom: 22px;
    padding: 10px;
  }

  .article-detail-cover img {
    max-height: 46vh;
  }

  .article-detail-layout {
    gap: 22px;
  }

  .article-detail-sidebar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .article-detail-side-card {
    padding: 14px;
  }

  .article-detail-side-card strong {
    margin-top: 5px;
    font-size: 15px;
  }

  .article-detail-toc {
    gap: 6px;
    margin-top: 9px;
  }

  .article-detail-toc a {
    padding: 8px 10px;
    border-left-width: 0;
    border-radius: 6px;
    background: #eef5f9;
    font-size: 13px;
  }

  .article-detail-content {
    font-size: 16px;
    line-height: 1.82;
  }

  .article-detail-content h2 {
    margin-top: 30px;
    font-size: 22px;
    line-height: 1.42;
  }

  .article-detail-content h2::before {
    width: 38px;
    height: 3px;
    margin-bottom: 10px;
  }

  .article-detail-content ul {
    padding: 14px 16px;
  }

  .article-detail-content li {
    padding-left: 16px;
  }

  .admin-page-main {
    padding: 96px 0 44px;
  }

  .admin-shell {
    width: auto;
    max-width: calc(100vw - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }

  .admin-stats {
    grid-template-columns: 1fr;
  }

  .admin-head {
    flex-direction: column;
  }

  .admin-article-item {
    grid-template-columns: 1fr;
  }

  .admin-console {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
    padding: 18px 16px;
  }

  .admin-module-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-public-link {
    margin-top: 0;
  }

  .admin-content {
    padding: 20px 16px;
  }

  .admin-topbar,
  .admin-section-head,
  .admin-card-head {
    flex-direction: column;
  }

  .admin-metric-grid {
    grid-template-columns: 1fr;
  }

  .admin-topbar h1 {
    font-size: 26px;
  }

  .admin-topbar-actions {
    width: 100%;
    justify-content: space-between;
  }

  .admin-topbar-actions .admin-status {
    text-align: left;
  }
}

@media (max-width: 639px) {
  .mobile-menu-panel {
    left: 16px;
    right: 16px;
  }
}

@media (max-width: 420px) {
  .article-detail-shell {
    margin-left: 12px;
    margin-right: 12px;
  }

  .article-detail-head h1,
  .article-detail-title {
    font-size: 24px;
  }

  .article-detail-cover {
    padding: 6px;
  }

  .article-detail-content {
    font-size: 15px;
  }
}
