/*
Theme Name: Dahotel Child
Theme URI:http://wpdemo.zcubethemes.com/dahotel
Description: Dahotel – Luxury Hotel WordPress Theme.
Text Domain: dahotel
Author:       zcube
Author URI: https://themeforest.net/user/themexpixel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template:     dahotel
Version:      1.1

*/


/* Theme customization starts here
  -------------------------------------------------------------- */

/* Room pages banner override */
.page-id-363 .breadcrumb-area,
.single-zcroom .breadcrumb-area {
  background-image: url("/wp-content/uploads/2026/04/客房1920x1080.jpg") !important;
  background-size: cover;
  background-position: center center;
}

/* 擊球服務 (853) + 會員權益 (845) — 第五洞景觀 */
.page-id-853 .breadcrumb-area,
.page-id-845 .breadcrumb-area,
.page-id-362 .breadcrumb-area,
.page-id-26 .breadcrumb-area,
body.blog .breadcrumb-area,
body.archive.category .breadcrumb-area {
  background-image: url("/wp-content/uploads/2026/05/ngcc_hole5.jpg") !important;
  background-size: cover;
  background-position: center center;
}

/* 高爾夫球學院 (781) — 球場全景 */
.page-id-781 .breadcrumb-area {
  background-image: url("/wp-content/uploads/2026/05/ngcc_academy.jpg") !important;
  background-size: cover;
  background-position: center center;
}

/* Move language switcher to bottom-left to avoid overlap with floating buttons */
#auto-translator-switcher {
  right: auto !important;
  left: 24px !important;
}


/* 高爾夫球學院 (781) 歷屆名單 — 子標題列不換行，欄位寬度依子標題自動調整 */
.page-id-781 table tbody tr:first-child td {
  white-space: nowrap !important;
  font-weight: 600;
  text-align: center;
  background-color: #f5f5f5;
}
.page-id-781 table {
  table-layout: auto;
  width: auto;
  max-width: 100%;
}
.page-id-781 .inner-blog .container,
.page-id-781 .inner-blog {
  overflow-x: auto;
}


/* 防止單一姓名被一字一字斷行（針對 nowrap+ <br> 渲染） */
.page-id-781 table.jet-table tbody td .jet-table__cell-text,
.page-id-781 table.jet-table tbody td {
  white-space: nowrap !important;
}
