*{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins',sans-serif;}
body{background:#fafafa;padding:10px;}

/* Announcement */
.announcement{
  background:#ffe9dd;
  border-radius:15px;
  padding:15px 20px;
  font-size:13px;
  line-height:24px;
  margin:10px auto 25px;
  max-width:1000px;
  border-left:6px solid #ff6b47;
}
.announcement b{color:#d12400;}

/* Header */
.header-wrap{
  max-width:1000px;
  margin:0 auto;
  text-align:center;
  position:relative;
}
.back-btn{
  font-size:30px;
  text-decoration:none;
  position:absolute;
  left:100px;
  top:5px;
  cursor:pointer;
  color:#333;
}
.header-wrap h1{
  font-size:30px;
  font-weight:700;
  color:#222;
}

/* Add Button */
.add-btn{
  display:inline-block;
  margin:20px auto;
  background:#333;
  color:#fff;
  padding:10px 22px;
  border-radius:8px;
  text-decoration:none;
  font-size:16px;
}

/* Filter Box */
.filter-box{
  max-width:1000px;
  margin:10px auto 30px;
  background:#fff;
  box-shadow:0 4px 15px rgba(0,0,0,0.08);
  border-radius:12px;
  padding:20px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
}
select,input{
  padding:12px;
  border:1px solid #ddd;
  border-radius:8px;
  width:250px;
  font-size:15px;
}
.go-btn{
  padding:12px 25px;
  background:#ff6b00;
  color:#fff;
  border:none;
  border-radius:8px;
  cursor:pointer;
  font-size:15px;
}

/* Detail Box */
.detail-box{
  max-width:900px;
  margin:0 auto;
  background:#fff;
  padding:20px;
  border-radius:12px;
  box-shadow:0 4px 12px rgba(0,0,0,0.1);
}
.post-title{
  font-size:20px;
  font-weight:700;
  margin-bottom:8px;
}
/* .info{
  font-size:15px;
  margin:5px 0;
  display:flex;
  align-items:center;
  gap:6px;
  color:#444;
}
.icon{
  font-size:18px;
  color:#ff6600;
} */

.info-row{
  display: flex;
  gap: 80px; /* बीच में space */
  align-items: center;
  flex-wrap: wrap; /* mobile responsive */
}

.info{
  margin: 0;
  gap: 60px;
  font-size: 10px;
  color: #444;
}

.description{
  margin-top:10px;
  font-size:13px;
  line-height:1.6;
  color:#555;
}
.description span{
  font-weight:700; 
  font-size:15px;
}
 .short-text {
  max-height: 45px; /* 2 lines */
  overflow: hidden;
}

.view-btn {
  color: #ff6b00;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-top:5px;
  display:inline-block;
  text-decoration:none;
}

.detail-box{
  max-width:700px;
  height: 205px;
  margin-left:50px;
  margin-right:auto;
  background:#fff;
  padding:20px;
  border-radius:12px;
  box-shadow:0 4px 12px rgba(0,0,0,0.1);
  display:flex;
  gap:20px;
  align-items:flex-start;
}



.profile-img{
  width:100px;
  height:100px;
  object-fit:cover;
  border-radius:10px; 
  /* border-radius:50%;  */
  border:2px solid #ff6b00;
}

.detail-right{
  flex:1;
}