/* ===== page news-newsdetail (compiled from Vue SCSS) ===== */
@charset "UTF-8";
.bg-white {
  background-color: #ffffff;
}

.d-block {
  display: block;
}

.border-top {
  border-top: 1px solid #d9e5e0;
}

.tag-primary-light {
  background-color: #eaf6f2;
  color: #0b6b5a;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 500;
}

.font-weight-500 {
  font-weight: 500;
}

.icon-btn {
  background: transparent;
  border: none;
  color: #66736e;
  border-radius: 4px;
  padding: 4px;
  font-size: 12px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.icon-btn:hover {
  opacity: 0.8;
}

.meta-details {
  display: flex;
  align-items: center;
  gap: 24px;
}
.meta-details .meta-row-1,
.meta-details .meta-row-2 {
  display: flex;
  align-items: center;
  gap: 24px;
}

.news-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1e2b27;
}
.news-content p {
  margin-bottom: 16px;
  color: #66736e;
}
.news-content ul,
.news-content ol {
  margin-bottom: 16px;
  color: #66736e;
}
.news-content ul li,
.news-content ol li {
  margin-bottom: 8px;
}
.news-content strong {
  font-weight: 600;
  color: #1e2b27;
}
.news-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.news-content blockquote {
  border-left: 4px solid #0b6b5a;
  padding-left: 16px;
  margin: 16px 0;
  color: #66736e;
  background: rgba(11, 107, 90, 0.05);
  padding: 12px 16px;
  border-radius: 0 4px 4px 0;
}
.news-content .table-responsive {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 16px;
}
.news-content .table-responsive table {
  width: 100%;
  border-collapse: collapse;
}
.news-content .table-responsive table th,
.news-content .table-responsive table td {
  border: 1px solid #d9e5e0;
  padding: 12px;
  text-align: left;
}
.news-content .table-responsive table th {
  background-color: #f7faf9;
  font-weight: 600;
  color: #1e2b27;
}
.news-content .table-responsive table tr:nth-child(even) {
  background-color: rgba(247, 250, 249, 0.5);
}
.news-content video {
  width: 100%;
  height: auto;
  max-height: 500px;
  border-radius: 8px;
  background-color: #000;
}
.news-content .attachment-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background-color: #f7faf9;
  border: 1px solid #d9e5e0;
  border-radius: 8px;
  color: #0b6b5a;
  text-decoration: none;
  transition: all 0.2s ease;
}
.news-content .attachment-link .icon {
  margin-right: 8px;
}
.news-content .attachment-link:hover {
  background-color: #eaf6f2;
  border-color: #0b6b5a;
}

.related-item {
  background-color: #f7faf9;
  transition: all 0.3s ease;
  padding: 8px;
  margin-bottom: 16px;
}
.related-item:hover {
  border-color: #0b6b5a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.text-truncate-lines-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.news-nav .prev-news,
.news-nav .next-news {
  max-width: 45%;
}

/* Reverted from utilities.scss */
.py-8 {
  padding-top: 48px;
  padding-bottom: 80px;
}

.pb-6 {
  padding-bottom: 48px;
}

.mb-8 {
  margin-bottom: 80px;
}

.mb-6 {
  margin-bottom: 48px;
}

.mb-4 {
  margin-bottom: 24px;
}

.text-center {
  text-align: center;
}

.text-secondary {
  color: #66736e;
}

.text-main {
  color: #1e2b27;
}

.text-sm {
  font-size: 14px;
}

.line-height-lg {
  line-height: 1.8;
}

.border-bottom {
  border-bottom: 1px solid #d9e5e0;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-primary {
  transition: color 0.3s;
}
.hover-primary:hover {
  color: #0b6b5a;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.mb-3 {
  margin-bottom: 16px;
}

.mr-3 {
  margin-right: 16px;
}

.text-left {
  text-align: left;
}

.text-xs {
  font-size: 12px;
}

.max-w-800 {
  max-width: 800px;
}

.bg-light {
  background-color: #f7faf9;
}

.border {
  border: 1px solid #d9e5e0;
}

.rounded {
  border-radius: 8px;
}

.justify-between {
  justify-content: space-between;
}

.flex-1 {
  flex: 1;
}

.gap-3 {
  gap: 16px;
}

.pt-6 {
  padding-top: 48px;
}

.mt-10 {
  margin-top: 40px;
}

.gap-5 {
  gap: 32px;
}

.p-5 {
  padding: 32px;
}

.mb-1 {
  margin-bottom: 8px;
}

.pt-8 {
  padding-top: 80px;
}

.p-3 {
  padding: 16px;
}

.mt-2 {
  margin-top: 12px;
}

.pb-2 {
  padding-bottom: 12px;
}

.text-right {
  text-align: right;
}

/* Reverted responsive */
@media (max-width: 767px) {
  .meta-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .meta-info .meta-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px !important;
    width: 100%;
  }
  .meta-info .meta-details .meta-row-1,
  .meta-info .meta-details .meta-row-2 {
    width: 100%;
    gap: 12px;
  }
  .meta-info .share-actions {
    width: 100%;
    margin-top: 12px;
  }
  .meta-info .share-actions .icon-btn svg {
    width: 32px !important; /* 放大图标*/
    height: 32px !important;
  }
}