/* Allentown SDA — mobile + accessibility fixes */

/* Finding Jesus column: 70% width + 50% left margin overflowed the page */
@media (min-width: 922px) {
  .wp-block-uagb-container.uagb-is-root-container .uagb-block-89b70e65,
  .wp-block-uagb-container.uagb-block-89b70e65 {
    max-width: 46% !important;
    width: 46% !important;
    margin-left: 50% !important;
    margin-right: 4% !important;
    box-sizing: border-box;
  }

  .uagb-block-89b70e65 .uagb-ifb-title,
  .uagb-block-b7b7d5b4 .uagb-ifb-title {
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
  }
}

/* Keep last content out from under the chatbot */
body {
  padding-bottom: 88px;
}

#chatbase-bubble-button {
  bottom: 16px !important;
  right: 16px !important;
}

@media (max-width: 781px) {
  #chatbase-bubble-window {
    width: calc(100vw - 24px) !important;
    max-width: 406px !important;
    right: 12px !important;
    left: auto !important;
    bottom: 80px !important;
  }

  /* Adobe embed is unreliable on phones — use the download button instead */
  .page-id-1362 .wp-block-tropicalista-pdfembed {
    display: none !important;
  }
}

.asda-bulletin-download {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 1rem auto 1.5rem;
  max-width: 40rem;
}

.asda-bulletin-download a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  background: #942043;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.asda-bulletin-download a:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
}

/* Larger tap targets on primary CTAs */
.uagb-buttons-repeater.wp-block-button__link,
.uagb-button__wrapper a,
.ast-header-button-1 .ast-custom-button,
.menu-link.menu-button {
  min-height: 44px !important;
  padding-left: 1.1rem !important;
  padding-right: 1.1rem !important;
}

.uagb-button__link,
.uagb-buttons-repeater .uagb-button__link {
  font-size: 16px !important;
  line-height: 1.2 !important;
}

.site-footer a[href^="tel:"],
.site-footer a[href^="mailto:"],
.site-footer a[href*="maps"] {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: underline;
}

#uagb-form-country-04b0a160 {
  min-height: 44px;
}
