/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: 'Adjusted Arial Fallback';
  src: local(Arial);
  size-adjust: 102%;
  ascent-override: 78%;
  descent-override: 16%;
  line-gap-override: 0%; }

.share {
  margin-block-end: 1rem; }
  @media (min-width: 981px) {
    .share {
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      z-index: 999;
      margin-block-end: 0;
      padding: 1.25rem .625rem; } }
  .share__header {
    display: flex;
    justify-content: center; }
    @media (min-width: 981px) {
      .share__header {
        display: none; } }
  .share__title {
    margin-bottom: 0; }
  .share__list-items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem; }
    @media (min-width: 981px) {
      .share__list-items {
        display: unset; } }
  .share__list-item {
    margin-block: 5px;
    width: 40px; }
  .share__list-item-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .625rem;
    text-decoration: none !important;
    color: var(--wp--preset--color--white); }
    .share__list-item-link:visited {
      color: var(--wp--preset--color--white); }
    .share__list-item-link--linkedin {
      background-color: #0077B5; }
    .share__list-item-link--facebook {
      background-color: #1877F2; }
    .share__list-item-link--twitter {
      background-color: rgba(0, 0, 0, 0.75); }
    .share__list-item-link--mail {
      background-color: var(--wp--preset--color--darkgray); }
    .share__list-item-link:hover {
      color: var(--wp--preset--color--white) !important;
      filter: brightness(90%); }

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