@charset "UTF-8";

@media (max-width: 768px) {
  .mobile-page .m-article {
    padding: 22px 16px 30px;
    background: #fff;
  }

  .mobile-page .m-article-title {
    margin: 0;
    color: var(--m-deep-blue);
    font-size: clamp(20px, 5.8vw, 26px);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }

  .mobile-page .m-article-meta {
    margin: 13px 0 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #dce4ef;
    color: var(--m-muted);
    font-size: 12px;
    text-align: center;
  }

  .mobile-page .m-article-content {
    color: #333;
    font-size: 16px;
    line-height: 1.95;
    text-align: justify;
    overflow-wrap: anywhere;
  }

  .mobile-page .m-article-content p {
    margin: 0 0 1em;
    text-indent: 2em;
  }

  .mobile-page .m-article-content img {
    width: auto;
    height: auto;
    margin: 16px auto;
  }

  .mobile-page .m-article-nav {
    margin-top: 28px;
    padding-top: 16px;
    border-top: 1px dashed #d7dde6;
  }

  .mobile-page .m-article-nav a {
    display: block;
    margin-top: 8px;
    overflow: hidden;
    color: #52637b;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
