/* Header proportions matched to the approved CEMCO reference. */
.topbar-inner {
  min-height: 122px;
  gap: 22px;
}

.topbar-inner > .brand {
  flex: 0 0 205px;
}

.brand-promise {
  flex: 0 0 225px;
  padding-left: 22px;
}

.header-actions {
  gap: 0;
}

.header-actions .contact-chip {
  min-height: 58px;
  padding: 0 28px;
  line-height: 1.25;
}

.header-actions .contact-chip + .contact-chip {
  border-left: 1px solid #d7e0e6;
}

.header-actions .btn-red {
  margin-left: 18px;
  min-width: 190px;
}

.whatsapp-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0aaa52;
  color: #fff;
}

.contact-chip .whatsapp-mark svg {
  width: 21px;
  height: 21px;
}

.manufacturer-logos {
  display: grid;
  grid-template-columns: repeat(10, minmax(98px, 1fr)) auto;
  gap: 9px;
  overflow-x: auto;
  align-items: center;
  padding-bottom: 8px;
}

.brand-row.manufacturer-logos span {
  min-width: 105px;
  height: 58px;
  padding: 5px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.manufacturer-logos img {
  display: block;
  max-width: 100%;
  max-height: 46px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.manufacturer-logos em {
  min-width: 112px;
  text-align: center;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .topbar-inner {
    gap: 14px;
  }

  .topbar-inner > .brand {
    flex-basis: 180px;
  }

  .brand-promise {
    flex-basis: 190px;
    padding-left: 16px;
  }

  .header-actions .contact-chip {
    padding: 0 14px;
  }

  .header-actions .btn-red {
    min-width: 165px;
    margin-left: 10px;
    padding-inline: 14px;
  }
}

@media (max-width: 900px) {
  .topbar-inner {
    min-height: 82px;
  }
}
