.bmtv-quick-post{
    max-width:700px;
    margin:30px auto;
    padding:20px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:10px;
}

.bmtv-quick-post h2{
    margin-top:0;
    color:#d6001c;
}

.bmtv-quick-post input,
.bmtv-quick-post textarea,
.bmtv-quick-post select{
    width:100%;
    padding:12px;
    margin-top:5px;
    margin-bottom:15px;
    border:1px solid #ccc;
    border-radius:6px;
    box-sizing:border-box;
}

.bmtv-quick-post button{
    background:#d6001c;
    color:#fff;
    border:none;
    padding:12px 20px;
    border-radius:6px;
    cursor:pointer;
}

.bmtv-quick-post button:hover{
    background:#b00017;
}
.bmtv-success{
    background:#eaf8ee;
    border:1px solid #b8e3c3;
    border-radius:10px;
    padding:20px;
    margin-bottom:25px;
}

.bmtv-success h3{
    margin:0 0 15px;
    color:#198754;
    font-size:24px;
}

.bmtv-success-buttons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.bmtv-btn{
    display:inline-block;
    padding:10px 18px;
    border-radius:6px;
    background:#d6001c;
    color:#fff !important;
    text-decoration:none;
    font-weight:600;
    transition:.2s;
}

.bmtv-btn:hover{
    background:#b10017;
    color:#fff;
}