/* BMG Application Form Styles - brand colors #ff3131 and #ffdd5b */
.bmg-application-wrapper{max-width:820px;margin:20px auto;padding:20px;background:#fff;border-radius:8px;border:1px solid #f7f7f7}
.bmg-title{color:#ff3131;text-align:center;margin-bottom:12px}
.bmg-row{margin-bottom:12px}
.bmg-row label{display:block;margin-bottom:6px;color:#ff3131;font-weight:600}
.bmg-row input[type=text],.bmg-row input[type=email],.bmg-row input[type=tel],.bmg-row input[type=number],.bmg-row input[type=date],.bmg-row select,.bmg-row textarea{width:100%;padding:10px;border:1px solid #ffdd5b;border-radius:6px}
.bmg-row .fa-solid{margin-right:8px;color:#ff3131}
.bmg-fieldset{border:1px solid #ffdd5b;padding:10px;border-radius:6px;margin-bottom:12px}
.bmg-submit{background:#ff3131;color:#fff;border:none;padding:12px 18px;border-radius:6px;cursor:pointer;font-weight:700}
.bmg-success{background:#eaffea;border-left:6px solid #28a745;padding:10px;margin-bottom:12px}
.bmg-error{background:#fff0f0;border-left:6px solid #ff3131;padding:10px;margin-bottom:12px}
@media (max-width:720px){.bmg-application-wrapper{padding:12px}}