/* simple helpers not in your main CSS */
.object-fit-cover { object-fit: cover; }
.object-fit-contain { object-fit: contain; }
.gah-photo-count { border-radius: 999px; }
.gah-photo-count {width: 80px!important; height: 20px!important; opacity: .5;}
/* link CTAs with icons */
.gah-link {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  text-decoration: none;
  font-weight: 600;
}
.gah-link:hover { text-decoration: underline; }

