.powered_by_jobheld {
  border: 1px solid #434343;
  border: 1px solid #dadada;
  padding: 10px;
  position: relative;

  border-radius: 4px;
  max-width: 400px;
  margin: 50px auto;
}
.powered-by-content {
  padding: 15px;
  display: flex;
  flex-direction: row;
}
.powered-by-title {
  background: white;
  padding: 3px 10px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 20px;
  color: #9b9b9b;
  font-size: 13px;
  font-weight: normal;
}

.powered-by-logo {
  flex-basis: auto;
  width: 50%;
}
.powered-by-logo img {
  max-width: 150px;
  transition: all 0.2s;
  opacity: 0.7;
}
.powered_by_jobheld:hover .powered-by-logo img {
  transition: all 0.2s;
  opacity: 1;
}
.powered-by-link {
  display: flex;
  margin-left: auto;
}
.powered-by-link a {
  margin-left: auto;
  display: flex;
  text-decoration: none;
  background: whitesmoke;
  padding: 3px 17px;
  border-radius: 8px;
  color: black;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 12px;
  border: 0.5px solid #ebeaea;
  opacity: 0.7;
}
.powered_by_jobheld:hover .powered-by-link a {
  opacity: 1;
}
.powered-by-additional-info {
  padding: 0px 20px;
  transition: all 0.4s;
  height: 0px;
  overflow: hidden;
}

.powered-by-additional-info.show {
  height: auto;
}
.powered-by-additional-info .list-style-new li i {
  color: #2475fd !important;
  position: relative;
  top: 2px;
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
