
    .fakeimg {
      height: 200px;
      background: #aaa;
    }
    .image-placeholder {
      width: 100%;
      height: 200px;
      border: 2px dashed #ccc;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background-color: #f8f9fa;
      cursor: pointer;
      position: relative;
    }
    .image-placeholder img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }
    .remove-btn {
      position: absolute;
      top: 5px;
      right: 5px;
      background-color: red;
      color: white;
      border: none;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      cursor: pointer;
    }
    .hidden {
      display: none;
    }


.bg-gradient-custom {
   background: linear-gradient(135deg, rgba(255, 0, 255, 0.5), rgba(255, 255, 255, 0.5)), url('backgrounds/matriz.jpg');
    background-size: cover;
    background-position: center;
    height: auto; /* O el tamaño que desees */
    width: 100%;
}

.semi-90{
	background-color: rgba(255, 255, 255, 0.7);
}

.badge-alergeno {
    font-size: 0.8rem;
}

.img-plato {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .img-plato {
    width: 240px !important;
    height: 100% !important; /* Ajustamos a toda la altura de la tarjeta */
    flex-shrink: 0;
    object-fit: cover;
  }

  .card.flex-md-row {
    height: 100%; /* Aseguramos que la tarjeta se estire correctamente */
  }
}
