@charset "utf-8";
/* CSS Document */

.namkar-container{
display:flex;
gap:25px;
flex-wrap:wrap;
}

.namkar-card{
width:280px;
background:white;
padding:15px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.namkar-card img{
width:100%;
height:180px;
object-fit:cover;
border-radius:8px;
}

.stars span{
font-size:24px;
cursor:pointer;
color:#ccc;
}

.stars span.active{
color:#ff9800;
}

.review-text{
width:100%;
margin-top:10px;
height:70px;
}

.submit-review{
margin-top:10px;
background:#DD4501;
color:white;
border:none;
padding:8px 15px;
border-radius:5px;
cursor:pointer;
}

.review-item{
border-top:1px solid #eee;
margin-top:10px;
padding-top:10px;
}
