/* Allow WP Go Maps info windows to fully expand on mobile */
.gm-style-iw,
.wpgmza-infowindow {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

/* Add space between image caption and description block on desktop */
@media (min-width: 769px) {
  .gm-style-iw-d .wpgmza_infowindow_description {
    margin-top: 10px !important;
  }
}

/* MOBILE FIX — remove the forced 300px min-height from the gallery container */
@media (max-width: 768px) {
  .wpgmza_gallery_placeholder {
    min-height: 0 !important;
    height: auto !important;
  }

  .wpgmza-gallery-stage {
    max-height: none !important;
    height: auto !important;
  }
}

/* Center the whole description block in maps info windows */
.gm-style-iw .wpgmza_infowindow_description,
.gm-style-iw .wpgmza_infowindow_description * {
    text-align: center !important;
}
/* Hide the Zip/Address label above the search bar on map */
.wpgmza-store-locator label {
    display: none !important;
}

/* Default (laptop, desktop) */
html {
  font-size: 16px;
}

/* MOBILE FIX — shorten the search box so the icon fits on the same row */
@media (max-width: 480px) {
    #addressInput_2 {
        max-width: 260px !important;   /* adjust until the icon fits */
    }

    /* Also ensure the wrapper doesn't force wrapping */
    .wpgmza-store-locator {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    /* Make sure the magnifying glass button stays aligned */
    .wpgmza-search.wpgmza-aria-bridge {
        flex-shrink: 0 !important;
    }
}

/* Mobile content font size */
@media (max-width: 600px) {
  .entry-content p,
  p {
    font-size: 1.2rem !important;
  }
}

/* Force lists to match 1.25rem paragraph size everywhere */
.wp-block-list li,
ul li,
ol li {
	  font-size: 1.2125rem !important;
    line-height: inherit !important;
    font-family: 'Lato', sans-serif !important;
}

/* Target ONLY the Contact Me Submit button on page 2174 */
.page-id-2174 button.wp-block-button__link.wp-element-button {
    padding: 10px 20px !important;
    line-height: 1.2 !important;
    border-radius: 999px !important;
    min-height: 0 !important;
    height: auto !important;
}

/* Target ONLY the Prayer Request Submit button on page 1948 */
.page-id-1948 button.wp-block-button__link.wp-element-button {
    padding: 10px 20px !important;
    line-height: 1.2 !important;
    border-radius: 999px !important;
    min-height: 0 !important;
    height: auto !important;
}

/* Target ONLY the Submit a Bench Submit button on page 2072 */
.page-id-2072 button.wp-block-button__link.wp-element-button {
    padding: 10px 20px !important;
    line-height: 1.2 !important;
    border-radius: 999px !important;
    min-height: 0 !important;
    height: auto !important;
}

html {
    scrollbar-gutter: stable;
}

.page-id-121 .back-to-top {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 99999 !important;
}
