/* client-overrides.css — bibas (Biba's Italian Restaurant)
   Loaded after static-overrides.css. Carries the native menu-PDF embed styling
   (PDF Embedder plugin → native <iframe>, inject-fixes Fix 5). */

.ym-menu-pdf {
  margin: 0 auto 2.5em;
  max-width: 900px;
}

.ym-menu-pdf iframe {
  display: block;
  width: 100%;
  height: 80vh;
  min-height: 600px;
  border: 1px solid #e1e1e1;
  background: #f8f8f8;
}

.ym-menu-pdf-fallback {
  text-align: center;
  margin: 0.75em 0 0;
  font-family: 'lato', Helvetica, Arial, sans-serif;
}

.ym-menu-pdf-fallback a {
  display: inline-block;
  padding: 0.6em 1.4em;
  background: #c3512f;
  color: #fff !important;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 700;
}

.ym-menu-pdf-fallback a:hover {
  background: #883d1f;
}

@media (max-width: 767px) {
  .ym-menu-pdf iframe { height: 70vh; min-height: 420px; }
}
