
/* Minimal front-end polish. Keep most styling in theme.json + blocks. */

.church-newsletter form { display:flex; gap: .75rem; flex-wrap: wrap; }
.church-newsletter input[type="email"] { min-width: 240px; padding: .65rem .8rem; border: 1px solid currentColor; border-radius: .5rem; }
.church-newsletter button, .church-btn { padding: .7rem 1rem; border-radius: .6rem; border: 0; cursor: pointer; }

.church-contact p { margin: .2rem 0; }
.church-meta { opacity: .85; font-size: .95em; }

.church-cta { padding: 1.25rem; border-radius: 1rem; }

header {
    z-index: 9999;
    position: relative;
}



.plus-one {
    position: relative;
    z-index: 1;
}

footer.wp-block-template-part {
    margin: 0;
}
