.elementor-28752 .elementor-element.elementor-element-b704f4a{--display:flex;}.elementor-28752 .elementor-element.elementor-element-4bd0545b{--display:flex;}.elementor-28752 .elementor-element.elementor-element-28ce22e1{--divider-border-style:solid;--divider-color:#FFFFFF;--divider-border-width:1px;}.elementor-28752 .elementor-element.elementor-element-28ce22e1 .elementor-divider-separator{width:100%;}.elementor-28752 .elementor-element.elementor-element-28ce22e1 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-28752 .elementor-element.elementor-element-41526468 .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-28752 .elementor-element.elementor-element-41526468 .widget-image-caption{margin-block-start:9px;}}/* Start custom CSS for image, class: .elementor-element-41526468 *//* 全網獨家代儲優惠樣式 */
.exclusive-offer {
    text-align: center; /* 文字置中 */
    margin: 20px auto; /* 上下留白，水平居中 */
    padding: 15px 25px; /* 更舒適的內邊距 */
    background-color: rgba(50, 50, 50, 0.85); /* 深灰色背景，稍微調亮 */
    color: #FFFFFF; /* 白色字體，保證清晰 */
    font-size: 1.1rem; /* 字體稍大，更清晰 */
    font-weight: 700; /* 更加醒目的加粗 */
    border-radius: 12px; /* 更柔和的圓角 */
    border: 2px solid rgba(255, 255, 255, 0.2); /* 白色邊框，透明度略降低 */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); /* 增強陰影層次感 */
    line-height: 1.6; /* 增加行距，提升閱讀體驗 */
    max-width: 500px; /* 限制最大寬度，適配不同設備 */
    word-wrap: break-word; /* 防止文字溢出 */
    transition: all 0.3s ease; /* 平滑過渡效果 */
}

/* 滑鼠懸停效果 */
.exclusive-offer:hover {
    background-color: rgba(70, 70, 70, 0.95); /* 懸停時稍微變亮 */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); /* 陰影加深 */
    transform: scale(1.03); /* 輕微放大，增加互動感 */
    border-color: rgba(255, 255, 255, 0.4); /* 邊框顏色變亮 */
}/* End custom CSS */
/* Start custom CSS for wd_text_block, class: .elementor-element-6e11c85f *//* 只針對 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;
        }/* End custom CSS */