/* Pre-footer specific styles */
.tw-grid.md\:tw-grid-cols-3 {
  display: grid !important;
}

@media (min-width: 768px) {
  .tw-grid.md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Style fixes for photo of the day */
.views-row {
  margin-bottom: 1.5rem;
}

/* Fix image sizing */
.tw-relative.tw-h-48.tw-rounded-lg.tw-overflow-hidden img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hide duplicate headings */
.tw-h-full h2 {
  display: none;
}

/* Fix for pre-footer region */
.tw-col-span-full .region-pre-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}

.tw-col-span-full .region-pre-footer .block {
  width: 100%;
}
