/* Default Kadence spacing variables, useful to match specific spacing in designs. Override as needed. */
/* WP 6.8 Override, may be fixed in Core or Kadence later */
.wp-block-button__link {
  width: auto;
}

/* Helper classes from Bootstrap */
.overflow-auto {
  overflow: auto;
}

.position-relative {
  position: relative;
}

.z-99 {
  z-index: 99;
}

.p-0 {
  padding: 0 !important;
}

.text-center {
  text-align: center;
}

.text-wrap-balance {
  text-wrap: balance;
}

.d-none {
  display: none !important;
}

@media (min-width: 1025px) {
  .d-lg-block {
    display: block !important;
  }
}
.sr-only {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
}

/* Hiding reCaptcha Badge (we are showing text instead) https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed */
.gfield--input-type-captcha {
  display: none;
}

.recaptcha-v3-text {
  font-size: 14px !important;
  padding-top: 8px !important;
  width: 100% !important;
  margin-bottom: 16px !important;
}

/* Acessibility: Reduce animations to almost 0. Leaving .01ms for JS libraries that use the end of animation for events */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Disabling AOS animations on mobile for performance */
@media (max-width: 767px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .animate__animated {
    animation-name: none !important;
    -webkit-animation-name: none !important;
  }
}
/* Hide Google Translate "Powered by" branding */
.goog-te-gadget {
  font-size: 0 !important;
}

.goog-te-gadget select {
  font-size: 14px !important;
}

.goog-te-gadget > span,
.goog-te-gadget > a {
  display: none !important;
}

/* Related Items Block */
.arc-related-items {
  padding: 24px 24px 32px 24px;
  background: #f2f2f2;
  border-radius: 16px;
}

.arc-related-items .menu {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.arc-related-items__title {
  font-size: 24px;
  margin-top: 0;
}

.arc-related-items .menu a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: #007ac9;
}

/* Mobile styles for Kadence table (adv) */
@media (max-width: 767px) {
  /* Remove right spacing to help visually show they can scroll to see the entire table. */
  .arc-kadence-table-adv {
    margin-right: -24px;
  }
  .arc-kadence-table-adv table {
    min-width: 600px;
    overflow-x: scroll;
    margin-right: 24px;
  }
}
