﻿/* ======== 五一吃瓜网 · 文章详情 100% 对标 bjbch.cn/article/topic-page-1/ 纯静态 ======== */
body {
  background: #f7f7f5;
  color: #1a1a1a;
  font-family: -apple-system, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ===== 1. Header 静态化（复用热点专题紫橙色） ===== */
.ch-hd {
  background: #fff;
  border-bottom: 2px solid #f0f0ee;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.ch-hd-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.ch-hd-logo {
  height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 900;
  color: #1a1a1a;
  font-family: SimHei, sans-serif;
}

.ch-hd-logo .bar {
  width: 4px;
  height: 26px;
  background: linear-gradient(180deg, #af52de, #ff9500);
  border-radius: 3px;
}

.ch-hd-sb {
  display: flex;
  align-items: center;
  gap: 24px;
}

.ch-hd-sb>div {
  font-size: 13px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ch-hd-sb>div::before {
  content: "📞";
  color: #af52de;
  font-weight: 700;
}

.ch-hd-sb>div b {
  color: #af52de;
  font-weight: 700;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.ch-hd-form {
  display: inline-flex;
  gap: 0;
}

.ch-hd-input {
  width: 250px;
  height: 40px;
  padding: 0 14px;
  font-size: 13px;
  border: 1px solid #e0e0de;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  outline: none;
  transition: border-color .2s;
}

.ch-hd-input:focus {
  border-color: #af52de;
}

.ch-hd-form button {
  height: 40px;
  padding: 0 18px;
  background: linear-gradient(135deg, #af52de, #8b3cc4);
  color: #fff;
  border: 0;
  border-radius: 0 8px 8px 0;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
}

.ch-hd-form button:hover {
  filter: brightness(1.08);
}

.ch-hd-nv {
  border-top: 1px solid #f3f3f1;
  background: #fff;
}

.ch-hd-nv-row {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
}

.ch-hd-link,
.ch-hd-link-on {
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  height: 52px;
  font-size: 14.5px;
  color: #333;
  font-weight: 600;
  transition: all .18s;
  border-radius: 0;
  position: relative;
}

.ch-hd-link:hover {
  color: #af52de;
  background: #faf0ff;
}

.ch-hd-link-on {
  color: #fff;
  background: #af52de;
  font-weight: 700;
}

/* 面包屑 */
.ch-cr {
  background: #fff;
  border-bottom: 1px solid #ececea;
  padding: 14px 0;
  font-size: 13px;
  color: #888;
}

.ch-cr a {
  color: #888;
  transition: color .2s;
}

.ch-cr a:hover {
  color: #af52de;
}

.ch-cr .sep {
  margin: 0 9px;
  color: #d5d5d5;
}

.ch-cr .cur {
  color: #333;
  font-weight: 500;
}

/* 2. 主内容双栏（左正文 + 右热榜） */
.ch-main {
  padding: 30px 0 50px;
  background: #f7f7f5;
}

.ch-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 28px;
  align-items: flex-start;
}

/* 文章卡片容器（白卡 exact） */
.ch-article {
  background: #fff;
  border-radius: 12px;
  padding: 32px 38px 40px;
  border: 1px solid #ececea;
  margin-bottom: 24px;
}

/* 文章标签（最新/综合爆料/今天 exact） */
.ch-at-tags {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.ch-at-tags .t {
  display: inline-block;
  padding: 4px 13px;
  font-size: 12.5px;
  border-radius: 4px;
  background: #faf0ff;
  color: #af52de;
  font-weight: 600;
}

.ch-at-tags .t.zx {
  background: linear-gradient(135deg, #af52de, #8b3cc4);
  color: #fff;
}

.ch-at-tags .t.t {
  background: #fff5e6;
  color: #e8590c;
}

/* H1 */
.ch-at h1 {
  font-size: 30px;
  line-height: 1.45;
  margin: 0 0 18px;
  color: #1a1a1a;
  font-weight: 900;
  font-family: "PingFang SC", SimHei, "Microsoft YaHei", sans-serif;
  letter-spacing: 0.3px;
}

/* 作者元信息 exact（五一吃瓜网编辑部 344,458 3,710） */
.ch-at-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0ee;
  margin-bottom: 26px;
  font-size: 13.5px;
  color: #888;
}

.ch-at-meta .i {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ch-at-meta .i::before {
  color: #af52de;
  font-weight: 700;
}

.ch-at-meta .au::before {
  content: "✍";
}

.ch-at-meta .vi::before {
  content: "👁";
}

.ch-at-meta .cm::before {
  content: "💬";
}

.ch-at-meta .i b {
  color: #333;
  font-weight: 700;
}

.ch-at-meta .vi b {
  color: #af52de;
}

.ch-at-meta .cm b {
  color: #ff9500;
}

.ch-at-meta .share {
  margin-left: auto;
  display: inline-flex;
  gap: 10px;
}

.ch-at-meta .shb {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  font-size: 12.5px;
  border-radius: 16px;
  background: #fafaf8;
  color: #666;
  border: 1px solid #eee;
  transition: all .15s;
  cursor: pointer;
  font-weight: 500;
}

.ch-at-meta .shb:hover {
  background: #faf0ff;
  color: #af52de;
  border-color: #e6ccff;
}

/* 封面图 exact */
.ch-at-cover {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 28px;
  background: #f0f0ee;
}

.ch-at-cover img {
  width: 100%;
  display: block;
  height: auto;
}

/* 正文 exact（参考站 e19~e23 exact 原文 5 段） */
.ch-at-body {
  font-size: 16.5px;
  line-height: 2;
  color: #2a2a2a;
}

.ch-at-body p {
  margin: 0 0 22px;
  text-indent: 2em;
}

.ch-at-body p.dm {
  background: #fafaf8;
  padding: 16px 20px;
  border-left: 4px solid #af52de;
  border-radius: 0 8px 8px 0;
  color: #777;
  font-size: 14.5px;
  line-height: 1.85;
  text-indent: 0;
  margin-top: 30px;
}

.ch-at-body p.dm::before {
  content: "📝 ";
  font-weight: 700;
}

/* 标签云 */
.ch-at-key {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 22px 0 0;
  margin-top: 26px;
  border-top: 1px dashed #eee;
}

.ch-at-key .k {
  display: inline-block;
  padding: 5px 14px;
  font-size: 12.5px;
  border-radius: 16px;
  background: #faf0ff;
  color: #af52de;
  font-weight: 600;
}

.ch-at-key .k:hover {
  background: linear-gradient(135deg, #af52de, #8b3cc4);
  color: #fff;
}

/* 上一篇 / 下一篇 exact */
.ch-at-pn {
  background: #fff;
  border-radius: 12px;
  padding: 18px 26px;
  border: 1px solid #ececea;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ch-at-pn .pn {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 4px 0;
}

.ch-at-pn .pn .lb {
  flex: 0 0 auto;
  font-size: 12.5px;
  color: #999;
  padding-top: 3px;
  font-weight: 600;
}

.ch-at-pn .pn a {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ch-at-pn .pn a:hover {
  color: #af52de;
}

.ch-at-pn .pn.next {
  justify-content: flex-end;
  text-align: right;
}

/* 相关推荐 exact */
.ch-at-rel {
  background: #fff;
  border-radius: 12px;
  padding: 24px 28px 28px;
  border: 1px solid #ececea;
}

.ch-at-rel h3 {
  font-size: 19px;
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  color: #1a1a1a;
  font-family: "PingFang SC", SimHei, sans-serif;
}

.ch-at-rel h3 .bar {
  width: 5px;
  height: 22px;
  background: linear-gradient(180deg, #af52de, #ff9500);
  border-radius: 3px;
}

.ch-at-rel-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 26px;
}

.ch-at-rel-list li {
  padding: 11px 0;
  border-bottom: 1px dashed #f0f0ee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.ch-at-rel-list li:nth-last-child(-n+2) {
  border-bottom: 0;
}

.ch-at-rel-list .t {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
}

.ch-at-rel-list .t:hover {
  color: #af52de;
}

.ch-at-rel-list .d {
  font-size: 12px;
  color: #bbb;
  flex: 0 0 auto;
  font-family: Arial, sans-serif;
}

/* 侧栏（复用热点专题热榜 Top10 紫橙变体） */
.ch-sd {
  background: #fff;
  border-radius: 12px;
  padding: 22px 22px;
  margin-bottom: 22px;
  border: 1px solid #ececea;
}

.ch-sd h4 {
  font-size: 17px;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f2f2f0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1a1a1a;
  font-weight: 800;
  font-family: "PingFang SC", SimHei, sans-serif;
}

.ch-sd h4::before {
  content: "";
  width: 5px;
  height: 20px;
  background: linear-gradient(180deg, #af52de, #ff9500);
  border-radius: 3px;
}

.ch-hot li {
  position: relative;
  padding: 13px 0 13px 38px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px dashed #f0f0ee;
  transition: all .15s;
  flex-wrap: wrap;
  row-gap: 6px;
}

.ch-hot li:last-child {
  border-bottom: 0;
}

.ch-hot li:hover {
  padding-left: 44px;
}

.ch-hot li:hover a {
  color: #af52de;
}

.ch-hot .n {
  position: absolute;
  left: 0;
  top: 14px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 5px;
  background: #e5e5e3;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  font-family: Arial, sans-serif;
}

.ch-hot li:nth-child(1) .n {
  background: linear-gradient(135deg, #af52de, #8b3cc4);
  box-shadow: 0 3px 8px rgba(175, 82, 222, 0.35);
}

.ch-hot li:nth-child(2) .n {
  background: linear-gradient(135deg, #c77dff, #9d4edd);
  box-shadow: 0 3px 8px rgba(157, 78, 221, 0.3);
}

.ch-hot li:nth-child(3) .n {
  background: linear-gradient(135deg, #ff9500, #e8590c);
  box-shadow: 0 3px 8px rgba(255, 149, 0, 0.28);
}

.ch-hot .ttl-wrap {
  flex: 1;
  padding-right: 8px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ch-hot a {
  font-size: 14.5px;
  color: #222;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
}

.ch-hot .bd {
  display: inline-block;
  padding: 2px 7px;
  font-size: 11px;
  border-radius: 3px;
  background: #faf0ff;
  color: #af52de;
  font-weight: 700;
  align-self: flex-start;
}

.ch-hot .bd.h {
  background: #fff5e6;
  color: #e8590c;
}

.ch-hot .bd.ne {
  background: #e6fcf5;
  color: #099268;
}

.ch-hot .he {
  flex: 0 0 auto;
  font-size: 12.5px;
  color: #af52de;
  font-weight: 700;
  font-family: Arial, sans-serif;
  white-space: nowrap;
  padding-top: 2px;
}

/* 投稿线索卡 exact */
.ch-topic-rec {
  background: linear-gradient(135deg, #faf0ff 0%, #fff 100%);
  border: 1px solid #e6ccff;
}

.ch-topic-rec h4 {
  justify-content: center;
}

.ch-topic-rec h4::before {
  display: none;
}

.ch-topic-rec .d {
  font-size: 13.5px;
  color: #555;
  line-height: 1.8;
  margin: 0 0 17px;
  text-align: left;
}

.ch-topic-rec .btn {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  background: linear-gradient(135deg, #af52de 0%, #8b3cc4 100%);
  color: #fff !important;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  transition: all .2s;
  box-shadow: 0 6px 18px rgba(175, 82, 222, 0.28);
  text-align: center;
}

.ch-topic-rec .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(175, 82, 222, 0.38);
}

/* 分类速览 exact */
.ch-cats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.ch-cats a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: #fafaf8;
  border-radius: 8px;
  font-size: 13px;
  color: #555;
  transition: all .2s;
  font-weight: 500;
  border: 1px solid transparent;
}

.ch-cats a:hover {
  background: #faf0ff;
  color: #af52de;
  border-color: #e6ccff;
}

.ch-cats a::after {
  content: attr(data-n);
  color: #bbb;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.ch-cats a:hover::after {
  color: #af52de;
}

/* Footer 静态化 exact */
.ch-ft {
  background: #1a1a2e;
  color: rgba(255, 255, 255, 0.75);
  padding: 40px 0 0;
  margin: 0;
}

.ch-ft-row {
  padding: 0 20px;
}

.ch-ft-grid {
  display: grid;
  grid-template-columns: 1.4fr 1.6fr 1fr;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ch-ft-logo {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  font-family: SimHei, sans-serif;
  display: inline-block;
}

.ch-ft-desc {
  font-size: 13px;
  line-height: 1.8;
  margin: 10px 0 16px;
  color: rgba(255, 255, 255, 0.6);
}

.ch-ft-icons {
  display: flex;
  gap: 10px;
}

.ch-ft-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.ch-ft-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ch-ft-h5 {
  margin: 0 0 14px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}

.ch-ft-ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 13px;
}

.ch-ft-ul a {
  color: rgba(255, 255, 255, 0.6);
}

.ch-ft-ul a:hover {
  color: #fff;
}

.ch-ft-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  gap: 20px;
  flex-wrap: wrap;
}

.ch-ft-copy-txt {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.55);
}

.ch-ft-ba {
  display: flex;
  gap: 14px;
  font-size: 12.5px;
}

.ch-ft-ba a {
  color: rgba(255, 255, 255, 0.55);
}

.ch-ft-ba a:hover {
  color: #fff;
}

.ch-ft-sep {
  color: rgba(255, 255, 255, 0.25);
}

/* PC Guard */
@media (max-width: 1240px) {

  .ch-cr .c-wrap,
  .ch-main .c-wrap,
  .ch-ft-row,
  .ch-hd .c-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ========== 移动端 ≤768px：严格覆盖 common.css 1200px 坑 ========== */
@media (max-width: 768px) {

  html,
  body {
    min-width: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
  }

  .c-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  header,
  nav,
  section,
  main,
  footer,
  aside,
  .ch-hd,
  .ch-cr,
  .ch-main,
  .ch-ft {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .ch-cr .c-wrap,
  .ch-main .c-wrap,
  .ch-ft-row,
  .ch-hd .c-wrap {
    padding-left: 14px !important;
    padding-right: 14px !important;
    width: 100% !important;
  }

  .logo {
    max-width: 100%;
  }

  .logo img {
    max-width: 100%;
    height: auto;
  }

  /* Header 堆叠 */
  .ch-hd-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    padding: 14px 14px !important;
  }

  .ch-hd-logo {
    height: 34px !important;
  }

  .ch-hd-sb {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }

  .ch-hd-sb>div {
    display: none !important;
  }

  .ch-hd-form {
    flex-wrap: nowrap !important;
  }

  .ch-hd-input {
    width: auto !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .ch-hd-nv-row {
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    padding: 0 10px !important;
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .ch-hd-nv-row::-webkit-scrollbar {
    display: none !important;
  }

  .ch-hd-link,
  .ch-hd-link-on {
    padding: 0 16px !important;
    height: 44px !important;
    font-size: 13px !important;
    flex-shrink: 0 !important;
    scroll-snap-align: start !important;
  }

  .ch-hd-form button {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    padding: 0 14px !important;
    height: 38px !important;
    font-size: 13px !important;
  }

  /* 面包屑 */
  .ch-cr {
    padding: 10px 0;
    font-size: 12px;
  }

  .ch-cr .sep {
    margin: 0 6px;
  }

  /* 主内容双栏 → 单栏 */
  .ch-main {
    padding: 18px 0 34px;
  }

  .ch-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  /* 文章详情 */
  .ch-article {
    padding: 18px 16px 24px;
    border-radius: 10px;
    margin-bottom: 16px;
  }

  .ch-at-tags {
    margin-bottom: 12px;
  }

  .ch-at-tags .t {
    padding: 3px 10px;
    font-size: 11.5px;
  }

  .ch-at h1 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 14px;
  }

  .ch-at-meta {
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 18px;
    font-size: 12.5px;
  }

  .ch-at-meta .share {
    margin-left: 0;
    width: 100%;
  }

  .ch-at-meta .shb {
    padding: 4px 10px;
    font-size: 11.5px;
  }

  .ch-at-cover {
    margin-bottom: 18px;
    border-radius: 8px;
  }

  .ch-at-body {
    font-size: 15px;
    line-height: 1.85;
  }

  .ch-at-body p {
    margin-bottom: 16px;
  }

  .ch-at-body p.dm {
    font-size: 13px;
    padding: 12px 14px;
    margin-top: 20px;
  }

  .ch-at-key {
    padding-top: 16px;
    margin-top: 18px;
  }

  .ch-at-key .k {
    padding: 4px 11px;
    font-size: 11.5px;
  }

  /* 上下篇 */
  .ch-at-pn {
    grid-template-columns: 1fr;
    padding: 14px 16px;
    gap: 12px;
    margin-bottom: 16px;
    border-radius: 10px;
  }

  .ch-at-pn .pn.next {
    justify-content: flex-start;
    text-align: left;
  }

  /* 相关推荐 */
  .ch-at-rel {
    padding: 16px 15px 20px;
    border-radius: 10px;
  }

  .ch-at-rel h3 {
    font-size: 16px;
    margin-bottom: 12px;
    gap: 7px;
  }

  .ch-at-rel h3 .bar {
    height: 18px;
    width: 4px;
  }

  .ch-at-rel-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ch-at-rel-list li {
    padding: 10px 0;
  }

  .ch-at-rel-list li:nth-last-child(-n+2) {
    border-bottom: 1px dashed #f0f0ee;
  }

  .ch-at-rel-list li:last-child {
    border-bottom: 0;
  }

  /* 侧栏 */
  .ch-sd {
    padding: 16px 15px;
    margin-bottom: 16px;
    border-radius: 10px;
  }

  .ch-sd h4 {
    font-size: 15px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    gap: 6px;
  }

  .ch-sd h4::before {
    height: 16px;
    width: 4px;
  }

  .ch-hot li {
    padding: 11px 0 11px 34px;
    row-gap: 4px;
  }

  .ch-hot li:hover {
    padding-left: 34px;
  }

  .ch-hot .n {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 11.5px;
    top: 12px;
  }

  .ch-hot .ttl-wrap {
    padding-right: 4px;
    gap: 5px;
  }

  .ch-hot a {
    font-size: 13px;
  }

  .ch-hot .bd {
    font-size: 10px;
    padding: 1.5px 6px;
  }

  .ch-hot .he {
    font-size: 11.5px;
    padding-top: 0;
  }

  .ch-topic-rec .d {
    font-size: 12.5px;
    margin-bottom: 12px;
  }

  .ch-topic-rec .btn {
    padding: 11px 0;
    font-size: 14px;
  }

  .ch-cats {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }

  .ch-cats a {
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 7px;
  }

  /* Footer */
  .ch-ft {
    padding-top: 24px !important;
  }

  .ch-ft-row {
    padding: 0 14px !important;
  }

  .ch-ft-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding-bottom: 20px !important;
  }

  .ch-ft-cols {
    grid-template-columns: 1fr 1fr !important;
  }

  .ch-ft-logo {
    font-size: 18px !important;
  }

  .ch-ft-desc {
    font-size: 12px !important;
    margin: 8px 0 12px !important;
  }

  .ch-ft-icons {
    gap: 8px !important;
  }

  .ch-ft-icon {
    width: 32px !important;
    height: 32px !important;
    border-radius: 7px !important;
    font-size: 13px !important;
  }

  .ch-ft-h5 {
    font-size: 13px !important;
    margin-bottom: 10px !important;
  }

  .ch-ft-ul {
    gap: 7px !important;
    font-size: 12px !important;
  }

  .ch-ft-copy {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 16px 0 !important;
    gap: 8px !important;
  }

  .ch-ft-copy-txt {
    font-size: 11.5px !important;
  }

  .ch-ft-ba {
    font-size: 11.5px !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
  }
}

/* b37739 */
:root {
    scroll-behavior: auto;
}
.dec9208 {
    tab-size: 4;
}
