.detail-report-list {
  position: relative;
  display: grid;
  gap: 0;
}

.detail-report-list::before {
  position: absolute;
  top: 22px;
  bottom: 18px;
  left: 17px;
  width: 1px;
  background: #e5e7eb;
  content: "";
}

.detail-related-product-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.detail-related-product-list .tool-card {
  width: min(398px, 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
  transform: translateY(-1px);
}

.detail-related-product-list .tool-card:hover {
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  transform: translateY(-3px);
}

.detail-report-card {
  position: relative;
  display: flex;
  gap: 16px;
}

.detail-report-marker {
  position: relative;
  z-index: 1;
  flex: 0 0 36px;
  width: 36px;
  margin-top: 4px;
}

.detail-report-avatar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #6d82ff 0%, #4cadf9 100%);
  box-shadow: 0 2px 7px rgba(39, 54, 83, 0.12);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  overflow: hidden;
}

.detail-report-avatar img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 3px;
  border-radius: inherit;
  background: #fff;
  object-fit: contain;
}

.detail-report-avatar img.is-hidden {
  display: none;
}

.detail-report-avatar span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-report-marker time {
  position: absolute;
  top: 45px;
  left: 50%;
  padding: 0 4px;
  color: #9ca3af;
  background: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}

.detail-report-body {
  min-width: 0;
  flex: 1 1 auto;
  padding: 11px 0 36px;
}

.detail-report-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 0 0 8px;
}

.detail-report-title-row a,
.detail-report-title-row strong {
  color: #111827;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 700;
  text-decoration: none;
}

.detail-report-title-row [data-report-tag] {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 6px;
  color: #065f46;
  background: #d1fae5;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
}

.detail-report-card p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.72;
  letter-spacing: 0.02em;
}
