.share {
  text-align: center;
  margin: var(--offset-y) 0;
}

.share--icon-only {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0;
}

.share__meta {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.share__icon {
  position: relative;
  cursor: pointer;
}

.share__ata {
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1025px) {
  .share__ata {
    position: relative;
  }
}

@media (max-width: 1024px) {
  .share__ata {
    position: absolute;
  }
}

.share__ata--hidden {
  display: none;
}

.share__ata .a2a_kit {
  display: flex;
}
