/* Keep the restored gallery cards aligned with the Cassiopeia site layout. */
body.com_phocagallery.itemid-127 #phocagallery .pg-categories-items-box,
body.com_phocagallery.itemid-127 #phocagallery .pg-category-items-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 1rem;
  align-content: start;
  align-items: stretch;
}

body.com_phocagallery.itemid-127 #phocagallery .pg-category-box,
body.com_phocagallery.itemid-127 #phocagallery .pg-item-box {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dce2e8;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 1px 5px rgb(0 0 0 / 8%);
}

body.com_phocagallery.itemid-127 #phocagallery .pg-category-box-image,
body.com_phocagallery.itemid-127 #phocagallery .pg-item-box-image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #eef1f4;
}

body.com_phocagallery.itemid-127 #phocagallery .pg-category-box-image > a,
body.com_phocagallery.itemid-127 #phocagallery .pg-item-box-image > a {
  display: block;
  width: 100%;
  height: 100%;
}

body.com_phocagallery.itemid-127 #phocagallery .pg-category-box-image img,
body.com_phocagallery.itemid-127 #phocagallery .pg-item-box-image img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

body.com_phocagallery.itemid-127 #phocagallery .pg-category-box-title,
body.com_phocagallery.itemid-127 #phocagallery .pg-item-box-title {
  position: static;
  width: auto;
  min-height: 3.5rem;
  padding: 0.65rem 0.8rem;
  border-radius: 0;
  background: #fff;
  color: #263238;
  font-size: 1rem;
  line-height: 1.45;
}

body.com_phocagallery.itemid-127 #phocagallery .pg-category-box-title a,
body.com_phocagallery.itemid-127 #phocagallery .pg-item-box-title a {
  color: #145a85;
}

body.com_phocagallery.itemid-127 #phocagallery .pg-category-box-title .ph-si,
body.com_phocagallery.itemid-127 #phocagallery .pg-item-box-title .ph-si {
  flex: 0 0 auto;
}

@media (max-width: 575.98px) {
  body.com_phocagallery.itemid-127 #phocagallery .pg-categories-items-box,
  body.com_phocagallery.itemid-127 #phocagallery .pg-category-items-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  body.com_phocagallery.itemid-127 #phocagallery .pg-category-box-title,
  body.com_phocagallery.itemid-127 #phocagallery .pg-item-box-title {
    min-height: 3rem;
    padding: 0.5rem;
    font-size: 0.9rem;
  }
}
