.stellalith-share {
  border-top: 1px solid rgba(151, 142, 86, 0.34);
  padding-top: 1.25rem;
}

.stellalith-share-heading,
.stellalith-share-actions,
.stellalith-share-status {
  display: none;
}

.stellalith-share.is-share-ready .stellalith-share-heading,
.stellalith-share.is-share-ready .stellalith-share-status {
  display: block;
}

.stellalith-share.is-share-ready .stellalith-share-actions {
  display: flex;
}

.stellalith-share-heading {
  color: var(--stellalith-night);
  font-size: 0.75rem;
  font-weight: 800;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.stellalith-share-actions {
  flex-wrap: wrap;
  gap: 0.25rem 0.8rem;
}

.stellalith-share-actions a,
.stellalith-share-actions button {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: var(--stellalith-night);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--stellalith-sans);
  font-size: 0.72rem;
  gap: 0.35rem;
  min-height: 40px;
  padding: 0.2rem 0;
  text-decoration: none;
}

.stellalith-share-actions a:hover,
.stellalith-share-actions a:focus-visible,
.stellalith-share-actions button:hover,
.stellalith-share-actions button:focus-visible {
  border-bottom-color: var(--stellalith-gold);
  color: var(--stellalith-gold);
}

.stellalith-share-icon {
  fill: currentColor;
  height: 17px;
  width: 17px;
}

.stellalith-share-status,
.stellalith-share-noscript {
  color: rgba(42, 42, 43, 0.66);
  font-size: 0.7rem;
  line-height: 1.5;
  margin: 0.45rem 0 0;
  min-height: 1.05rem;
}

.stellalith-share-product {
  margin-top: 1.5rem;
}

.stellalith-share-journal,
.stellalith-share-editorial {
  margin-top: 3rem;
}

.site-footer .stellalith-share {
  border-top: 0;
  color: rgba(247, 245, 241, 0.78);
  padding-top: 0;
}

.site-footer .stellalith-share-heading,
.site-footer .stellalith-share-actions a,
.site-footer .stellalith-share-actions button {
  color: var(--stellalith-bone);
}

.site-footer .stellalith-share-actions {
  align-items: flex-start;
  flex-direction: column;
  gap: 0.25rem;
}

.site-footer .stellalith-share-status,
.site-footer .stellalith-share-noscript {
  color: rgba(247, 245, 241, 0.64);
}

.cy-share {
  padding-bottom: 1rem;
  padding-top: 5rem;
}

@media (max-width: 560px) {
  .stellalith-share-actions {
    gap: 0.25rem 0.65rem;
  }

  .stellalith-share-actions a,
  .stellalith-share-actions button {
    min-height: 44px;
  }
}
