/* Generated by vite-plugin-svg-spritemap */
.tag {
  display: inline-flex;
  background-color: #6EB76C;
  padding: 0.375rem 0.5rem;
  border-radius: 2.5rem;
  color: #FFFFFF;
  font-size: 0.625rem;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}
.tag--blue {
  background-color: #2B71D5;
}
.tag--yellow {
  background-color: #E49335;
}/* Generated by vite-plugin-svg-spritemap */
.resident-card {
  width: 100%;
  border-radius: 0.125rem;
  box-shadow: 0 0.25rem 0.35624998808125rem 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.resident-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 333/313;
}
.resident-card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 333/313;
  transition: transform 0.4s;
}
.resident-card__tags {
  border-radius: 2.5rem;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.resident-card__lable {
  position: absolute;
  top: 1rem;
  right: 1rem;
  max-width: 4.1875rem;
  max-height: 2.5rem;
  aspect-ratio: 67/40;
}
.resident-card__inner {
  padding: 1.5rem 1.25rem 1.5625rem 1.25rem;
  display: flex;
  flex-direction: column;
}
.resident-card__propose {
  font-weight: 500;
  font-size: 0.75rem;
  color: #5A5A55;
}
.resident-card__propose:not(:last-child) {
  margin-bottom: 0.25rem;
}
.resident-card__title {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -0.0625rem;
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.resident-card__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.resident-card__info {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #5A5A55;
  max-inline-size: 18.375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .resident-card:hover {
    box-shadow: 0.1875rem 0.625rem 0.625rem 0.1875rem rgba(0, 0, 0, 0.09);
  }
  html:not([data-fls-touch]) .resident-card__image:hover img {
    transform: scale(1.02);
  }
  html:not([data-fls-touch]) .resident-card__title:hover {
    color: #C2552E;
    text-decoration: underline;
  }
}