body{margin:0;font-family:'Noto Sans Telugu',sans-serif;background:#fff}
.post-container{max-width:720px;margin:auto;padding-bottom:90px}
.img-wrap{
position:relative;
width:100%;
aspect-ratio:16/9;
overflow:hidden
}
.post-image{
width:100%;
height:100%;
object-fit:cover
}
.video-frame{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:0
}
.watermark{
position:absolute;
bottom:12px;
left:50%;
transform:translateX(-50%);
font-size:12px;
color:#fff;
background:linear-gradient(45deg,rgba(0,0,0,0.7),rgba(0,0,0,0.4));
padding:6px 18px;
border-radius:30px;
letter-spacing:2px;
font-weight:bold}
.content{padding:15px}
.title{color:red;font-weight:bold;font-size:18px}
.desc{font-size:18px;line-height:1.6}
.info{margin-top:20px;font-size:11px;color:gray}
.float-btn{
position:fixed;
right:15px;
width:50px;
height:50px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
text-decoration:none;
color:#fff;
z-index:9999;
box-shadow:0 2px 10px rgba(0,0,0,0.25);
}

.share-btn{
bottom:20px;
background:#000;
}

.home-btn{
bottom:80px;
background:#000;
}
.noselect {-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}