.elementor-27113 .elementor-element.elementor-element-51b433b9{--display:flex;}.elementor-27113 .elementor-element.elementor-element-596a3263{--divider-border-style:solid;--divider-color:#FFFFFF;--divider-border-width:1px;}.elementor-27113 .elementor-element.elementor-element-596a3263 .elementor-divider-separator{width:100%;}.elementor-27113 .elementor-element.elementor-element-596a3263 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-27113 .elementor-element.elementor-element-6d0ed2c3{text-align:center;}.elementor-27113 .elementor-element.elementor-element-6d0ed2c3 .elementor-heading-title{color:#000000;}.elementor-27113 .elementor-element.elementor-element-1e9901a7{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-2b0f6e46 *//* 只針對 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;
        }

        body {
            color: #ffffff; /* 白色字體 */
            font-family: Arial, sans-serif;
            font-size: 14px; /* 字體縮小 */
            line-height: 1.4;
            margin: 0;
            padding: 0;
        }
        .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;
        }/* End custom CSS */