.elementor-28364 .elementor-element.elementor-element-50532f4{--display:flex;}.elementor-28364 .elementor-element.elementor-element-b74879d{--display:flex;}.elementor-28364 .elementor-element.elementor-element-5ff6b29{--display:flex;}.elementor-28364 .elementor-element.elementor-element-bce06c9 .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-28364 .elementor-element.elementor-element-bce06c9 .widget-image-caption{margin-block-start:9px;}}/* Start custom CSS for wd_text_block, class: .elementor-element-8cc0f18 */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 */
/* Start custom CSS for wd_text_block, class: .elementor-element-1e01194 *//* 只針對 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);
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-bce06c9 *//* 全網獨家代儲優惠樣式 */
.exclusive-offer {
    text-align: center; /* 文字置中 */
    margin: 20px 0; /* 上下留白 */
    padding: 15px 20px; /* 內邊距，讓文字區域更大 */
    background-color: rgba(50, 50, 50, 0.8); /* 深灰色背景，與網站基調協調 */
    color: #FFFFFF; /* 白色字體，確保清晰度 */
    font-size: 16px; /* 合理的字體大小 */
    font-weight: bold; /* 加粗文字，增強重點 */
    border-radius: 10px; /* 圓角背景，柔和設計 */
    border: 1px solid rgba(255, 255, 255, 0.3); /* 添加白色邊框，讓區塊更突出 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* 輕微陰影，增強層次感 */
    line-height: 1.5; /* 行距，讓文字看起來更舒適 */
}

/* 滑鼠懸停效果（可選） */
.exclusive-offer:hover {
    background-color: rgba(70, 70, 70, 0.9); /* 懸停時背景稍微變亮 */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); /* 陰影加深 */
    transform: scale(1.02); /* 輕微放大 */
    transition: all 0.3s ease; /* 平滑過渡效果 */
}/* End custom CSS */