<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.collection-item__content-custom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  top: 0;
  padding: 3rem 2rem 2rem;
}

.collection-item__title {
  font-family: 'area-normal', sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.2;
}

.collection-item__description {
  margin-top: auto;
}

.collection-item[href*='pickleball'],
.collection-item[href*='frisbee'] {
  color: #fff !important;
}</pre></body></html>