/* =========
   HOTEL page only
   ========= */

.section-title{
  color: #C9A24D;
  font-size: 24px;
  letter-spacing: 0.2em;
  margin: 40px 0 10px;
  text-align: center;
}

.course-desc{
  font-size: 13px;
  color: #aaa;
  line-height: 1.8;
  margin-bottom: 40px;
  padding: 0 20px;
  text-align: center;
}

.course-category{
  color: #C9A24D;
  font-size: 18px;
  margin: 50px 0 10px;
  text-transform: uppercase;
  text-align: center;
}

.small-note{
  font-size: 11px;
  color: #777;
  margin-bottom: 25px;
  text-align: center;
}

/* hotel list */
.hotel-list{
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto;
}

.hotel-card{
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(201, 162, 77, 0.2);
  padding: 20px;
  margin-bottom: 15px;
  text-align: left;
  border-radius: 2px;
}

.hotel-card h4{
  color: #fff;
  font-size: 16px;
  margin: 0 0 8px 0;
  letter-spacing: 0.1em;
}

.hotel-desc{
  color: #999;
  font-size: 12px;
  margin: 0 0 10px;
  line-height: 1.5;
}

/* best highlight */
.hotel-best{
  border: 1px solid rgba(201, 162, 77, 0.5);
  background: rgba(201, 162, 77, 0.08);
}

.hotel-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hotel-badge{
  font-size: 10px;
  color: #C9A24D;
  border: 1px solid #C9A24D;
  padding: 2px 5px;
  border-radius: 2px;
}

/* actions */
.hotel-actions{
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.hotel-btn{
  color: #C9A24D;
  font-size: 11px;
  text-decoration: none;
  border: 1px solid rgba(201, 162, 77, 0.3);
  padding: 5px 10px;
  border-radius: 2px;
}

/* guide */
.business-hotel-guide{
  margin-top: 40px;
}

.guide-box{
  background: rgba(201, 162, 77, 0.05);
  border-top: 1px solid #C9A24D;
  border-bottom: 1px solid #C9A24D;
  margin: 40px 20px;
  padding: 30px 20px;
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.guide-box p{
  font-size: 13px;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 15px;
}

.highlight-text{
  color: #C9A24D;
  font-weight: bold;
}
