/* ------------------------------------------------------------------
  Main Sociality Styles
 ------------------------------------------------------------------- */
/* stylelint-disable scss/comment-no-empty */
.sociality-share .sociality-share-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  padding: var(--mpl--button--padding-v) var(--mpl--button--padding-h);
  font-size: var(--mpl--button--font-size);
  color: var(--mpl--button--color);
  text-align: center;
  text-transform: var(--mpl--text-transform--uppercase);
  cursor: pointer;
  background-color: transparent;
  filter: var(--mpl--filter--round);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: color var(--mpl-transition-duration) var(--mpl-transition-easing);
}
.sociality-share .sociality-share-button::after {
  clip-path: polygon(var(--mpl--button--skew) 0, 100% 0%, calc(100% - var(--mpl--button--skew)) 100%, 0% 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-image: linear-gradient(to bottom left, var(--mpl--button--background-color) 50%, var(--mpl--button-hover--background-color) 50%);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 200% 200%;
  border-radius: var(--mpl--button--border-radius);
  transition: background-position var(--mpl-transition-cubic-duration) var(--mpl-transition-cubic-easing);
}
.sociality-share .sociality-share-button > [class*=-icon] {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-radius: 50%;
  transition: transform var(--mpl-transition-cubic-duration) var(--mpl-transition-cubic-easing);
  transform: translateX(0);
}
.sociality-share .sociality-share-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.sociality-share .sociality-share-button:focus:not(:focus-visible) {
  outline: none;
}
.sociality-share .sociality-share-button:not([disabled], .disabled):hover, .sociality-share .sociality-share-button:not([disabled], .disabled):focus {
  color: var(--mpl--button-hover--color);
}
.sociality-share .sociality-share-button:not([disabled], .disabled):hover::after, .sociality-share .sociality-share-button:not([disabled], .disabled):focus::after {
  background-color: var(--mpl--button--background-color);
  background-position: bottom left;
}
.sociality-share .sociality-share-button:not([disabled], .disabled):hover > [class*=-icon], .sociality-share .sociality-share-button:not([disabled], .disabled):focus > [class*=-icon] {
  transform: translateX(1px);
}

.sociality-share .sociality-share-button {
  --mpl--button--color: hsl(var(--mpl-color-white));
  --mpl--button--background-color: hsl(var(--mpl-color-border));
}

.sociality-share .sociality-share-button {
  --mpl--button-hover--color: hsl(var(--mpl-color-white));
  --mpl--button-hover--background-color: var(--mpl-color-brand);
}

.mpl-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sociality-share {
  --sclt-share__gaps: 10px;
  --sclt-share__margin-x: 0;
}
.sociality-share .sociality-share-inner {
  filter: var(--mpl--filter--round);
}
.sociality-share .sociality-share-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 40px;
  padding: 0;
  font-size: var(--mpl--font-size--medium);
}
.sociality-share .sociality-share-button > svg.sociality-icon {
  margin-left: 0;
  border-radius: 0;
}
.sociality-share .sociality-share-name {
  display: none;
}
.sociality-share .sociality-share-counter {
  position: absolute;
  bottom: 100%;
  min-width: 30px;
  padding: 0 5px;
  margin-bottom: 9px;
  font-size: 0.8125em;
  color: hsl(var(--mpl-color-meta));
  text-align: center;
  background-color: hsl(var(--mpl-color-background-300));
  border-radius: var(--mpl-border-radius);
}

.sociality-author-bio {
  --sclt-author-bio__padding-x: 30px;
  --sclt-author-bio__padding-y: 30px;
  --sclt-author-bio__background-color: hsl(var(--mpl-color-background-100));
  --sclt-author-bio--avatar__width: 60px;
  --sclt-author-bio--avatar__height: 60px;
  --sclt-author-bio--elements__gap: 22px;
  --sclt-author-bio--social-links__gap: 20px;
  --sclt-author-bio--social-links__font-size: var(--mpl--font-size--large);
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.sociality-author-bio .sociality-author-bio-name a,
.sociality-author-bio .sociality-author-bio-links a {
  display: inline-block;
  color: hsl(var(--mpl-color-title));
  transition: color var(--mpl-transition-duration) var(--mpl-transition-easing);
}
.sociality-author-bio .sociality-author-bio-name a:hover, .sociality-author-bio .sociality-author-bio-name a:focus,
.sociality-author-bio .sociality-author-bio-links a:hover,
.sociality-author-bio .sociality-author-bio-links a:focus {
  color: var(--mpl-color-brand);
  opacity: 1;
}
.sociality-author-bio .sociality-author-bio-description {
  margin-left: 0;
}
.sociality-author-bio .sociality-author-bio-links {
  margin-top: 0;
}
.sociality-author-bio .sociality-icon {
  display: block;
}

.sociality-author-bio-name {
  flex: 0 0 auto;
  max-width: 100%;
  position: absolute;
  top: calc(var(--sclt-author-bio__padding-y) + var(--sclt-author-bio--avatar__width) * 0.5);
  font-size: var(--mpl--font-size--large);
  transform: translateY(-100%);
}

.sociality-author-bio-description {
  flex: 0 0 100%;
  max-width: 100%;
}

.sociality-author-bio-links {
  position: absolute;
  top: var(--sclt-author-bio__padding-y);
  right: var(--sclt-author-bio__padding-x);
}