.sourcehint { font-size: 10px; }
.badge.ehentai { color: #f0b39d; }
.badge.category { color: #a9cce1; }
.badge.language { color: #a9dba9; }
.release .rating { color: #e0c46f; }
.gallerytitle { display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 7px; align-items: start; }
.thumb { display: block; width: 50px; height: 70px; border: 1px solid #666; background: #151515; }
.thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ehrelease { min-height: 80px; }

@media (max-width: 620px) {
  .gallerytitle { grid-template-columns: 42px minmax(0,1fr); }
  .thumb { width: 40px; height: 57px; }
  .ehrelease { min-height: 67px; }
}
