/**
 * EmkoLED wordmark — shared across LED screen pages.
 */
.emkoled-brand {
  display: inline-flex;
  align-items: center;
  margin: 0;
  line-height: 1;
  text-decoration: none;
}

.emkoled-brand img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.emkoled-brand--hub img {
  width: 148px;
}

.emkoled-brand--landing img {
  width: 128px;
}

.emkoled-brand--product img {
  width: 92px;
}

.emkoled-brand-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 16px;
}

.emkoled-brand-row .emkoled-brand {
  margin: 0;
}

.emkoled-brand__suffix,
.emkoled-brand__context {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
  color: #5e6d82;
}

.emkoled-main-hero-copy .emkoled-brand {
  margin-bottom: 16px;
}

.emkoled-outdoor-hero-copy .emkoled-brand__suffix,
.emkoled-indoor-hero-copy .emkoled-brand__suffix {
  color: var(--emkoled-outdoor-brand, #188dcd);
}

.emkoled-indoor-hero-copy .emkoled-brand__suffix {
  color: var(--emkoled-indoor-brand, #188dcd);
}

.emko-ledposter-hero-copy .emkoled-brand__context {
  color: var(--emko-ledposter-brand, #188dcd);
}

.product-icons-section .emkoled-brand-row {
  margin: 12px 0 18px;
}

@media (max-width: 640px) {
  .emkoled-brand--hub img {
    width: 128px;
  }

  .emkoled-brand--landing img {
    width: 112px;
  }

  .emkoled-brand--product img {
    width: 84px;
  }
}
