/* Clasitrónicos secondary brand mark: house, dog, car, briefcase.
   Load this stylesheet after the other results-page stylesheets. */

.menu a.logo {
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 1px;
  overflow: visible;
  line-height: 0;
}

/* Keep the current wordmark unchanged. */
.menu a.logo > img:first-child {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: 34px !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* Decorative icon strip, kept inside the same home link as the wordmark. */
.menu a.logo::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 84px;
  height: 16px;
  margin-top: 1px;
  background-image: url("../clasitronicos-icon-strip.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.94;
  pointer-events: none;
}

.logo-publish-container {
  overflow: visible;
}

@media only screen and (max-width: 699px) {
  .menu a.logo > img:first-child {
    max-height: 29px !important;
  }

  .menu a.logo::after {
    width: 68px;
    height: 13px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .menu a.logo::after {
    width: 90px;
    height: 17px;
  }
}
