/* BHS_HEADER_SOCIAL_LOGO_V100 */

.bhs-layout-header .hf-support .hf-social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  min-width:18px;
  min-height:18px;
  overflow:hidden;
  white-space:nowrap;
  text-indent:-9999px;
  border-radius:4px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  flex:0 0 18px;
  vertical-align:middle;
}

.bhs-layout-header .hf-support .hf-social-link.is-facebook{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231877F2' d='M24 12.073C24 5.404 18.627 0 12 0S0 5.404 0 12.073C0 18.099 4.388 23.094 10.125 24v-8.438H7.078v-3.49h3.047V9.413c0-3.03 1.792-4.705 4.533-4.705 1.313 0 2.686.236 2.686.236v2.97H15.83c-1.492 0-1.956.931-1.956 1.887v2.27h3.328l-.532 3.49h-2.796V24C19.612 23.094 24 18.099 24 12.073z'/%3E%3C/svg%3E");
}

.bhs-layout-header .hf-support .hf-social-link.is-instagram{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0%25' y1='100%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23FEDA75'/%3E%3Cstop offset='30%25' stop-color='%23FA7E1E'/%3E%3Cstop offset='60%25' stop-color='%23D62976'/%3E%3Cstop offset='85%25' stop-color='%23962FBF'/%3E%3Cstop offset='100%25' stop-color='%234F5BD5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='24' height='24' rx='6' fill='url(%23g)'/%3E%3Ccircle cx='12' cy='12' r='4.2' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Ccircle cx='18' cy='6.5' r='1.3' fill='%23fff'/%3E%3Crect x='5' y='5' width='14' height='14' rx='4' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
}

.bhs-layout-header .hf-support > div:first-child{
  align-items:center;
}

.bhs-layout-header .hf-support > div:first-child > span{
  line-height:1.2;
}

@media (max-width:1200px){
  .bhs-layout-header .hf-support .hf-social-link{
    width:16px;
    height:16px;
    min-width:16px;
    min-height:16px;
    flex-basis:16px;
  }
}
