.screenshots {
  width: 100%;
  min-height: 224px;
  margin-bottom: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.screenshots::-webkit-scrollbar {
  display: none;
}

.screenshots__list {
  height: 224px;
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}

.screenshots__list li {
  height: 224px;
  margin-right: 11px;
  overflow: hidden;
  border-radius: 8px;
}

.screenshots__list img {
  width: auto;
  height: 224px;
  max-width: none;
}

.content-section {
  position: relative;
  margin-bottom: 16px;
}

.content-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.content-section h2,
.reviews h2 {
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.content-section__header img {
  width: 15px;
  height: 15px;
  margin-top: 4px;
}

.content-section p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: break-word;
  white-space: normal;
}

.content-section--compact h2 {
  margin-bottom: 5px;
  font-size: 14px;
}

.tag-list {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 15px;
}

.tag-list li {
  width: fit-content;
  height: 30px;
  margin: 0 11px 16px 0;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
}

.safety-list {
  width: 100%;
  padding: 24px 26px 8px;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.safety-list li {
  margin-bottom: 16px;
  display: flex;
  color: var(--muted);
}

.safety-list img {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  flex: 0 0 20px;
}

.safety-list span {
  flex: 1;
  min-width: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 23px;
  word-break: break-word;
}

.reviews {
  margin-top: 34px;
}

.reviews__notice {
  margin: 20px 0 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 20px;
}

.reviews__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews__score strong {
  color: var(--text);
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
}

.reviews__score > span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
}

.star-row {
  display: flex;
  align-items: center;
}

.star-row img {
  width: 11px;
  height: 11px;
  margin-right: 2px;
}

.reviews__score .star-row img {
  width: 14px;
  height: 14px;
}

.star-row time {
  margin-left: 8px;
  color: var(--muted);
  font-size: 12px;
}

.rating-bars {
  flex: 1;
  max-width: 180px;
  margin-left: 10px;
}

.rating-bars div {
  display: flex;
  align-items: center;
  margin-bottom: 6.5px;
  color: #444444;
  font-size: 11px;
}

.rating-bars dt {
  width: 8px;
}

.rating-bars dd {
  flex: 1;
  height: 9px;
  max-width: 166px;
  margin-left: 14.5px;
  overflow: hidden;
  border-radius: 5px;
  background: #e3e3e3;
}

.rating-bars span {
  display: block;
  height: 100%;
  border-radius: 5px;
  background: var(--brand);
}

.review-list {
  margin-top: 30px;
}

.review-list li {
  margin: 30px 0;
}

.review-card header {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}

.review-card header img {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  border-radius: 50%;
  object-fit: fill;
}

.review-card header strong {
  margin-right: auto;
  color: var(--text);
  font-size: 14.5px;
  font-weight: 400;
}

.review-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: break-word;
  white-space: normal;
}
