.elementor-36219 .elementor-element.elementor-element-3bfc5696{--display:flex;}.elementor-36219 .elementor-element.elementor-element-4677a70{--divider-border-style:solid;--divider-color:#FFFFFF;--divider-border-width:1px;}.elementor-36219 .elementor-element.elementor-element-4677a70 .elementor-divider-separator{width:100%;}.elementor-36219 .elementor-element.elementor-element-4677a70 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-36219 .elementor-element.elementor-element-1e28019a .widget-image-caption{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}@media(max-width:768px){.elementor-36219 .elementor-element.elementor-element-1e28019a .widget-image-caption{margin-block-start:9px;}}/* Start custom CSS for image, class: .elementor-element-1e28019a *//* 全網獨家代儲優惠樣式 */
.exclusive-offer {
    text-align: center; /* 文字置中 */
    margin: 20px auto; /* 上下留白，水平居中 */
    padding: 20px; /* 加大內邊距，增強內容區域 */
    background-color: rgba(255, 255, 255, 0.05); /* 背景改為淺白色透明 */
    font-size: 1.1rem; /* 字體大小適中 */
    font-weight: 700; /* 加粗字體 */
    border-radius: 10px; /* 柔和圓角 */
    border: 2px solid rgba(255, 204, 0, 0.3); /* 邊框改為亮黃色，透明效果 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 輕微陰影，提升層次感 */
    line-height: 1.6; /* 行距增加，閱讀體驗更好 */
    max-width: 400px; /* 限制寬度以適配各種設備 */
    word-wrap: break-word; /* 防止文字溢出 */
    transition: all 0.3s ease-in-out; /* 增加平滑過渡效果 */
}
img:hover {
    transform: scale(1.05); /* 放大圖片 */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); /* 增強陰影 */
    transition: all 0.3s ease-in-out; /* 平滑過渡效果 */
}/* End custom CSS */
/* Start custom CSS for wd_text_block, class: .elementor-element-5e66cfa2 *//* 只針對 resources-section-container 區域進行樣式設計 */
.resources-section-container {
    padding: 20px;
}

/* 資源區塊樣式 */
.resources-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.resources-section h3 {
    color: #ffcc00;
    font-size: 24px;
    border-bottom: 2px solid #ffcc00;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

/* 列表樣式 */
.resources-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.resources-list li {
    margin-bottom: 10px;
}

.resources-list a {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    background-color: #2a2a2a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

/* 滑鼠懸停效果 */
.resources-list a:hover {
    background-color: #ffcc00;
    color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 255, 0, 0.5);
}
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        table th, table td {
            border: 1px solid #444;
            padding: 12px;
            text-align: left;
            font-size: 0.9rem; /* 將文字調整小一點 */
        }
        table th {
            background-color: #1e1e1e;
            color: #00bcd4;
            font-weight: bold;
        }
        table td {
            background-color: #252525;
            color: #ffffff;
        }
        table tr:nth-child(even) td {
            background-color: #2e2e2e;
        }

        .box {
            background-color: #2e2e3e; /* 深灰背景 */
            color: #ffffff; /* 白色字體 */
            padding: 15px;
            margin: 10px 0;
            border-radius: 5px;
        }
        ol, ul {
            padding-left: 20px;
            margin: 10px 0;
        }

        li {
            margin-bottom: 5px;
        }
 /* 特定文字中的連結樣式 */
.special-link {
  background-color: #ff5733; /* 鮮豔橘色，與深背景形成強烈對比 */
  padding: 2px 5px; /* 增加內間距，讓連結更醒目 */
  border-radius: 6px; /* 更柔和的圓角效果 */
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); /* 添加陰影以增強立體感 */
  transition: all 0.3s ease; /* 平滑過渡效果 */
}

/* 滑鼠懸停效果 */
.special-link:hover {
  background-color: #e74c3c; /* 深紅色，提供動態效果 */
  color: #f1f1f1; /* 更亮的文字顏色 */
  text-decoration: underline;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6); /* 加強陰影 */
  transform: scale(1.05); /* 放大效果 */
}/* End custom CSS */