#bf-issue-form {
    max-width:700px;
    margin:20px auto;
    padding:20px;
    border:2pt solid #c84b22;
    border-radius:20px;
    background:#fff7f5;
    font-family:sans-serif;
}
#bf-issue-form .bf-field {margin-bottom:15px;}
#bf-issue-form input, #bf-issue-form select, #bf-issue-form textarea, #bf-issue-form button {
    width:100%; padding:10px; border-radius:20px; border:1px solid #c84b22; box-sizing:border-box;
}
#bf-issue-form button {background:#c84b22; color:#fff; border:none; cursor:pointer;}
#bf_blocks_wrapper {margin:10px 0;}
.bf_block_item {margin-bottom:10px; display:flex; gap:5px; align-items:center;}
.bf-block-preview img{border-radius:10px;}
.bf_remove_block {background:red; color:white; border:none; cursor:pointer; padding:5px 10px; border-radius:10px;}
.bf-preview img {border-radius:10px;}
