/**
 * --------------------------------------------------------------------------------------------
 * FONT
 *
 * Apply font-size, line-height, and letter-spacing in one go.
 *
 * @usage
 *    @include font($font-size $line-height $letter-spacing);
 *    // All arguments are optional
 * --------------------------------------------------------------------------------------------
 */

.share .share__toggle .eyebrow {
  color: #231f20;
}

html[dir="rtl"] .share .share__toggle .eyebrow {
  font-family: "Helvetica Neue LT Arabic Roman", helvetica;
  letter-spacing: 0;
  margin-left: 0;
  margin-right: .625rem;
}

.share .share__tooltip {
  display: none;
  position: absolute;
  top: -4.875rem;
  left: -1.875rem;
  background-color: #202020;
  z-index: 4;
}

@media (min-width: 750px) {
  .share .share__tooltip {
    top: -3.875rem;
    left: -4.375rem;
  }
}

@media (min-width: 1200px) {
  .share .share__tooltip {
    top: -4.375rem;
  }
}

html[dir="rtl"] .share .share__tooltip {
  left: auto;
  right: -1.875rem;
}

@media (min-width: 750px) {
  html[dir="rtl"] .share .share__tooltip {
    left: auto;
    right: -4.375rem;
  }
}

.share .share__tooltip::after {
  content: '';
  position: absolute;
  bottom: -0.625rem;
  left: 1.25rem;
  width: 0;
  border-left: .75rem solid transparent;
  border-right: .75rem solid transparent;
  border-top: .625rem solid #202020;
}

@media (min-width: 750px) {
  .share .share__tooltip::after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

html[dir="rtl"] .share .share__tooltip::after {
  left: auto;
  right: 2.25rem;
}

@media (min-width: 750px) {
  html[dir="rtl"] .share .share__tooltip::after {
    right: 0;
    left: 0;
  }
}

.share .share__link .icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: #6c6c6c;
}

@media (min-width: 1200px) {
  .share .share__link[data-social~='whatsapp'] {
    display: none;
  }
}

.no-touch .share .share__link[data-social~='whatsapp'] {
  display: none;
}

.no-touch .share .share__link:hover .icon {
  fill: #fff;
}

.share .share__link:focus .icon {
  fill: #eb212e;
}

.share.is-open .share__tooltip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*# sourceMappingURL=share.css.map */
