/* Surgical fix: force only the Friday, June 12 Pre-Trip Check card to use the approved daytime/morning banner. */
html body #app.app-shell .entries .entry-card.golden-horizon-card.pre-trip-check-card {
  --gh-approved-banner: url('/assets/golden-horizon-user-morning.png') !important;
  --gh-approved-accent: #f6bd45 !important;
}

html body #app.app-shell .entries .entry-card.golden-horizon-card.pre-trip-check-card .entry-time.golden-horizon-header,
html body #app.app-shell .entries button.entry-card.golden-horizon-card.pre-trip-check-card .entry-time.golden-horizon-header {
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.34) 0%, rgba(0,0,0,.14) 18%, rgba(0,0,0,0) 48%, rgba(0,0,0,.08) 76%, rgba(0,0,0,.30) 100%),
    url('/assets/golden-horizon-user-morning.png') !important;
  background-size: 100% 100%, 100% 100% !important;
  background-position: center center, center center !important;
  background-repeat: no-repeat, no-repeat !important;
}
