/**
 * 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
 */
.section-sharing {
  text-align: center; }
  .section-sharing h3 {
    padding-bottom: 0; }
  .section-sharing .social-sharing {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 15px 0; }
    .section-sharing .social-sharing a {
      color: var(--white);
      background: var(--dark-blue);
      text-align: center;
      padding: 10px;
      font-size: 20px;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background-color .3s ease-in-out; }
      .section-sharing .social-sharing a:last-child {
        margin-right: 0; }
      .section-sharing .social-sharing a:hover {
        background-color: var(--gray-blue); }

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