/* 2026-05-16 Open time-slot cleanup v2
   Applies to all open/free-evening London Baby logo cards only.
   - Preserve ombre time strip.
   - Keep one multicolored OPEN pill only.
   - Remove duplicated pink OPEN status pill.
   - Remove all ghost/faded London Baby logo watermark treatments.
   - Present the right-side logo as a normal event-card photo: full-size image slot, white background, circle logo intact. */

/* Remove ghosted logo watermarks globally while preserving actual visible logo images. */
html body #app.app-shell > header.app-header .header-row::before,
html body .app-header .header-row::before,
html body #app.app-shell main.main::before,
html body .entry-card.brand-logo-entry::before,
html body .entry-card.brand-logo-entry::after,
html body .entry-card.brand-logo-entry .entry-copy::after,
html body .detail-backdrop.brand-logo-detail .detail-hero::after,
html body .detail-backdrop.brand-logo-detail .detail-hero::before {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  opacity: 0 !important;
}

/* Hide any prior standalone brand-signature strip/banner. */
html body #app.app-shell .brand-signature-strip {
  display: none !important;
}

/* Add one intentional OPEN badge above the normal tag row on logo/open cards. */
html body #app.app-shell .entry-card.brand-logo-entry .entry-copy::before {
  content: "OPEN" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  margin: 2px 0 8px !important;
  padding: 6px 16px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background: linear-gradient(90deg, #ff4fd8 0%, #8b61ff 48%, #00d8ff 100%) !important;
  border: 1px solid rgba(255,255,255,.52) !important;
  box-shadow:
    0 0 14px rgba(255, 79, 216, .38),
    0 0 20px rgba(0, 216, 255, .28),
    inset 0 1px 0 rgba(255,255,255,.52) !important;
}

/* Remove the repeated pink OPEN status tag in the tag row. Keep FLEXIBLE/FREE EVENING/etc. */
html body #app.app-shell .entry-card.brand-logo-entry .tags .tag.open,
html body #app.app-shell .entry-card.brand-logo-entry .tags .tag.status-open,
html body #app.app-shell .entry-card.brand-logo-entry .tags span.tag.open {
  display: none !important;
}

/* Make logo thumbnails behave like normal event-card images while keeping the circle logo intact. */
html body #app.app-shell .entry-card.brand-logo-entry .entry-thumb.brand-entry-thumb,
html body .entry-card.brand-logo-entry .entry-thumb.brand-entry-thumb {
  width: 180px !important;
  height: 100% !important;
  min-height: 126px !important;
  max-height: none !important;
  align-self: stretch !important;
  padding: 14px !important;
  border-left: 1px solid rgba(8, 34, 82, .08) !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #fff !important;
  box-shadow: none !important;
  filter: none !important;
  display: block !important;
}

html body #app.app-shell .entry-card.brand-logo-entry .entry-body {
  background: #fff !important;
}

/* Detail modals for open/logo cards should not show decorative ghost overlays. */
html body .detail-backdrop.brand-logo-detail .detail-hero::before,
html body .detail-backdrop.brand-logo-detail .detail-hero::after {
  content: none !important;
  display: none !important;
}

html body .detail-backdrop.brand-logo-detail #detailImage,
html body .detail-backdrop.brand-logo-detail .brand-detail-logo-image {
  object-fit: contain !important;
  background: #fff !important;
  padding: 20px !important;
  box-sizing: border-box !important;
}

@media (max-width: 760px) {
  html body #app.app-shell .entry-card.brand-logo-entry .entry-copy::before {
    font-size: 10px !important;
    padding: 5px 13px !important;
    margin-bottom: 8px !important;
  }

  html body #app.app-shell .entry-card.brand-logo-entry .entry-thumb.brand-entry-thumb,
  html body .entry-card.brand-logo-entry .entry-thumb.brand-entry-thumb {
    width: 112px !important;
    min-height: 128px !important;
    padding: 10px !important;
    object-fit: contain !important;
    background: #fff !important;
  }
}
