/* ===== page research-researchresultdetail (compiled from Vue SCSS) ===== */
@charset "UTF-8";
.bg-primary-dark {
  background-color: #0b2f2a;
}

.header-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap; /* 允许换行*/
}

.text-white-pure {
  color: #ffffff;
}

.submit-btn-no-hover:hover {
  background-color: #0b6b5a !important;
  color: #ffffff !important;
}

.ml-auto {
  margin-left: auto;
}

.link-hover-effect {
  text-decoration: none;
  transition: all 0.3s ease;
}
.link-hover-effect:hover {
  text-decoration: underline;
  color: rgb(2.4493187105%, 23.8251910934%, 20.0398803589%);
}

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

.tag-outline {
  border: 1px solid #d9e5e0;
  padding: 2px 8px;
  border-radius: 4px;
  color: #66736e;
  display: inline-block; /* 保证上下边距生效且不挤压*/
}

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

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

.action-btn {
  transition: all 160ms ease;
}
.action-btn:active {
  transform: scale(0.96) translateY(2px);
}

.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;
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.detail-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1e2b27;
}
.detail-content p {
  margin-bottom: 16px;
  color: #66736e;
}
.detail-content ul {
  margin-bottom: 16px;
  color: #66736e;
}
.detail-content ul li {
  margin-bottom: 8px;
}

/* Reverted from utilities.scss */
.py-8 {
  padding-top: 48px;
  padding-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;
}

.mb-2 {
  margin-bottom: 12px;
}

.mr-2 {
  margin-right: 12px;
}

.text-primary {
  color: #0b6b5a;
}

.d-flex {
  display: flex;
}

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

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

.py-10 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pb-4 {
  padding-bottom: 24px;
}

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

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

.text-white {
  color: #ffffff;
}

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

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

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

.bg-primary {
  background-color: #0b6b5a;
}

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

.rounded {
  border-radius: 8px;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.gap-3 {
  gap: 16px;
}

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

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

.gap-4 {
  gap: 24px;
}

.px-8 {
  padding-left: 80px;
  padding-right: 80px;
}

.gap-6 {
  gap: 48px;
}

.p-5 {
  padding: 32px;
}

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

.mt-8 {
  margin-top: 80px;
}

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

.p-3 {
  padding: 16px;
}

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

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

/* Reverted responsive */
@media (max-width: 767px) {
  .header-meta-row .dir-meta {
    width: 100%; /* 强制研发方向在移动端换行*/
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .tags-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .tags-share .tags {
    display: flex;
    flex-wrap: wrap; /* 允许标签自动换行*/
  }
  .tags-share .share-actions {
    width: 100%; /* 让分享区占满一行*/
    margin-top: 12px;
  }
  .tags-share .share-actions .icon-btn svg {
    width: 32px !important; /* 放大图标*/
    height: 32px !important;
  }
}