/* ===== LOGO（解決你現在最大問題）===== */
.custom-logo {
    max-width: 140px !important;
    height: auto;
}

/* Header 整體平衡 */
.site-header {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

/* Header 內容左右平衡 */
.site-header .site-branding {
    display: flex;
    align-items: center;
}

/* 導覽列 */
.main-navigation a {
    font-size: 14px;
    color: #333;
    margin: 0 14px;
}

.main-navigation a:hover {
    color: #ff799d;
}

/* ===== 內容寬度（不要再滿版壓力）===== */
.site-main,
.elementor-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== 標題系統 ===== */
h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}

/* ===== 商品卡「微優化（不破壞結構）」===== */
.woocommerce ul.products li.product {
    padding: 10px;
}

.woocommerce ul.products li.product h2 {
    font-size: 14px;
    line-height: 1.4;
}

.woocommerce ul.products li.product .price {
    color: #111;
    font-weight: 600;
}

/* 按鈕質感 */
.woocommerce ul.products li.product .button {
    background: #0d3d82;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    padding: 8px 0;
}

.woocommerce ul.products li.product .button:hover {
    background: #ff799d;
}

/* ===== 分類圖片（只微調，不動結構）===== */
.woocommerce ul.products li.product-category img {
    border-radius: 14px;
}

/* ===== 手機 ===== */
@media (max-width: 768px) {
    .custom-logo {
        max-width: 110px !important;
    }

    h1 {
        font-size: 22px;
    }
}
body {
  padding-top: 80px;
}
post-title-fix
.post-title-fix {
  white-space: normal !important;
  word-break: break-word;
  line-height: 1.4;
}
.post-title-fix {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* ===== 修正：文章卡片標題（不影響原本CSS）===== */
.post-title-fix {
  white-space: normal !important;
  word-break: break-word;
  line-height: 1.4;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  min-height: 60px;
}

/* 防止標題內連結破版 */
.post-title-fix a {
  display: block;
}
/* ===== 強制修正 Elementor 文章標題 ===== */
.elementor-heading-title a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  white-space: normal !important;
  word-break: break-word;
  line-height: 1.4;

  min-height: 60px;
}
/* ===== 強制修正 Elementor 文章標題 ===== */
.elementor-heading-title a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  white-space: normal !important;
  word-break: break-word;
  line-height: 1.4;

  min-height: 60px;
}
.push-bottom {
  margin-top: auto;
}