/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/templates/form/views-exposed-form/component/views-exposed-form.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.form--views-exposed-form .form__element--actions button[type=submit]:last-child:not(:only-child) {
  display: inline;
  line-height: 1;
  background-image: linear-gradient(0deg, var(--animate-underline--underline-color, var(--underline--color)) 0%, var(--animate-underline--underline-color, var(--underline--color)) 100%);
  background-size: var(--animate-underline--bg-size--width, 0%) var(--animate-underline--bg-size--thickness, 2px);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: var(--animate-underline--bg-position-x, right);
  transition: all 200ms ease-in-out;
}
.form--views-exposed-form .form__element--actions button[type=submit]:hover:last-child:not(:only-child), .form--views-exposed-form .form__element--actions button[type=submit]:focus:last-child:not(:only-child) {
  --animate-underline--bg-size--width: var(--animate-underline--bg-size--width--active);
}

.form--views-exposed-form .form__element--actions button[type=submit]:last-child:not(:only-child) {
  --animate-underline--bg-size--width: 100%;
  --animate-underline--bg-size--width--active: 0%;
}

.form--views-exposed-form .form__element--actions button[type=submit]:last-child:not(:only-child) {
  --animate-underline--underline-color: var(--cta-secondary--underline-color);
  font-size: 1rem;
  display: inline;
  font-family: "Mallory";
  font-weight: 700;
  text-transform: uppercase;
}

.form--views-exposed-form .form__element--actions button[type=submit]:last-child:not(:only-child) {
  color: var(--cta-secondary--color);
}

.form--views-exposed-form .form__element--actions {
  --button--white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 18px;
}
