/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* 確保 Zen Kurenaido 字體載入 */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');

/* 修正「把健康活成生活」區塊 - 使用高權重選擇器 */
body #wrapper #main #row-1342219607 #col-93139833 .text p {
  display: block !important;
  margin-bottom: 1em !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  width: 100% !important;
}

/* 強制保留 Zen Kurenaido 字體 */
body #wrapper #main #row-1342219607 #col-93139833 .text span[style*="Zen Kurenaido"],
body #wrapper #main .text span[style*="Zen Kurenaido"],
.text span[style*="Zen Kurenaido"] {
  font-family: 'Zen Kurenaido', sans-serif !important;
}

/* 防止欄位重疊 */
#row-1342219607 {
  position: relative !important;
  overflow: visible !important;
}

#col-93139833 {
  position: relative !important;
  z-index: 2 !important;
}

#col-619662696 {
  position: relative !important;
  z-index: 1 !important;
}

/* 確保文字區塊不會被覆蓋 */
#col-93139833 .col-inner {
  position: relative !important;
  z-index: 10 !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
