/* CrossTeams official owner-supplied artwork sizing. Artwork is never redrawn here. */
img[data-ct-brand] {
  display: block;
  object-fit: contain;
  object-position: left center;
}

/* Institutional / Corporate headers: stronger presence inside a 72px bar. */
header img[data-ct-brand="horizontal-color"],
header img[data-ct-brand="horizontal-white"] {
  height: 38px !important;
  width: auto !important;
  max-width: 235px !important;
}

/* Product sidebar: occupy the header area without crowding navigation. */
.ct-software-shell > aside img[data-ct-brand="horizontal-white"],
.ct-software-shell > aside img[data-ct-brand="horizontal-color"] {
  height: 35px !important;
  width: auto !important;
  max-width: 185px !important;
}

/* Official X mark: more visual presence in mockups/switchers without distortion. */
img[data-ct-brand="mark-color"] {
  object-position: center;
}
#top img[data-ct-brand="mark-color"] {
  min-width: 34px;
  min-height: 34px;
}
.ct-software-shell img[data-ct-brand="mark-color"] {
  min-width: 30px;
  min-height: 30px;
}

/* Footer lockup. */
#top footer img[data-ct-brand="horizontal-color"],
#top footer img[data-ct-brand="horizontal-white"] {
  height: 35px !important;
  width: auto !important;
  max-width: 220px !important;
}

@media (max-width: 767px) {
  header img[data-ct-brand="horizontal-color"],
  header img[data-ct-brand="horizontal-white"] {
    height: 34px !important;
    max-width: 205px !important;
  }
}
