/* ═══════════════════════════════════════════════════════════
   文章资讯
   ═══════════════════════════════════════════════════════════ */

.mall-app.tb-page.mall-app-tmall.mall-app-articles {
  background: #f3f5f8;
}

.articles-page .visually-hidden,
.article-page .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.articles-page,
.article-page {
  padding-bottom: 64px;
}

.articles-crumb,
.article-crumb {
  padding-top: 4px;
  margin-bottom: 20px;
}

/* ── List layout ── */
.articles-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.articles-layout--with-nav {
  grid-template-columns: 200px minmax(0, 1fr);
}

.articles-sidebar {
  position: sticky;
  top: 16px;
}

.articles-main {
  min-width: 0;
}

.articles-mobile-cats {
  display: none;
  margin-bottom: 16px;
  overflow: hidden;
}

.articles-mobile-cats__track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.articles-mobile-cats__track::-webkit-scrollbar {
  display: none;
}

.articles-mobile-cats__item {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 13px;
  font-weight: 600;
  color: #5c6370;
  text-decoration: none;
  white-space: nowrap;
}

.articles-mobile-cats__item.is-active,
.articles-mobile-cats__item:hover {
  background: var(--theme-brand-soft);
  border-color: rgba(255, 0, 54, 0.18);
  color: var(--theme-brand);
}

.articles-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  padding: 24px 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(20, 24, 36, 0.04);
}

.articles-head__copy {
  min-width: 0;
  flex: 1;
}

.articles-head__title {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 800;
  line-height: 1.25;
  color: #1a1a22;
  letter-spacing: -0.02em;
}

.articles-head__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #8b93a0;
}

.articles-search {
  position: relative;
  display: flex;
  align-items: center;
  width: min(320px, 100%);
  flex-shrink: 0;
}

.articles-search-icon {
  position: absolute;
  left: 14px;
  color: #9aa0a6;
  pointer-events: none;
}

.articles-search-input {
  width: 100%;
  min-height: 44px;
  padding: 0 40px 0 42px;
  border: 1px solid #e8eaed;
  border-radius: 999px;
  background: #f7f8fa;
  color: #1a1a22;
  font-size: 14px;
  outline: none;
  transition: border-color 0.15s, background 0.15s;
}

.articles-search-input::-webkit-search-cancel-button,
.articles-search-input::-webkit-search-decoration {
  display: none;
  -webkit-appearance: none;
}

.articles-search-input::placeholder {
  color: #9aa0a6;
}

.articles-search-input:focus {
  border-color: rgba(255, 0, 54, 0.35);
  background: #fff;
}

.articles-search-clear {
  position: absolute;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #8b93a0;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
}

.articles-search-clear:hover {
  background: #f0f2f5;
  color: #1a1a22;
}

.articles-feed {
  display: grid;
  gap: 14px;
}

.articles-item {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(20, 24, 36, 0.04);
  overflow: hidden;
  transition: transform 0.22s, box-shadow 0.22s;
}

.articles-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(20, 24, 36, 0.08);
}

.articles-item__link {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  height: 188px;
  color: inherit;
  text-decoration: none;
}

.articles-item__media {
  position: relative;
  height: 100%;
  min-height: 0;
  background: linear-gradient(135deg, #f7f8fa, #eef1f5);
  overflow: hidden;
}

.articles-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}

.articles-item:hover .articles-item__media img {
  transform: scale(1.04);
}

.articles-item__placeholder,
.article-cover-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  color: transparent;
  font-size: 0;
}

.article-cover-ph::before {
  content: "";
  width: 52px;
  height: 52px;
  background: #c0c4cc;
  -webkit-mask: url("/static/images/article-placeholder.svg") center / contain no-repeat;
  mask: url("/static/images/article-placeholder.svg") center / contain no-repeat;
}

.article-cover-ph--notice::before {
  -webkit-mask-image: url("/static/images/article-placeholder.svg");
  mask-image: url("/static/images/article-placeholder.svg");
}

