.renew-news-content {
  color: #4b5563;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 2;
  overflow-wrap: anywhere;
}

.renew-news-content > * + * {
  margin-top: 1.25rem;
}

.renew-news-content a {
  color: #b8895e;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.renew-news-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto;
  border-radius: 0.75rem;
}

.renew-news-content ul,
.renew-news-content ol {
  padding-left: 1.5rem;
}

.renew-news-content ul { list-style: disc; }
.renew-news-content ol { list-style: decimal; }

.renew-news-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.renew-news-content th,
.renew-news-content td {
  padding: 0.5rem;
  border: 1px solid #e8ddd4;
  vertical-align: top;
}

