/* Shared palm-and-sun brand mark for the LotsForSale.com header only. */
.lfs-palm-mark {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 42px;
  overflow: hidden;
  flex: 0 0 38px;
  vertical-align: middle;
  background: #fffdf8;
  border-radius: 6px;
}

.lfs-palm-mark img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 54px;
  max-width: none;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: initial;
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hd2-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.hd2-brand .lfs-palm-mark {
  margin: 0;
  font: initial;
  letter-spacing: normal;
  text-transform: none;
}
