#div_community_read_content.webr-rcommunity-digest-viewer {
  color: #334155;
  font-size: 16px;
  line-height: 1.75;
}

#div_community_read_content.webr-rcommunity-digest-viewer section {
  margin: 1rem 0;
  padding: 1.25rem;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

#div_community_read_content.webr-rcommunity-digest-viewer section + section {
  border-color: #dbe3ef;
  background: #f8fafc;
  box-shadow: none;
}

#div_community_read_content.webr-rcommunity-digest-viewer h2,
#div_community_read_content.webr-rcommunity-digest-viewer h3 {
  margin: 1.4rem 0 0.65rem;
  padding-left: 0.75rem;
  border-left: 4px solid #2563eb;
  color: #0f172a;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

#div_community_read_content.webr-rcommunity-digest-viewer h2:first-child,
#div_community_read_content.webr-rcommunity-digest-viewer h3:first-child {
  margin-top: 0;
}

#div_community_read_content.webr-rcommunity-digest-viewer p {
  margin: 0.7rem 0;
}

#div_community_read_content.webr-rcommunity-digest-viewer ul,
#div_community_read_content.webr-rcommunity-digest-viewer ol {
  margin: 0.75rem 0;
  padding-left: 1.5rem;
}

#div_community_read_content.webr-rcommunity-digest-viewer ul {
  list-style: disc outside;
}

#div_community_read_content.webr-rcommunity-digest-viewer ol {
  list-style: decimal outside;
}

#div_community_read_content.webr-rcommunity-digest-viewer li {
  margin: 0.35rem 0;
  padding-left: 0.1rem;
}

#div_community_read_content.webr-rcommunity-digest-viewer strong {
  color: #0f172a;
  font-weight: 800;
}

#div_community_read_content.webr-rcommunity-digest-viewer code {
  display: inline-block;
  padding: 0.08rem 0.35rem;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 0.92em;
  font-weight: 700;
  line-height: 1.45;
}

#div_community_read_content.webr-rcommunity-digest-viewer mark {
  padding: 0.05rem 0.25rem;
  border-radius: 5px;
  background: #fef3c7;
  color: #92400e;
}

#div_community_read_content.webr-rcommunity-digest-viewer blockquote {
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  border-left: 4px solid #14b8a6;
  border-radius: 0 8px 8px 0;
  background: #f0fdfa;
  color: #115e59;
}

#div_community_read_content.webr-rcommunity-digest-viewer a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
}

#div_community_read_content.webr-rcommunity-digest-viewer a:hover {
  color: #1e3a8a;
  text-decoration: underline;
}

@media (max-width: 640px) {
  #div_community_read_content.webr-rcommunity-digest-viewer {
    font-size: 15px;
  }

  #div_community_read_content.webr-rcommunity-digest-viewer section {
    padding: 1rem;
    border-radius: 8px;
  }
}
