/* ===============================
   Monthly Property Listing Styles
   =============================== */

.monthly-section {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 10px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.monthly-section h1 {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid #009900;
  padding-bottom: 10px;
}

.monthly-section .default {
  border: 1px solid #ccc;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
}

section.default {
    border: 1px solid #cccbcb;
    margin-bottom: 25px;
}

.default .titArea {
  background: #ecf0f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.default .titArea h3 {
    float: left;
    font-size: 20px;
    padding: 8px 10px;
}

.detailWrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
}

.detailTop {
  display: flex;
  gap: 30px;
  margin-left: 20px;
}

.detailPhoto {
  display: flex;              
  gap: 10px;                  
  list-style: none;          
  padding: 0;                
  margin: 0;                 
}

.detailPhoto li {
  flex-shrink: 0; 
}

.detailPhoto ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.detailPhoto li img {
  width: 158px;
  height: 158px;
  object-fit: cover;
  border: 1px solid #ccc;
}

.detailTxt dl {
  display: flex;
  margin-bottom: 5px;
}

.detailTxt dt {
  width: 80px;
  font-weight: bold;
  color: #333;
}

.detailTxt dd {
  margin: 0;
}

.layout01 dl {
  display: flex;
  margin-top: 10px;
}

.layout01 dt {
  width: 80px;
  font-weight: bold;
  color: #333;
}

.layout01 dd {
  margin: 0;
}

.detailBottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 20px;
}

.linkWrap .btn {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.linkWrap .btn li a {
  color: #0066cc;
  text-decoration: none;
}

.company {
  font-size: 13px;
  color: #666;
}

.iconPriceWrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 600px;
}

.iconArea ul.icon {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}

.iconArea li {
  padding: 5px 10px;
  background-color: #eee;
  border-radius: 4px;
  font-size: 12px;
}

.iconArea li.on {
  background-color: #cce5cc;
  color: #006600;
}

.iconArea li.off {
  background-color: #f0f0f0;
  color: #999;
}

.priceArea table {
  width: 100%;
  border-collapse: collapse;
}

.priceArea th,
.priceArea td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  font-size: 13px;
}

.priceArea th {
  background-color: #f6f6f6;
}

.room-plan {
  width: 100px;
  height: auto;
}

