.hiring-banner {
  display: inline-flex;
  align-items: center;
  padding: 0px 4px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  box-shadow: 0 0 0 1px #e0e0e0 inset; /* subtle inset border like Justdial */
  transition: all 0.2s ease;
  margin-left: 0px; /* spacing from language switcher */
  margin-right: -5px; 
}

.hiring-icon {
  width: 20px;
  height: 30px;
  margin-right: 2px;
  filter: grayscale(100%) brightness(0.4); /* muted icon tone */
}