.topbar-search-panel i.topbar-search-tool-icon {
  overflow: hidden;
}

.topbar-search-panel i .topbar-search-tool-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.topbar-search-panel i.topbar-search-tool-icon.tool-icon-uploaded {
  background: transparent;
  box-shadow: none;
}

.topbar-search-panel i .topbar-search-tool-letter {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.topbar-search-panel i .topbar-search-tool-svg {
  display: block;
  width: 16px;
  height: 16px;
}

.topbar-search-panel i .topbar-search-tool-svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-footer-contact > span {
  margin-left: 0;
}
