@font-face {
  font-family: 'BanglaFont';
  src: local('SolaimanLipi'), local('Siyam Rupali');
}

.news-page { max-width: 1200px; margin: auto; font-family: BanglaFont, Arial, sans-serif; }
.ads-box { background: #f4f4f4; text-align: center; padding: 15px; margin: 15px 0; }
.tool-grid { display: grid; grid-template-columns: 300px 1fr; gap: 20px; }
.controls input, .controls select { width: 100%; padding: 6px; margin-bottom: 6px; }
.card-wrap { text-align: center; }
.news-card { position: relative; margin: auto; background: #fff; border: 2px solid #000; overflow: hidden; }
.banner { padding: 6px; color: #fff; font-weight: bold; background: red; }
.news-img { width: 100%; height: 55%; object-fit: cover; }
.draggable { position: absolute; cursor: move; }
.headline { font-size: 32px; font-weight: bold; bottom: 60px; left: 20px; right: 20px; }
.meta { font-size: 14px; bottom: 20px; left: 20px; }
.watermark { position: absolute; top: 10px; right: 10px; opacity: 0.6; font-size: 14px; }
.style-normal {} 
.style-shadow { text-shadow: 2px 2px 5px #000; } 
.style-boxed { background: rgba(0,0,0,0.6); color:#fff; padding:6px; }
button { width: 100%; padding: 10px; background: #000; color: #fff; border: none; cursor: pointer; }