.articles-item__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 22px;
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.articles-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 22px;
  flex-shrink: 0;
}

.articles-item__pin,
.articles-item__cat {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.articles-item__pin {
  background: var(--theme-brand);
  color: #fff;
}

.articles-item__cat {
  background: var(--theme-brand-soft);
  color: var(--theme-brand);
}

.articles-item__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1a22;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-shrink: 0;
}

.articles-item:hover .articles-item__title {
  color: var(--theme-brand);
}

.articles-item__summary {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #5c6370;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.7em * 2);
  flex: 1 1 auto;
  max-height: calc(1.7em * 2);
}

.articles-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 4px;
  font-size: 12px;
  color: #8b93a0;
  flex-shrink: 0;
}

.articles-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.articles-pagination__btn {
  padding: 10px 18px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 14px;
  font-weight: 600;
  color: #1a1a22;
  text-decoration: none;
}

.articles-pagination__btn:hover {
  border-color: rgba(255, 0, 54, 0.25);
  color: var(--theme-brand);
}

.articles-pagination__info {
  font-size: 13px;
  color: #8b93a0;
}

.articles-empty {
  padding: 72px 24px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #8b93a0;
}

.articles-empty__link {
  display: inline-flex;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-brand);
  text-decoration: none;
}

.articles-empty__link:hover {
  text-decoration: none;
}

/* ── Preview banner ── */
.article-preview-banner {
  margin-bottom: 16px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #fff7e6;
  border: 1px solid #ffd591;
  color: #ad6800;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

/* ── 404 ── */
.articles-not-found {
  margin-top: 48px;
  padding: 48px 24px;
  text-align: center;
}

.articles-not-found__code {
  margin: 0 0 8px;
  font-size: 56px;
  font-weight: 800;
  color: #e8eaed;
  line-height: 1;
}

.articles-not-found__title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  color: #1a1a2e;
}

.articles-not-found__desc {
  margin: 0 0 24px;
  font-size: 15px;
  color: #6b7280;
}

.articles-not-found__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

/* ── Detail ── */
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.article-layout--with-nav {
  grid-template-columns: 200px minmax(0, 1fr);
}

.article-sidebar {
  position: sticky;
  top: 16px;
}

.article-cat-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 16px 12px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(20, 24, 36, 0.04);
}

.article-cat-nav__title {
  margin: 0 0 10px 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #aaa;
}

.article-cat-nav__item {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  color: #666;
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.article-cat-nav__item:hover {
  background: #f8f8f8;
  color: var(--theme-brand);
}

.article-cat-nav__item.is-active {
  background: var(--theme-brand-soft);
  color: var(--theme-brand);
  font-weight: 600;
}

.article-main {
  min-width: 0;
}

.article-mobile-cats {
  display: none;
  margin-bottom: 16px;
  overflow: hidden;
}

.article-mobile-cats__track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.article-mobile-cats__track::-webkit-scrollbar {
  display: none;
}

.article-mobile-cats__item {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 13px;
  font-weight: 600;
  color: #5c6370;
  text-decoration: none;
  white-space: nowrap;
}

.article-mobile-cats__item.is-active,
.article-mobile-cats__item:hover {
  background: var(--theme-brand-soft);
  border-color: rgba(255, 0, 54, 0.18);
  color: var(--theme-brand);
}

.article-detail {
  padding: 36px 40px 40px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 40px rgba(20, 24, 36, 0.05);
}

.article-detail__head {
  margin-bottom: 20px;
}

.article-detail__cat {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--theme-brand-soft);
  font-size: 12px;
  font-weight: 700;
  color: var(--theme-brand);
  text-decoration: none;
}

.article-detail__cat:hover {
  background: #ffe4ea;
}

.article-detail__title {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.6vw, 36px);
  font-weight: 800;
  line-height: 1.28;
  color: #1a1a22;
  letter-spacing: -0.02em;
}

