        .search-card {
            background: #ffffff15;
            backdrop-filter: blur(6px);
            border-radius: 15px;
            padding: 25px;
            box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
            border: 1px solid #ffffff30;
        }
        .search-card input, .search-card select {
            border-radius: 12px;
        }
        .search-card button {
            border-radius: 12px;
            font-weight: bold;
        }
.menu-img {
    width: 100%;
    height: 280px;        /* 🔥 Altura fija para todas */
    object-fit: cover;    /* 🔥 Recorta siempre igual */
    object-position: center;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}


    .menu-img {
      width: 100%;
      height: 280px;
      object-fit: cover;
      object-position: center;
      cursor: pointer;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
    }
    .whatsapp-btn {
      background-color: #25D366;
      color: white;
      border-radius: 8px;
      padding: 12px;
      font-size: 16px;
      border: none;
      width: 100%;
    }
    /* centrar la imagen modal y permitir que ocupe hasta 90vh */
    .modal-body img {
      max-height: 70vh;
      width: auto;
      max-width: 100%;
    }
