/* Start custom CSS for text-editor, class: .elementor-element-c86d4df */.hc-room-section{
  padding:80px 20px;

  background:
  radial-gradient(circle at top, rgba(201,161,74,.10), transparent 38%),
  linear-gradient(
    135deg,
    #f6f1e7 0%,
    #efe4d1 45%,
    #e6d7bf 100%
  );

  font-family:

}

/* 標題 */

.hc-room-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;

  margin-bottom:46px;

  text-align:left;
}

.hc-room-title img{
  width:72px;
  height:auto;
}

.hc-room-title span{
  display:block;

  margin-bottom:8px;

  color:#9b7a3d;

  font-size:13px;
  font-weight:800;
  letter-spacing:4px;
}

.hc-room-title h2{
  margin:0;

  color:#7b1e1e;

  font-size:46px;
  font-weight:900;
  letter-spacing:6px;
}

/* 卡片 */

.hc-room-grid{
  max-width:1180px;

  margin:0 auto;

  display:grid;
  grid-template-columns:repeat(2,1fr);

  gap:34px;
}

.hc-room-card{
  background:#fffdf8;

  border:1px solid rgba(201,161,74,.45);

  box-shadow:
  0 10px 30px rgba(0,0,0,.08);

  overflow:hidden;
}

/* 頂部 */

.hc-room-head{
  display:flex;
  align-items:center;
  gap:20px;

  padding:28px;

  background:
  linear-gradient(
    135deg,
    #7b1e1e,
    #a73a3a
  );

  border-bottom:3px solid #d8b15f;
}

.hc-room-code{
  width:70px;
  height:70px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;

  background:#fff5dc;

  color:#8b0000;

  font-size:34px;
  font-weight:900;
}

.hc-room-info h3{
  margin:0 0 6px;

  color:#fff8df;

  font-size:34px;
  font-weight:900;
  letter-spacing:2px;
}

.hc-room-info p{
  margin:0 0 14px;

  color:rgba(255,248,223,.88);

  font-size:16px;
}

.hc-room-price{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.hc-room-price span{
  padding:8px 14px;

  background:rgba(255,255,255,.10);

  border:1px solid rgba(255,243,207,.15);

  color:#fff8df;

  font-size:15px;
}

.hc-room-price strong{
  margin-left:6px;

  color:#ffd36f;

  font-size:20px;
}

/* 圖片 */

.hc-room-images{
  display:grid;
  grid-template-columns:1fr 1fr;

  gap:10px;

  padding:10px;
}

.hc-room-images img{
  width:100%;
  height:260px;

  object-fit:cover;

  display:block;

  transition:.35s;
}

.hc-room-images img:hover{
  transform:scale(1.03);
}

/* 手機 */

@media(max-width:900px){

  .hc-room-grid{
    grid-template-columns:1fr;
  }

}

@media(max-width:768px){

  .hc-room-section{
    padding:54px 14px;
  }

  .hc-room-title{
    flex-direction:column;

    text-align:center;
  }

  .hc-room-title h2{
    font-size:34px;
    letter-spacing:3px;
  }

  .hc-room-head{
    padding:22px 18px;
  }

  .hc-room-code{
    width:58px;
    height:58px;

    font-size:28px;
  }

  .hc-room-info h3{
    font-size:28px;
  }

  .hc-room-images{
    grid-template-columns:1fr;
  }

  .hc-room-images img{
    height:auto;
  }

}/* End custom CSS */