.flat-spacing-5 {
    padding: 40px 0px;
}

.article-title {
    margin-bottom: 40px;
    font-size: 36px;
    text-align: center;
}

.article-content {
    margin: 0px 300px;
}

.article-content ul {
    padding-left: 40px;
    list-style-type: revert;
    list-style: revert;
}

.article-content ul li {
    font-family: helvetica;
    font-size: 10pt;
    line-height: 1.6;
    color: rgb(101, 92, 92);
    margin-bottom: 8px;
    margin-top: 8px;
    cursor: default;
    list-style-type: revert;
    list-style: revert;
}

.article-content ul li::marker {
    font-size: 22px;
    font-weight: bold;
}

/* 支援 list-style-type: circle */
.article-content ul[style*="list-style-type: circle;"] {
    list-style-type: circle;
}

.article-content ul[style*="list-style-type: circle;"] li::marker {
    font-size: 20px;
    /* 可根據需求調整大小 */
    font-weight: normal;
    /* 可根據需求調整粗細 */
}

/* 支援 list-style-type: square */
.article-content ul[style*="list-style-type: square;"] {
    list-style-type: square;
}

.article-content ul[style*="list-style-type: square;"] li::marker {
    font-size: 20px;
    /* 可根據需求調整大小 */
    font-weight: normal;
    /* 可根據需求調整粗細 */
}

.article-content ol {
    padding-left: 40px;
    list-style-type: decimal;
    /* 預設為數字 */
}

.article-content ol[style*="list-style-type: upper-roman;"] {
    list-style-type: revert;
    list-style: revert;
}

.article-content ol li {
    font-family: helvetica;
    font-size: 10pt;
    line-height: 1.6;
    color: rgb(101, 92, 92);
    margin-bottom: 8px;
    margin-top: 8px;
    cursor: default;
    list-style-type: revert;
    list-style: revert;
}

.article-content ol li::marker {
    font-size: 14px;
    font-weight: bold;
}

.article-content p {
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    color: rgb(101, 92, 92);
}

@media (max-width: 768px) {
    .flat-spacing-5 {
        padding: 20px 0px;
    }

    .article-title {
        margin-bottom: 20px;
        font-size: 28px;
        text-align: center;
    }

    .article-content {
        margin: 0px 25px;
    }
}

.tf-page-delivery h4 {
    margin-bottom: 14px;
}

.tag-list li::marker {
    font-size: 22px;
    font-weight: bold;
}

.tf-main-area-page p {
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    color: rgb(101 92 92);
}

.tf-main-area-page .tag-list li {
    color: rgb(101 92 92);
    line-height: 26px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.p1 {
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    color: rgb(101, 92, 92);
}

/* 手風琴標題樣式 */
.flat-toggle .toggle-title {
    font-size: 16px;
    font-weight: bold;
    color: rgb(66, 32, 3);
    cursor: pointer;
    padding: 10px 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-bottom: none;
}

.flat-toggle .toggle-title.active {
    background-color: #e6e6e6;
    color: rgb(56, 30, 15);
}

/* 手風琴內容樣式 */
.flat-toggle .toggle-content {
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    display: none;
}

.flat-toggle.active .toggle-content {
    display: block;
}

/* 手風琴內部段落樣式 */
.flat-toggle .toggle-content p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    color: rgb(101, 92, 92);
}

/* 手風琴內部列表樣式 */
.flat-toggle .toggle-content ul {
    padding-left: 20px;
    list-style-type: disc;
}

.flat-toggle .toggle-content ul li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    color: rgb(101, 92, 92);
}

/* 手風琴樣式 */
.mce-accordion {
    overflow: hidden;
    background-color: white;
    padding: 5px 20px 0px 20px;
}

.mce-accordion summary {
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    padding: 15px 0px;
    padding-right: 15px;
    border-bottom: 1px solid var(--line);
    list-style: none;
}

.mce-accordion summary:hover {
    color: var(--primary);
}

.mce-accordion summary::before {
    content: "▶";
    /* 展開箭頭符號 */
    margin-right: 10px;
    color: rgb(66, 32, 3);
    font-size: 14px;
    transition: transform 0.2s ease;
}

.mce-accordion[open] summary::before {
    content: "▼";
    /* 展開後的箭頭符號 */
    transform: rotate(0deg);
    color: rgb(56, 30, 15);
}

.mce-accordion p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    color: rgb(101, 92, 92);
    padding: 0 15px;
}

.mce-accordion ul {
    padding-left: 40px;
    list-style-type: revert;
    list-style: revert;
}

.mce-accordion ul li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    color: rgb(101, 92, 92);
    cursor: default;
    list-style-type: revert;
    list-style: revert;
}