body { background: #f5f7f9; }
  .wrap { max-width: 1000px; margin: 0 auto; background: #fff; box-shadow: 0 0 18px rgba(0,0,0,.06); }
  .banner img { display: block; width: 100%; height: auto; object-fit: cover; }
  .g-bd .m-btit,
  .g-bd .m-btit a,
  .g-bd .m-btit a:hover,
  .g-bd .m-btit span,
  .g-bd .m-btit span a {
    color: #078a60 !important;
    text-decoration: none !important;
  }
  .g-bd .m-btit { font-size: .95rem; }
  .section-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: .9rem;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .section-title h2 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #078a60, #0ea878);
    border-radius: .65rem;
    padding: .55rem .85rem;
  }
  #content { color: #4e5a65; line-height: 1.9; font-size: .92rem; }
  #content img,
  #content img.loaded,
  #content .loaded {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: inline-block;
  }
  .entry-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
  }
  .entry-item {
    display: block;
    text-align: center;
    border: 1px solid #e8eeeb;
    border-radius: .75rem;
    background: #fbfdfc;
    text-decoration: none;
    color: #344054;
    padding: .65rem .35rem;
  }
  .entry-item img {
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto .35rem;
    object-fit: contain;
  }
  .entry-item span { font-size: .84rem; }
  .search-box .form-control,
  .search-box .btn { height: 42px; }
  @media (max-width: 575.98px) {
    .g-bd { padding-left: .75rem; padding-right: .75rem; }
    .entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }