p {
  text-indent: 2em;
}
.news_show2.news_paragraph {
  text-indent: 2em;
  line-height: 1.9;
  margin-bottom: 14px;
}
.news_show1 {
  white-space: pre-line;
}
.news_show2.news_caption {
  text-indent: 0;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 14px;
  color: #6b7280;
  font-size: 13px;
}
.news_gallery {
  display: grid;
  gap: 12px;
  margin: 16px 0;
}
.news_gallery_cols_1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.news_gallery_cols_2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.news_gallery_cols_3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.news_gallery_cols_4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.news_gallery_item img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
.news_show3 .news-body-image {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}
.news_show3 .news-body-video {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  background: #000;
}
.news_media_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px 8px;
  margin: 16px 0;
}
.news_table_cell {
  vertical-align: top;
  text-align: center;
  line-height: 1.7;
  color: #6b7280;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.news_table_cell .news-table-image {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
.news_roster_name {
  width: 34%;
  text-align: right;
  color: #111827;
  font-size: 14px;
}
.news_roster_org {
  width: 66%;
  text-align: left;
  color: #374151;
  font-size: 14px;
}
