/*
 * Event Country real-logo normalization.
 * Replaces legacy "EC" letter placeholders with the actual Event Country logo.
 */

.ec-real-logo-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.ecx-system-brand-mark,
.ec-brand-mark,
.ec-app-logo,
.ec-app-icon,
.ec-logo-placeholder {
  overflow: hidden;
}

.ecx-system-brand-mark > .ec-real-logo-image,
.ec-brand-mark > .ec-real-logo-image,
.ec-app-logo > .ec-real-logo-image,
.ec-app-icon > .ec-real-logo-image {
  width: 100% !important;
  height: 100% !important;
}

.ec-live-tour-placeholder,
.ec-market-tour-image > .ec-logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.ec-live-tour-placeholder > .ec-real-logo-image,
.ec-market-tour-image .ec-real-logo-image {
  width: min(72%, 92px) !important;
  height: min(72%, 92px) !important;
  object-fit: contain !important;
}

img[src*="ec-logo-fallback.svg"] {
  object-fit: contain;
}
