.crms-room-card{

display:flex;
gap:24px;
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
margin:30px 0;

}

.crms-room-image{

width:340px;
flex-shrink:0;

}

.crms-room-image img{

width:100%;
height:100%;
object-fit:cover;
display:block;

}

.crms-room-content{

padding:25px;
flex:1;

}

.crms-room-top{

display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:20px;

}

.crms-room-top h3{

font-size:28px;
margin:0;

}

.crms-room-price{

font-size:30px;
font-weight:700;
color:#ff6464;

}

.crms-room-price span{

font-size:16px;
font-weight:400;
color:#777;

}

.crms-room-meta{

display:flex;
flex-wrap:wrap;
gap:20px;
margin-bottom:20px;

}

.crms-room-features{

display:flex;
flex-wrap:wrap;
gap:20px;
margin-bottom:25px;
color:#2e7d32;
font-weight:600;

}

.crms-room-buttons{

display:flex;
gap:15px;

}

.crms-btn-primary{

background:#ff6464;
color:#fff;
padding:12px 28px;
border-radius:10px;
text-decoration:none;

}

.crms-btn-outline{

border:2px solid #ff6464;
padding:12px 28px;
border-radius:10px;
text-decoration:none;

}