.profile-ds .wrap {
  padding-bottom: 64px;
}
.profile-ds .eyebrow {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.profile-ds .prose img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid var(--line-2);
  display: block;
  margin: 18px auto;
  box-shadow: var(--shadow-soft);
}
.profile-ds .prose figure {
  margin: 18px 0;
}
.profile-ds .prose .text-xs,
.profile-ds .prose [class~="text-[11px]"] {
  font-size: 14px;
}
.profile-ds .chart-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  border: 1px solid var(--line-2);
}
.profile-ds .bench-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--line-2);
  display: block;
  margin: 0 0 16px;
}
.profile-ds .dv-sub {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  font-weight: 500;
}
.profile-ds .dv-note {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--line-2);
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
}
.profile-ds .dv-read {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line-2);
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--body);
  font-weight: 500;
}
.profile-ds .gender-split-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.45;
  font-variant-numeric: tabular-nums;
}
.profile-ds .gender-split-text strong {
  font-weight: 900;
}
.profile-ds .gender-split-text span {
  color: var(--muted-2);
}
.profile-ds .gender-split-reading {
  margin: 8px 0 0;
  color: var(--body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}
.profile-ds .dd-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.profile-ds .dd-item {
  border: 1px solid var(--line-2);
  border-left: 3px solid var(--ink);
  border-radius: 14px;
  padding: 18px 20px;
  background: #fff;
}
.profile-ds .dd-attr {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--muted);
  margin-bottom: 7px;
}
.profile-ds .dd-claim {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0;
}
.profile-ds .dd-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 12px;
}
.profile-ds .dd-src {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 800;
  color: var(--pink);
}
.profile-ds .dd-src svg {
  width: 15px;
  height: 15px;
}
.profile-ds .dd-ret {
  font-size: 14px;
  color: var(--muted-2);
}
.profile-ds .dd-none {
  border: 1px solid var(--line-2);
  border-radius: 14px;
  padding: 18px 20px;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0;
}
.profile-ds .dd-foot {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted-2);
}
.profile-ds .dd-foot p {
  margin: 0 0 4px;
}
.profile-ds .dd-verify {
  color: var(--muted);
  font-weight: 700;
  margin-top: 10px;
}
