.jupiterx-help-link {
  display: inline-block;
  padding: 5px 5px 5px 0;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}

.jupiterx-help-link:hover {
  text-decoration: none;
}

.jupiterx-help-link:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jupiterx-help-link:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 21px;
  height: 21px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 10px;
  border-radius: 3px;
}

.jupiterx-help-link-light:before {
  background-color: #c4c4c4;
}

.jupiterx-help-link-light:hover:before {
  background-color: #b3b3b3;
}

.jupiterx-help-link-dark:before {
  border: 1px solid #b3b3b3;
  color: #b3b3b3;
  background: transparent;
}

.jupiterx-help-link-dark:hover:before {
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
  background: transparent;
}

.acf-tab-wrap .jupiterx-help-link {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 9;
}

.rtl .acf-tab-wrap .jupiterx-help-link {
  left: initial;
  right: 10px;
}

/* Customizer */
.jupiterx-popup-header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jupiterx-popup-header-buttons .jupiterx-help-link {
  margin: -5px 5px;
}
