/*0 3px 5px rgba(75, 85, 68, 0.8);*/
/*Wildflower theme colors*/
/*blue theme*/
.plant-profile-image-gallery-page {
  text-align: center;
  margin-top: 20px;
}

.image-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

.image-gallery-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.image-gallery-item .title {
  font-weight: bold;
  background-color: #000;
  color: #fff;
}

.image-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.plant-card-info {
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.plant-card-info div {
  display: flex;
  justify-content: space-between;
}
