/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../themes/tobin_2025/ui/src/templates/navigation/footer/component/menu.footer.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.menu--footer.menu--tobin a {
  display: inline;
  text-decoration-line: var(--_animate-text-decoration--line);
  text-decoration-thickness: var(--animate-text-decoration--thickness, 1px);
  text-underline-offset: var(--_animate-text-decoration--offset, 0.25em);
  text-decoration-color: var(--animation-text-decoration-color, var(--underline--color));
}
.menu--footer.menu--tobin a {
  --_animate-text-decoration--line: underline;
}

.menu--footer.menu--tobin a:hover, .menu--footer.menu--tobin a:focus {
  text-decoration-line: var(--_animate-text-decoration--line--active, var(--_animate-text-decoration--line, underline));
  text-decoration-thickness: var(--animate-text-decoration--thickness--active, var(--animate-text-decoration--thickness, 1px));
  text-underline-offset: var(--_animate-text-decoration--offset--active, var(--_animate-text-decoration--offset, 0.125em));
}

.menu--footer.menu--tobin {
  font-size: 0.7501875469rem;
  color: #4a4a4a;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5em;
}
.menu--footer.menu--tobin a {
  --a--color: #4a4a4a;
}
@media (width > 32em) {
  .menu--footer.menu--tobin {
    flex-direction: row;
  }
  .menu--footer.menu--tobin .menu__item {
    display: flex;
    align-items: center;
  }
  .menu--footer.menu--tobin .menu__item + .menu__item::before {
    color: var(--accent--color);
    content: "•";
    margin-right: 0.5em;
  }
}
