.zz-top-official {
  margin: 14px auto 0;
  max-width: 1180px;
  padding: 10px 16px;
  border-left: 4px solid #0b8f87;
  background: #f0fbf8;
  color: #14333a;
  font-size: 14px;
  line-height: 1.75;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .08);
}

.zz-top-official a {
  color: #0b6f68;
  font-weight: 700;
  text-decoration: none;
}

.zz-blog-hero {
  max-width: 1180px;
  margin: 10px auto 0;
  padding: 20px 22px;
  border-radius: 6px;
  background: #0b7d8b;
  color: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .14);
}

.zz-hero-kicker {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  opacity: .94;
}

.zz-hero-title {
  font-size: 26px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
}

.zz-hero-sub {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
  color: #ecfeff;
}

#blogTitle h1,
#blogTitle h1 a,
#Header1_HeaderTitle,
.headermaintitle {
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

#blogTitle h2,
.subtitle {
  max-width: 760px;
  font-size: 16px !important;
  line-height: 1.75 !important;
  font-weight: 600 !important;
}

.zz-official-card,
.zz-verify-card,
.zz-project-card {
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid #dbe8ef;
  border-radius: 6px;
  background: #fff;
  color: #24343d;
  line-height: 1.75;
}

.zz-card-title,
.zz-project-title {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
  color: #0b6f68;
}

.zz-official-card p,
.zz-project-card p {
  margin: 6px 0;
}

.zz-note {
  color: #5a6872;
  font-size: 13px;
}

.zz-image-card {
  display: block;
  margin: 0 0 14px;
  padding: 10px;
  border: 1px solid #dbe8ef;
  border-radius: 6px;
  background: #f8fbfd;
  text-decoration: none !important;
  color: #253540 !important;
}

.zz-image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 8px;
}

.zz-image-card span {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.zz-verify-card ul {
  margin: 6px 0 0 18px;
  padding: 0;
}

.zz-verify-card li {
  margin: 6px 0;
}

@media (max-width: 768px) {
  .zz-top-official {
    margin: 8px 10px 0;
    font-size: 13px;
  }

  .zz-blog-hero {
    margin: 8px 10px 0;
    padding: 16px;
  }

  .zz-hero-title {
    font-size: 20px;
  }
}
