/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/templates/paragraph/coordinator/component/paragraph.coordinator.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.coordinator a {
  display: inline;
  line-height: 1;
  background-image: linear-gradient(0deg, var(--animate-underline--underline-color, currentColor) 0%, var(--animate-underline--underline-color, currentColor) 100%);
  background-size: var(--animate-underline--bg-size--width, 0%) var(--animate-underline--bg-size--thickness, 1px);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: var(--animate-underline--bg-position-x, right);
  transition: all 200ms ease-in-out;
}
.coordinator a:hover, .coordinator a:focus {
  --animate-underline--bg-size--width: var(--animate-underline--bg-size--width--active);
}

.coordinator a {
  --animate-underline--bg-size--width: 100%;
  --animate-underline--bg-size--width--active: 0%;
}

.coordinator__name {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.coordinator > * + * {
  margin-top: 0.5em;
}