.article-detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin: 0;
  font-size: 13px;
  color: #8b93a0;
}

.article-detail__source {
  color: #5c6370;
  font-weight: 600;
}

.article-detail__lead {
  margin: 0 0 22px;
  padding: 14px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff7f9, #f7f8fa);
  border: 1px solid var(--theme-brand-ring);
  font-size: 15px;
  line-height: 1.75;
  color: #5c6370;
}

.article-detail__cover {
  margin: 0 0 28px;
  border-radius: 16px;
  overflow: hidden;
  background: #f3f4f6;
}

.article-detail__cover img {
  display: block;
  width: 100%;
  height: auto;
}

.article-detail__content {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  word-break: break-word;
}

.article-detail__content h1,
.article-detail__content h2,
.article-detail__content h3,
.article-detail__content h4 {
  margin: 1.6em 0 0.75em;
  line-height: 1.35;
  color: #1a1a22;
  font-weight: 700;
}

.article-detail__content h1 { font-size: 1.45em; }
.article-detail__content h2 { font-size: 1.28em; }
.article-detail__content h3 { font-size: 1.14em; }
.article-detail__content h4 { font-size: 1.05em; }

.article-detail__content p,
.article-detail__content ul,
.article-detail__content ol,
.article-detail__content blockquote,
.article-detail__content pre {
  margin: 0 0 1.1em;
}

.article-detail__content .ql-align-center { text-align: center; }
.article-detail__content .ql-align-right { text-align: right; }
.article-detail__content .ql-align-justify { text-align: justify; }

.article-detail__content hr {
  margin: 1.6em 0;
  border: none;
  border-top: 1px solid #e8eaed;
}

.article-detail__content pre,
.article-detail__content pre.ql-syntax {
  padding: 14px 16px;
  border-radius: 12px;
  background: #1e1e24;
  color: #e8eaed;
  overflow-x: auto;
  font-size: 0.9em;
  line-height: 1.6;
}

.article-detail__content pre code {
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
}

.article-detail__content iframe,
.article-detail__content .ql-video {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 200px;
  margin: 1em 0;
  border: none;
  border-radius: 12px;
  background: #000;
}

.article-detail__content ul,
.article-detail__content ol {
  padding-left: 1.4em;
}

.article-detail__content li + li {
  margin-top: 0.3em;
}

.article-detail__content a {
  color: var(--theme-brand);
  text-decoration: none;
  text-underline-offset: 2px;
}

.article-detail__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.1em auto;
  border-radius: 12px;
}

.article-detail__content code {
  padding: 2px 6px;
  border-radius: 6px;
  background: #f7f8fa;
  font-size: 0.92em;
}

.article-detail__content blockquote {
  padding: 14px 16px;
  border-radius: 12px;
  border-left: 3px solid var(--theme-brand);
  background: #fafbfc;
  color: #5c6370;
}

.article-detail__foot {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #f0f2f5;
}

.article-detail__back {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
}

.article-detail__back:hover {
  color: var(--theme-brand);
}

.article-related {
  margin-top: 28px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

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

.article-related__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.article-related__mark {
  flex-shrink: 0;
  width: 4px;
  height: 16px;
  border-radius: 2px;
  background: var(--theme-brand);
}

.article-related__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a22;
  line-height: 1.3;
}

.article-related__more {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
  white-space: nowrap;
}

.article-related__more:hover {
  color: var(--theme-brand);
}

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

.article-related__card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 0;
  min-height: 112px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.18s, transform 0.18s;
}

.article-related__card:hover {
  border-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.article-related__card:hover .article-related__name {
  color: var(--theme-brand);
}

.article-related__media {
  position: relative;
  min-height: 112px;
  background: #f4f5f7;
  overflow: hidden;
}

.article-related__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-related__placeholder,
.article-related__media .article-cover-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 112px;
  background: #f4f5f7;
}

