/* Branded fallback for route cards while /img/routes/ photos are not uploaded.
   Scoped strictly to cards whose inline background-image points to img/routes.
   Delete this file (and its <link> in index.html) once real route photos exist. */
.bento-item[style*="/img/routes/"],
.place-card[style*="/img/routes/"] {
  background-color: #0e141b;
}
