.single-page {
  background: var(--page);
  --single-hero-gap: 72px;
  --single-nav-overlap: 30px;
  --single-actions-shift: 0px;
  --single-stack-gap: calc(var(--single-hero-gap) - var(--single-nav-overlap));
  --single-copy-max: min(42em, 92%);
}
.single-page .page-mast {
  /* actions sit inside mast; veil extends to gallery top */
  margin-bottom: calc(-1 * var(--mast-chrome-h));
}

.single-hero {
  position: relative;
  overflow: hidden;
  padding: var(--single-hero-gap) 0 var(--single-stack-gap);
}
.single-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.single-title {
  margin: 0;
  width: 100%;
  font-size: clamp(36px, 5.4vw, 56px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.02em;
}
.single-ename {
  margin: 10px 0 0;
  width: 100%;
  font-size: 15px;
  color: rgb(255 255 255 / 55%);
}
.single-version {
  margin: 12px auto 0;
  max-width: var(--single-copy-max);
  font-size: clamp(13px, 1.55vw, 16px);
  font-weight: 400;
  line-height: 1.55;
  color: rgb(255 255 255 / 72%);
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
.single-hero .tags {
  display: flex;
  width: auto;
  max-width: 100%;
  margin-top: 22px;
  justify-content: center;
  height: auto;
  overflow: visible;
  gap: 8px;
}
.single-hero .tags a {
  height: 28px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
}
.single-actions {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 0 15px 28px;
}
.single-actions-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: var(--bdrs-lg);
  background: var(--grey-mid);
}
.single-btn {
  min-width: 148px;
  height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--bdrs-sm);
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease, color 0.2s ease;
}
.single-btn-brand {
  background: var(--brand);
  color: #111;
}
.single-btn-brand:hover { background: var(--brand-hover); }
.single-btn[data-buy-gate] {
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.single-btn[data-buy-gate] .single-btn-ico {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  /* 中文加粗字视觉中心略偏下，图标下移 1px 光学对齐 */
  transform: translateY(1px);
}
.single-btn[data-buy-gate] span {
  display: block;
  line-height: 16px;
}
.single-btn-dark {
  background: rgb(255 255 255 / 12%);
  color: rgb(255 255 255 / 55%);
}
.single-btn-dark:hover {
  background: rgb(255 255 255 / 20%);
  color: rgb(255 255 255 / 80%);
}
.single-fav {
  min-width: 0;
  width: auto;
  padding: 0 16px;
  gap: 6px;
}
.single-fav svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: #fff;
}
.single-fav.is-on svg { color: #e03131; }
.single-fav.is-on path { fill: currentColor; }

.buy-box {
  width: min(100%, 920px);
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
}
.buy-box .feedback-modal-form {
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: calc(100vh - 48px);
}
.buy-box .feedback-modal-body {
  padding: 0;
  overflow: auto;
  min-height: 0;
}
.buy-box .feedback-modal-head h2 {
  flex: none;
  height: auto;
  min-height: 0;
  line-height: 22px;
  font-weight: 400;
}
.buy-head {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}
.buy-head-pill {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #ececec;
  color: #555;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.buy-head-pill.is-ok {
  background: #e8f6ec;
  color: #1b7a3a;
}
.buy-head-split {
  flex: none;
  color: #ccc;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  user-select: none;
  pointer-events: none;
}
.buy-head-who {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #666;
  font-size: 13px;
  line-height: 22px;
}
.buy-head-who .top-user-badge {
  font-weight: 400;
}
.buy-split {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  min-height: 0;
}
.buy-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px 22px;
  background: #f7f7f7;
}
.buy-cover {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: var(--bdrs-sm);
  background: #e8e8e8;
}
.buy-cover .cover-art::after { content: none; }
.buy-cover .cover-art.is-broken::before {
  background: #8a8a8a;
}
.buy-name { min-width: 0; }
.buy-title {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.buy-ename {
  margin: 4px 0 0;
  color: #888;
  font-size: 13px;
  line-height: 1.4;
}
.buy-specs {
  display: grid;
  gap: 8px;
  margin: 0;
}
.buy-spec {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border-radius: var(--bdrs-sm);
  background: #fff;
  font-size: 12px;
  line-height: 1.5;
}
.buy-spec dt {
  margin: 0;
  color: #888;
  font-weight: 400;
  flex: 0 0 auto;
}
.buy-spec dd {
  margin: 0;
  min-width: 0;
  text-align: right;
  color: #111;
}
.buy-spec-disks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px 12px;
}
.buy-disk {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.buy-ico {
  display: block;
  width: 16px;
  height: 16px;
  flex: none;
  object-fit: contain;
}
.buy-main {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px 24px;
}
.buy-plans {
  display: grid;
  gap: 10px;
}
.buy-switch {
  display: grid;
}
.buy-switch-pane {
  grid-area: 1 / 1;
  display: grid;
  gap: 14px;
  align-content: start;
}
.buy-switch-pane[hidden] {
  display: grid;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}
.buy-switch-pane:not([hidden]) { z-index: 1; }
.buy-box .buy-cta {
  background: var(--brand);
  color: #111;
}
.buy-box .buy-cta:hover { background: var(--brand-hover); }
.buy-box [data-buy-cta][hidden] { display: none !important; }
.buy-pick {
  border: 1px solid rgb(0 0 0 / 14%);
  border-radius: var(--bdrs-sm);
  background: #fff;
  cursor: pointer;
}
.buy-pick:hover { background: #f7f7f7; }
.buy-pick:has(input:checked) {
  border-color: #111;
  background: #f7f7f7;
}
.buy-pick input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}
.buy-plan {
  position: relative;
  display: block;
  padding: 14px;
}
.buy-vip-go {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  margin: 0 auto;
  min-height: 40px;
  padding: 0 8px;
  border: 0;
  border-radius: var(--bdrs-md);
  background: rgb(0 0 0 / 8%);
  color: #111;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
.buy-vip-go:hover { background: rgb(0 0 0 / 14%); }
.buy-plan .member-pack-term.is-limited {
  background: var(--brand);
  color: #111;
}
.buy-plan-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.buy-plan-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.buy-plan-name {
  color: #111;
  font-size: 14px;
  font-weight: 400;
}
.buy-plan-desc {
  overflow: hidden;
  color: #888;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.buy-plan-price {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 6px;
  margin-left: auto;
  flex: 0 0 6.6em;
  width: 6.6em;
  color: #111;
}
.buy-plan-price .member-pack-yen {
  margin-right: 0;
}
.buy-plan-price .member-pack-was { margin-left: 0; }
.buy-plan-num {
  display: inline-block;
  line-height: 1;
}
.buy-plan-num strong {
  anchor-name: --buy-plan-amt;
}
.buy-plan-num .member-pack-term {
  position: absolute;
  top: -8px;
  left: anchor(--buy-plan-amt center);
  z-index: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
@supports not (anchor-name: --a) {
  .buy-plan-num { position: relative; }
  .buy-plan-num .member-pack-term {
    left: 50%;
    top: calc(-14px - 8px);
  }
}
.buy-plan-price strong {
  font-size: 22px;
}
.buy-pay-wrap { display: grid; gap: 8px; }
.buy-pay-label {
  margin: 0;
  color: #888;
  font-size: 12px;
}
.buy-pay {
  display: grid;
  grid-template-columns: repeat(3, minmax(148px, 1fr));
  gap: 8px;
}
.buy-pay-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 8px;
  color: #333;
  font-size: 12px;
  text-align: center;
}
.buy-pay-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
/* 选中态只用 .buy-pick 单层边框，不再加 outline */
.buy-pay-item.is-on,
.buy-pay-item:has(input:checked) {
  border-color: #111;
  background: #f7f7f7;
}

.buy-pay-text {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 6px;
}
.buy-pay-name {
  font-size: 12px;
  line-height: 1;
  color: #333;
  white-space: nowrap;
}
.buy-pay-text .buy-ico {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex: none;
}
.buy-pay-disabled {
  flex: none;
  color: #999;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}
.buy-pwd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: var(--bdrs-sm);
  background: #f7f7f7;
}
.buy-pwd-text {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.buy-pwd-text strong {
  font-weight: 700;
}
.buy-copy {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: var(--bdrs-sm);
  background: rgb(0 0 0 / 72%);
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
}
.buy-copy:hover { background: rgb(0 0 0 / 62%); }
.buy-copy.is-busy::after {
  border-color: rgb(255 255 255 / 28%);
  border-top-color: #fff;
}
.buy-copy-ok {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #7dcea0;
}
.buy-copy.is-copied [data-copy-label] { visibility: hidden; }
.buy-copy.is-copied .buy-copy-ok { display: flex; }
.buy-downs {
  display: grid;
  gap: 8px;
}
.buy-down {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: var(--bdrs-sm);
  background: #f7f7f7;
}
.buy-down-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.buy-down-text { min-width: 0; }
.buy-down-name {
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 400;
}
.buy-down-meta .buy-ico,
.buy-pwd-text .buy-ico {
  width: 32px;
  height: 32px;
  flex: none;
}
.buy-down-hint {
  margin: 4px 0 0;
  color: #888;
  font-size: 12px;
}
.buy-down-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  height: 32px;
  padding: 0 12px;
  border: 1px solid rgb(0 0 0 / 14%);
  border-radius: var(--bdrs-sm);
  background: #fff;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
}
.buy-down-btn:hover { background: #f5f5f5; }
@media (max-width: 749px) {
  .buy-split { grid-template-columns: 1fr; }
  .buy-pay { grid-template-columns: 1fr; }
  .buy-down {
    flex-direction: column;
    align-items: stretch;
  }
}

.single-gallery {
  padding: 0 0 36px;
}
.single-gallery-stage {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0,
    rgb(0 0 0 / 35%) 3%,
    #000 8%,
    #000 92%,
    rgb(0 0 0 / 35%) 97%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    rgb(0 0 0 / 35%) 3%,
    #000 8%,
    #000 92%,
    rgb(0 0 0 / 35%) 97%,
    transparent
  );
}
.single-gallery[data-count="1"] .single-gallery-stage {
  -webkit-mask-image: none;
  mask-image: none;
}
.single-gallery-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  will-change: transform;
  transition: transform 0.32s ease;
}
.single-gallery-slide {
  position: relative;
  flex: 0 0 auto;
  width: 62%;
  margin: 0;
  border-radius: var(--bdrs-lg);
  overflow: hidden;
  background: #111;
  opacity: 0.38;
  transform: scale(0.9);
  transition: opacity 0.28s ease, transform 0.28s ease;
  cursor: pointer;
}
.single-gallery[data-count="1"] .single-gallery-slide {
  width: 100%;
  opacity: 1;
  transform: none;
  cursor: default;
}
.single-gallery-slide.is-on {
  opacity: 1;
  transform: scale(1);
  cursor: default;
}
.single-gallery-slide img,
.single-gallery-poster {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background: #111;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.single-gallery-slide img.is-broken,
.single-gallery-thumb img.is-broken {
  opacity: 0;
}
.single-gallery-slide[data-type="video"] {
  aspect-ratio: 16 / 9;
  background: #000;
}
.single-gallery-slide iframe,
.single-gallery-slide video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}
.single-gallery-slide video {
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}
.single-gallery-video-hit {
  position: absolute;
  inset: 0 0 48px 0;
  z-index: 1;
}
.single-gallery-slide video::-webkit-media-controls-overflow-button,
.single-gallery video::-webkit-media-controls-download-button,
.single-gallery video::-internal-media-controls-download-button {
  display: none;
}
.single-gallery-slide:not(.is-on) iframe,
.single-gallery-slide:not(.is-on) video { display: none; }
.single-gallery-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
}
.single-gallery-arrow {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: var(--brand);
  color: #111;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.single-gallery-arrow:hover { background: var(--brand-hover); }
.single-gallery-thumbs {
  flex: 0 0 auto;
  width: calc(168px * 6 + 8px * 5);
  max-width: calc(100% - 100px);
  overflow: hidden;
  overflow: clip;
}
.single-gallery-thumbs-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  will-change: transform;
  transition: transform 0.32s ease;
}
.single-gallery-thumb {
  position: relative;
  flex: 0 0 168px;
  width: 168px;
  aspect-ratio: 16 / 9;
  border: 2px solid transparent;
  border-radius: var(--bdrs-sm);
  overflow: hidden;
  padding: 0;
  background: var(--grey);
  cursor: pointer;
  box-sizing: border-box;
  touch-action: manipulation;
}
.single-gallery-thumb:focus { outline: none; }
.single-gallery-thumb.is-on { border-color: var(--brand); }
.single-gallery-thumb img,
.single-gallery-thumb-clip {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #111;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.single-gallery-thumb-play {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgb(0 0 0 / 62%);
  color: #fff;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.single-gallery-thumb-play svg { display: block; }
@media (max-width: 999px) {
  .single-actions {
    width: var(--shell);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .single-actions-box {
    width: var(--single-copy-max);
    max-width: var(--single-copy-max);
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .single-btn {
    width: auto;
    min-width: 0;
    flex: 2 1 0;
    align-self: stretch;
  }
  .single-fav {
    width: auto;
    min-width: 0;
    flex: 1 1 0;
    align-self: stretch;
    padding-left: 14px;
    padding-right: 14px;
  }
  .buy-box {
    width: var(--shell);
    max-width: var(--shell);
  }
}
@media (max-width: 749px) {
  .single-gallery-slide { width: 100%; }
  .single-gallery-thumbs {
    width: calc(112px * 3 + 8px * 2);
  }
  .single-gallery-thumb {
    flex-basis: 112px;
    width: 112px;
  }
  .single-page { --single-hero-gap: 40px; }
}

.single-body {
  padding: 8px 0 56px;
  container-type: inline-size;
}
.single-body-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}
.single-intro-title {
  margin: 0 0 20px;
  min-height: 48px;
  display: flex;
  align-items: center;
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 900;
  color: var(--brand);
  letter-spacing: 0.04em;
}
.single-content {
  color: rgb(255 255 255 / 82%);
  font-size: 16px;
  line-height: 1.85;
}
.single-content p { margin: 0 0 14px; }
.single-content strong,
.single-content b { font-weight: 700; }
.single-content figure {
  margin: 16px 0;
}
.single-content blockquote {
  margin: 16px 0;
  padding: 14px 18px;
  border-left: 4px solid rgb(255 255 255 / 22%);
  background: rgb(255 255 255 / 6%);
  color: rgb(255 255 255 / 72%);
  font: inherit;
  font-style: normal;
}
.single-content blockquote p {
  margin: 0 0 10px;
  color: inherit;
}
.single-content blockquote p:last-child {
  margin-bottom: 0;
}
.single-content img,
.single-content iframe,
.single-content video {
  max-width: 100%;
  height: auto;
  border-radius: var(--bdrs-md);
}
.single-content img.alignleft,
.single-content video.alignleft,
.single-content iframe.alignleft {
  float: left;
  margin: 8px 16px 8px 0;
}
.single-content img.aligncenter,
.single-content video.aligncenter,
.single-content iframe.aligncenter {
  display: block;
  margin: 8px auto;
}
.single-content img.alignright,
.single-content video.alignright,
.single-content iframe.alignright {
  float: right;
  margin: 8px 0 8px 16px;
}
.single-content a { color: var(--brand); text-decoration: underline; }
.single-content .wp-caption,
.single-content figure {
  max-width: 100%;
}
.single-content .wp-caption-text,
.single-content figcaption {
  margin: 8px 0 0;
  font-size: 13px;
  text-align: center;
}
.single-content table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}
.single-content table td,
.single-content table th {
  border: 1px solid rgb(255 255 255 / 18%);
  padding: 8px 10px;
  vertical-align: top;
}

.single-side {
  border-radius: var(--bdrs-lg);
  overflow: hidden;
  background: var(--grey);
}
.single-meta-head {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  background: var(--brand);
  color: #111;
}
.single-cloud .single-meta-head {
  border-radius: var(--bdrs-lg) var(--bdrs-lg) 0 0;
}
.single-meta-title {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
}
.single-meta-list { margin: 0; }
.single-meta-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid rgb(255 255 255 / 6%);
  font-size: 13px;
  line-height: 1.5;
}
.single-meta-row:last-child { border-bottom: 0; }
.single-meta-row dt {
  margin: 0;
  color: rgb(255 255 255 / 45%);
  font-weight: 700;
}
.single-meta-row dd {
  margin: 0;
  color: rgb(255 255 255 / 88%);
  word-break: break-word;
}
.single-meta-row dd a {
  color: inherit;
  text-decoration: underline;
}
.single-meta-row dd a:hover {
  color: var(--brand);
}
.single-cloud-list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px 14px;
  padding: 16px 16px 18px;
  line-height: 1.35;
}
.single-cloud-list a {
  color: rgb(255 255 255 / 82%);
  font-weight: 400;
}
.single-cloud-list a:hover {
  color: var(--brand);
}
.single-side-tools {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgb(255 255 255 / 8%);
  background: rgb(0 0 0 / 16%);
}
.single-side-tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  min-width: 0;
  width: auto;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: rgb(255 255 255 / 72%);
  font: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}
.single-side-tool + .single-side-tool {
  border-left: 1px solid rgb(255 255 255 / 10%);
}
.single-side-tool:hover {
  color: #fff;
  background: rgb(255 255 255 / 5%);
}
.single-side-tool svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: currentColor;
}

@media (max-width: 999px) {
  .single-body-grid { grid-template-columns: 1fr; }
}
@container (max-width: 999px) {
  .single-body-grid { grid-template-columns: 1fr; }
}

.single-related { padding: 0 0 48px; }
.single-related-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px;
  font-size: 20px;
}
.single-related-title::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgb(255 255 255 / 12%);
}
