/* Detail page section */
.detail-section {
  display: flex;
  flex-direction: column;
  gap: var(--content-padding);
}

.detail-section__title-xl {
  font-size: var(--font-title-xl-size);
  font-weight: var(--font-title-xl-weight);
  line-height: var(--font-title-xl-lh);
}

.detail-section__title-primary {
  font-size: var(--font-title-primary-size);
  font-weight: var(--font-title-primary-weight);
  line-height: var(--font-title-primary-lh);
}

.detail-section__desc {
  font-size: var(--font-body-size);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-lh);
  white-space: pre-line;
}

.detail-section__list {
  font-size: var(--font-body-size);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-lh);
  padding-left: 1.5em;
}

.detail-section__screenshots {
  display: flex;
  flex-direction: column;
  gap: var(--content-padding);
}
