.sabt-news-form {max-width:800px;margin:20px auto;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.1);}
.sabt-news-form .form-group {margin-bottom:20px;}
.sabt-news-form label {display:block;font-weight:bold;margin-bottom:8px;}
.sabt-news-form input[type=text], .sabt-news-form textarea {width:100%;padding:10px;border:1px solid #ccc;border-radius:8px;}
.news-type-options {display:flex;gap:20px;}
.news-type-options label {background:#f5f5f5;padding:10px 20px;border-radius:8px;cursor:pointer;}
.upload-section {margin:15px 0;}
.submit-btn {background:#b20000;color:#fff;padding:12px 24px;border:none;border-radius:8px;font-size:18px;cursor:pointer;}
.submit-btn:hover {background:#900000;}
#sabt-news-result p.success {color:green;font-weight:bold;}
#sabt-news-result p.error {color:red;font-weight:bold;}
