.post-submeta {
  margin-top: 5px;
  color: #a0a4ac;
  font-size: 10px;
  text-align: right;
}

.upload-progress {
  height: 6px;
  margin: 10px 0;
  overflow: hidden;
  border-radius: 4px;
  background: #eceef2;
}

.upload-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: #ff2442;
  transition: width .15s linear;
}

.image-order {
  position: absolute;
  bottom: 4px;
  left: 4px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, .62);
  color: #fff;
  font-size: 11px;
}
