body.pictures {
  .picture-show {
    img {
      max-width: 400px;
      height: auto;
    }
  }

  .picture-meta {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    line-height: 1.3;
    border-top: 1px solid #eee;
    color: #555;
    .uploaded-at {
      font-weight: 600;
      color: #333;
    }
    .converted-count {
      margin-top: 2px;
      font-size: 0.75rem;
      color: #888;
      letter-spacing: 0.02em;
    }
    .badge {
      font-size: 0.75rem;
      padding: 0.35em 0.55em;
    }
  }
}