/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

/* a {
  text-decoration: underline;
  text-decoration-color: var(--e-global-color-secondary) !important;
  text-underline-offset: 3px;
}

a.light {
  text-decoration-color: var(--e-global-color-primary);
}

a:hover {
  text-decoration-color: currentColor !important;
} */

/* h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none !important;
}

.footer a {
  color: var(--e-global-color-white);
  text-decoration: underline;
  text-decoration-color: var(--e-global-color-secondary);
  text-underline-offset: 3px;
}

.footer a:hover {
  color: var(--e-global-color-secondary);
}

.text-center {
  text-align: center;
} */

/**
 * Pagination
 */

/* .page-numbers:not(:first-child):not(:last-child) {
  width: 48px;
  height: 48px;

  background: #631E3C;
  border-radius: 4px;
} */

/** reCAPCHA google **/
.grecaptcha-badge {
 visibility: hidden;
}

