/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/static/Footer/style.css ***!
  \****************************************************************************************************************************************************************************************/
/**
 * Custom Media Queries
 * Works like Custom Properties, except for media queries.
 *
 * @link: https://drafts.csswg.org/mediaqueries-5/#custom-mq
 * @link: https://github.com/postcss/postcss-custom-media
 **/

/* Min-Width */

/* Customize based on project */

/* Max-Width */

/* Customize based on project */

/* Min-Max-Width */

/* Formular-Mixins */

[name='Footer'] {
  padding-block: 32px 40px;
}

[name='Footer'] a {
    color: var(--clr-text);
  }

@media screen and (width >= 1024px) {
    [name='Footer'] .wrapper {
      display: grid;
      gap: var(--gutter);
      grid-template-columns: repeat(12, 1fr);
      align-items: center;
    }

    [name='Footer'] .content-column,
    [name='Footer'] .menus {
      grid-column: span 6;
    }
  }

[name='Footer'] .content-column .logo {
      max-width: 160px;
    }

@media screen and (width < 1024px) {
          [name='Footer'] .content-column .columns .column + .column {
            margin-block-start: 24px;
          }
      }

@media screen and (width >= 1024px) {

[name='Footer'] .content-column .columns {
        display: flex;
        gap: 48px
    }
      }

[name='Footer'] .content-column p {
      margin-block-end: 0;
    }

[name='Footer'] .content-column p:has(+ p) {
        margin-block-end: 8px;
      }

[name='Footer'] .menus {
    margin-block-start: 32px;
  }

@media screen and (width < 1024px) {

[name='Footer'] .menus {
      display: flex;
      flex-direction: column;
      gap: 48px
  }

      [name='Footer'] .menus .socials {
        order: 2;
      }
    }

[name='Footer'] .menus a {
      text-decoration: none;
    }

[name='Footer'] .menus a:hover,
      [name='Footer'] .menus a:focus-visible {
        text-decoration: underline;
      }

[name='Footer'] .menus .menu {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

@media screen and (width >= 1280px) {

[name='Footer'] .menus {
      margin-block-start: 0
  }

      [name='Footer'] .menus .menu {
        display: flex;
        flex-flow: row wrap;
        gap: clamp(24px, 4vw, 80px);
        justify-content: flex-end;
      }
    }

[name='Footer'] .socials {
    align-items: center;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding-block: 0 40px;
  }

@media screen and (width >= 768px) {

[name='Footer'] .socials {
      justify-content: flex-end
  }
    }

[name='Footer'] .socials svg {
      aspect-ratio: 1 / 1;
      width: 16px;
    }


/*# sourceMappingURL=style.min.css.map*/