.single-rooms {
  width: 100%;
  max-width: 320px;
  min-width: 260px;
  margin: 0 auto 30px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-rooms img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.room-content {
  padding: 16px 12px 12px 12px;
  text-align: center;
}

.room-content h3 {
  margin: 0 0 8px 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.room-content .price {
  color: #eab543;
  font-weight: 500;
  font-size: 1rem;
}