.bnt-container{display:flex;align-items:center;background:linear-gradient(90deg,#d32f2f,#f44336);color:#fff;padding:10px 15px;border-radius:8px;font-weight:600;overflow:hidden;box-shadow:0 3px 6px rgba(0,0,0,0.2);margin-bottom:15px;}
.bnt-label{flex:0 0 auto;margin-right:15px;font-size:16px;text-transform:uppercase;}
.bnt-marquee-wrapper{flex:1 1 auto;overflow:hidden;position:relative;}
.bnt-marquee{display:inline-block;white-space:nowrap;animation:bnt-scroll 20s linear infinite;}
.bnt-news-item{margin-right:30px;text-decoration:none;color:#fff;transition:color 0.3s;}
.bnt-news-item:hover{color:#ffeb3b;}
.bnt-pause-btn{flex:0 0 auto;margin-left:15px;background:#fff;color:#000;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-weight:600;}
@keyframes bnt-scroll{0%{transform:translateX(100%);}100%{transform:translateX(-100%);}}
.bnt-marquee.paused{animation-play-state:paused;}
.bnt-theme-black{background:linear-gradient(90deg,#111,#333);}
.bnt-theme-blue{background:linear-gradient(90deg,#0b63d6,#2196f3);}
@media(max-width:768px){.bnt-container{flex-direction:column;align-items:flex-start;}.bnt-label{margin-bottom:8px;}}
