/* 隱藏 Like 按鈕 */
.sharedaddy,
.sd-sharing-enabled,
.likes-master,
.post-likes-widget-placeholder {
    display: none !important;
}

/* 隱藏標籤 */
.tags-links,
.tagcloud,
.post-tags,
.entry-tags,
.cat-links {
    display: none !important;
}

/* 載入 Intel One 字型 */
@font-face {
    font-family: 'Intel One';
    src: url('/wp-content/uploads/intelone-text-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* 商品按鈕使用 Intel One 字型 */
.product-buttons .btn {
    font-family: 'Intel One', sans-serif;
}

/* 商品按鈕 - 預設 */
.product-buttons .btn {
    color: #c9ccd6;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 25px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    font-family: 'Intel One', sans-serif;
}

/* 商品按鈕 - Hover 漸層 + 發光 */
.product-buttons .btn:hover {
    background: linear-gradient(90deg, #c084fc 0%, #0077ff 50%, #00b4d8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 4px rgba(0, 119, 255, 0.7)) drop-shadow(0 0 8px rgba(192, 132, 252, 0.6));
}

/* Share 按鈕 active 狀態 */
.share-wrapper.active .btn-share {
    background: linear-gradient(90deg, #c084fc 0%, #0077ff 50%, #00b4d8 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    filter: drop-shadow(0 0 4px rgba(0, 119, 255, 0.7)) drop-shadow(0 0 8px rgba(192, 132, 252, 0.6)) !important;
}
/* ========== 全站使用 Intel One 字型 ========== */

/* 載入字型（如果還沒加過）*/
@font-face {
    font-family: 'Intel One';
    src: url('/wp-content/uploads/intelone-text-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* 全站套用 */
body,
p,
span,
a,
li,
td,
th,
input,
textarea,
button,
select,
h1, h2, h3, h4, h5, h6,
.elementor-widget-text-editor,
.elementor-widget-heading,
.elementor-button,
.elementor-widget-container {
    font-family: 'Intel One', sans-serif !important;
}

/* ========== 全站防止水平滾動 ========== */
html, body {
    overflow-x: hidden !important;
}