.article-related__media .article-cover-ph::before {
  width: 36px;
  height: 36px;
}

.article-related__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  padding: 14px 14px 12px;
}

.article-related__cat {
  display: inline-flex;
  align-self: flex-start;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--theme-brand-soft, #fff2f5);
  color: var(--theme-brand);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}

.article-related__name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
  color: #1a1a22;
}

.article-related__summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 12px;
  line-height: 1.5;
  color: #8b93a0;
}

.article-related__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: auto;
  padding-top: 2px;
  font-size: 12px;
  color: #a0a6b0;
}

.article-related__meta time,
.article-related__meta span {
  color: inherit;
}

@media (max-width: 992px) {
  .articles-layout,
  .articles-layout--with-nav,
  .article-layout,
  .article-layout--with-nav {
    grid-template-columns: 1fr;
  }

  .articles-sidebar,
  .article-sidebar {
    display: none;
  }

  .articles-mobile-cats,
  .article-mobile-cats {
    display: block;
  }

  .articles-head {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }

  .articles-search {
    width: 100%;
  }

  .articles-item__link {
    grid-template-columns: 160px minmax(0, 1fr);
    height: 160px;
  }

  .articles-item__media,
  .articles-item__placeholder {
    height: 100%;
    min-height: 0;
  }

  .articles-item__body {
    padding: 14px 16px;
  }

  .article-detail {
    padding: 24px 20px 28px;
  }

  .article-related__head {
    align-items: flex-start;
    margin-bottom: 14px;
  }

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

  .article-related__card {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 96px;
  }

  .article-related__media {
    min-height: 96px;
  }

  .article-related__placeholder,
  .article-related__media .article-cover-ph {
    min-height: 96px;
  }

  .article-related__media .article-cover-ph::before {
    width: 30px;
    height: 30px;
  }

  .article-related__body {
    padding: 12px 12px 10px;
    gap: 4px;
  }

  .article-related__name {
    font-size: 14px;
  }

  .article-related__summary {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}

@media (max-width: 640px) {
  .articles-item__link {
    grid-template-columns: 1fr;
    height: auto;
  }

  .articles-item__media {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
  }

  .articles-item__placeholder {
    min-height: 140px;
  }

  .articles-item__body {
    height: auto;
    min-height: 132px;
  }

  .articles-item__title {
    font-size: 16px;
  }

  .articles-head__title {
    font-size: 22px;
  }
}

/* ── 首页文章区块 ── */
.tm-home-articles {
  margin: 28px 0 36px;
  padding: 24px 24px 28px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--mall-border, #eee);
}

.tm-home-articles__head {
  margin-bottom: 20px;
}

.tm-home-articles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tm-home-article-card {
  border-radius: 14px;
  background: #fafbfc;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.22s, box-shadow 0.22s;
}

.tm-home-article-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(20, 24, 36, 0.08);
}

.tm-home-article-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.tm-home-article-card__media {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #f7f8fa, #eef1f5);
  overflow: hidden;
}

.tm-home-article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tm-home-article-card__placeholder,
.tm-home-article-card__media .article-cover-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  font-size: 0;
  color: transparent;
}

.tm-home-article-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 14px 16px;
  flex: 1;
}

.tm-home-article-card__cat {
  align-self: flex-start;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--theme-brand-soft);
  font-size: 10px;
  font-weight: 700;
  color: var(--theme-brand);
}

.tm-home-article-card__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  color: #1a1a22;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tm-home-article-card__summary {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
  color: #8b93a0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tm-home-article-card__time {
  margin-top: auto;
  font-size: 11px;
  color: #b0b6bf;
}

@media (max-width: 1200px) {
  .tm-home-articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tm-home-articles {
    padding: 18px 16px 22px;
  }

  .tm-home-articles-grid {
    grid-template-columns: 1fr;
  }
}
