/* Fallback styles so the form works on any theme. The Bissau theme restyles these. */
.bse-wrap{max-width:760px;margin:0 auto}
.bse-form,.bse-success{background:#fff;border:1px solid #e3d9c6;border-radius:14px;padding:22px}
.bse-title{margin:0 0 4px}
.bse-lead{margin:0 0 16px;color:#5b5648}
.bse-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}
.bse-grid p{margin:0 0 14px}
.bse-full{grid-column:1/-1}
.bse-form label{display:block;font-weight:600;margin-bottom:6px}
.bse-form input,.bse-form select,.bse-form textarea{width:100%;padding:12px;border:1px solid #c9bfa9;border-radius:8px;font:inherit;font-size:16px;box-sizing:border-box}
.bse-hp{position:absolute!important;left:-9999px!important;height:0;overflow:hidden}
.bse-btn{display:inline-block;padding:13px 22px;border-radius:999px;font-weight:700;text-decoration:none;border:0;cursor:pointer;font:inherit}
.bse-btn-primary{background:#22252B;color:#fff}
.bse-btn-wa{background:#25D366;color:#083b1d}
.bse-btn-call{background:#22252B;color:#fff}
.bse-errors{background:#fff3f3;border:1px solid #f0b4b4;border-radius:8px;padding:12px 16px;margin-bottom:16px;color:#7a1f1f}
.bse-errors ul{margin:6px 0 0 18px}
.bse-success{background:#f1faf3;border-color:#a9dcb4}
.bse-note{font-size:.9em;color:#5b5648;margin:12px 0 0}
@media (max-width:640px){.bse-grid{grid-template-columns:1fr}}
