
.ba-submeter-evento-form { max-width: 600px; margin: 20px auto; padding: 25px; background: #fff; border: 2px solid #d4af37; border-radius: 8px; font-family: sans-serif; }
.ba-submeter-evento-form label { display: block; margin: 10px 0 5px; font-weight: bold; color: #b38f00; }
.ba-submeter-evento-form input, .ba-submeter-evento-form select { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; }
.ba-submeter-evento-form button { width: 100%; background: #d4af37; color: #fff; border: none; padding: 15px; margin-top: 20px; font-weight: bold; cursor: pointer; border-radius: 4px; }
.ba-submeter-evento-form button:hover { background: #b38f00; }
.ba-vertente-legend { font-size: 12px; background: #fdf9e7; padding: 10px; border: 1px solid #eee; margin: 10px 0; max-height: 150px; overflow-y: auto; }
.ba-vertente-legend p { margin: 2px 0; }
.ba-message { padding: 15px; margin-bottom: 20px; border-radius: 4px; font-weight: bold; }
.ba-message-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.ba-message-error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
.ba-message-info { background-color: #d9edf7; color: #31708f; border: 1px solid #bce8f1; }
