@charset "UTF-8";
.tile {
  overflow: hidden;
  margin-bottom: 1.25rem;
  box-shadow: 0px 2px 2px #949494;
  margin-bottom: 1rem;
}
.tile .image {
  position: relative;
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}
.tile .image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.tile .title {
  position: relative;
  margin-top: -44px;
  padding: 12px 14px;
  font-weight: 700;
  line-height: 1.2;
  z-index: 1;
}
.tile .content {
  padding: 14px;
  color: #333;
}
.tile .content p {
  margin: 0;
}

/* Optional: if a tile has no .image, don’t pull the title up */
.tile:not(:has(.image)) .title {
  margin-top: 0;
}

/*# sourceMappingURL=tile.css.map */
