.item-card {
  max-width: 420px;
  min-width: 320px;
  min-height: 430px;
  border: 1px solid #ccc;
  /* border-radius: 8px; */
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.item-image {
  width: 100%;
  height: 70%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.item-body {
  padding: 1rem 1.2rem 1.4rem;
}

.item-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  /* margin: 0.4rem 0 0.6rem; */
  text-transform: uppercase;
}

.item-desc {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.4em;
  margin-bottom: 1rem;
}

.item-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.item-icons-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

/* --- Icons for winnica --- */
.item-icon {
  fill: black !important;
  stroke: black !important;
  width: 38px;
  height: 38px;
}

/* --- Icons for wycieczka --- */
.item-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.85rem;
}

.item-icon-img {
  height: 50px;
  margin-bottom: 0.2rem;
}

.item-icon-label {
  font-size: 0.85rem;
  color: #222;
}