/**
* Theme Name: Shopic Child
* Description: This is a child theme of Shopic, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: shopic
* Version: 2.3.8
*/




/* Rooms & Rates container styling */
.rooms-rates-container {
  font-family: 'Proxima Nova', sans-serif;
  background-color: #f8f5f1;
  padding: 20px;
  border-radius: 8px;
  color: #333333;
}

.rooms-rates-container h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  margin-bottom: 20px;
}

/* Each room item box */
.room-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dedede;
  padding: 15px 0;
}

/* Room image styling */
.room-item img {
  width: 200px;
  height: 130px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 20px;
}

/* Room info (title + description + price) */
.room-info h3 {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
}

.room-info p {
  margin: 0 0 10px;
  font-size: 16px;
}

/* Price styling */
.price {
  font-weight: bold;
  font-size: 18px;
}

/* Select Room button */
.select-room-btn, #continue-btn {
  padding: 10px;
  background-color: #333333;
  color: #ffffff;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  margin-top: 10px;
}

/* Continue button */
#continue-btn {
  width: 100%;
  margin-top: 20px;
}
