html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.img-rounded {
  border-radius: 15px;
  margin-bottom: 20px;
  max-height: 200px;
  width: auto;
  filter: drop-shadow(0 0 10px #4B3F5F);
}

.padded {
  padding-bottom: 10px;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.card-img-top-small {
  /* width: 50px; */
  height: 100px;
  /* object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center; */
}

/* 
.card-body {
  padding-top: 0;
  padding-bottom: 0;
} */


.smallfa {
  font-size: 14px !important;
}

.price-bottom-right {
  font-size: 16px;
  color: #9e9e9e;
  padding-left: 1rem;
}

.type-label {
  font-size: 12px;
  color: #6c757d;
}

.button-container {
  display: flex;
  justify-content: flex-end;
  margin-top: auto; 
}
