/**
 * First Church Breeze Forms — Mode 1 (button) + Mode 2 (embed).
 * Intentionally minimal: Mode 1 leans on the theme's .maranatha-button.
 */

.fcbf-button {
    display: inline-block;
}

.fcbf-embed {
    width: 100%;
    margin: 1.5rem auto;
}

/* Breeze's form_embed.js injects the auto-resizing iframe into this container. */
.fcbf-embed .breeze_form_embed iframe {
    display: block;
    width: 100%;
    border: 0;
}
