/* =============================
        最新消息 - 文章內頁
============================= */
#p-news-detailed .news-title-wrapper {
  margin-bottom: 20px;
}
#p-news-detailed .news-title-wrapper .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
}

#p-news-detailed .text-editor-block {
  margin-bottom: 30px;
}

#p-news-detailed .news-featured-image {
  margin: 0 0 20px 0;
}
#p-news-detailed .news-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

#p-news-detailed .text-editor-block * {
  font-size: inherit;
  font-family: inherit;
}
#p-news-detailed .news-body {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  word-break: break-word;
}
#p-news-detailed .news-body img {
  max-width: 100%;
  height: auto;
}

#p-news-detailed .btn-group {
  padding: 20px 0 0;
}
#p-news-detailed .btn-group .btn-solid {
  width: calc(100% / 3 - 7.5px);
}
