.image-wrapper {
  gap: 5px;
  width: 100%;
}
.image-wrapper .image-top {
  width: 100%;
  box-sizing: border-box;
  padding: 0 12px;
}
.image-wrapper .image-top .image-size {
  color: var(--gray);
  font-size: 12px;
}
.image-wrapper .image {
  width: 100%;
  max-height: 2000px;
}
.image-wrapper .image-bottom {
  gap: 18px;
}
.image-wrapper .image-bottom .social {
  font-size: 16px;
  gap: 15px;
  margin-top: 7px;
}
.image-wrapper .image-bottom .social .download, .image-wrapper .image-bottom .social .share {
  cursor: pointer;
  user-select: none;
  color: #2579ab;
  font-weight: 500;
  font-size: 18px;
}
.image-wrapper .image-bottom .added {
  color: var(--gray);
  font-size: 12px;
  gap: 4px;
}
.image-wrapper .image-bottom .added .text {
  font-weight: bold;
}

.images .box.box {
  padding: 30px 0;
}
.images .box.box > *:not(:first-child) {
  margin-top: 30px;
}

.images-more-text {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .images-more-text {
    font-size: 14px;
  }
}