    .article a {
    color: #fa6400 !important;
    text-decoration: none !important;
    }
    
    .article p {
     margin-bottom: 1.2rem;
     text-decoration: none !important;
    }
  
   
[id^="section"] {
    scroll-margin-top: 80px; /* 手機版，設置為 80px */
}

@media screen and (min-width: 768px) {
    [id^="section"] {
        scroll-margin-top: 160px; /* 電腦版，設置為 160px */
    }
}

    .about-us {
    text-decoration: unset; 
    }

    .greatmaster-main-title {
    text-align: center;
    font-size: 2rem;
    margin-top: 2rem;
    }

    .greatmaster-toc-container {
        border: 2px solid #000;
        box-shadow: 8px 8px 0 #000;
        border-radius: 5px;
        max-width: 100%;         
        padding: 16px;
        margin-bottom: 1rem;
        background-color: #f9f9f9;
        font-size: 14px;
    }

    .greatmaster-toc-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }

    .greatmaster-toc-title {
        font-size: 16px;
        font-weight: bold;
    }

    .greatmaster-toc-list {
        list-style: none;
        padding-left: 0;
        line-height: 1.8;
        display: none; 
    }

    .greatmaster-toc-list a {
        text-decoration: unset;
    }

    .greatmaster-toc-list li {
        margin-bottom: 5px;
        text-decoration: unset;
    }

    .greatmaster-link {
        color: #fa6400;
        text-decoration: none;
    }

    .greatmaster-link:hover {
        text-decoration: underline;
    }

    
    .greatmaster-toggle-btn {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 16px;
        color: #555;
    }

    .greatmaster-toggle-btn:hover {
        color: #fa6400;
    }

   .greatmaster-section-title, .greatmaster-section-subtitle {
            font-size: 1.8rem;
            font-weight: 700; 
            font-family: "Arial Black", sans-serif; 
            margin-bottom: 1.2rem;
        }

    .greatmaster-section-title {
        margin: 2em 0 .8em 0;
        padding: .6rem 1.2rem;
        font-size: 1.6rem;
        font-weight: 600;
        border: 2px solid #000;
        border-radius: 4px;
        box-shadow: 4px 4px 0px 0px #000000;
        background-color: #f7f7f7;
    }

    .greatmaster-section-subtitle {
        padding: 10px 0;
        border-bottom: 2px solid #000;
        background-color: #f7f7f7;
         
    }
    .greatmaster-section-subtitle:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin:-3px 8px;
    background-image: url(https://hhenhenpeng.com/9stateswebp/title-icon.svg);
    background-repeat: no-repeat;
    background-size:100% auto;

}
.greatmaster-focus-end {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 30px; 
    margin-bottom: 1.2rem;
    border-radius: 4px; 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    text-align: left; 
   
}

 .greatmaster-focus-news {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 30px; 
    margin-bottom: 1.2rem;
    border-radius: 4px; 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    text-align: left; 
   
}

.greatmaster-focus-news:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("https://hhenhenpeng.com/9stateswebp/focus-news-icon.svg"); 
    background-repeat: no-repeat; 
    background-size: cover;
    flex-shrink: 0;
}

.greatmaster-warning-news {
    background-color: #ffede6;
    border: 1px solid #ffdacd;
    padding: 30px; 
    margin-bottom: 1.2rem;
    border-radius: 4px; 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    text-align: left;  
}

.greatmaster-warning-news strong {
    font-weight: bold; 
    display: contents; 
    margin: 0; 
    padding: 0; 
    line-height: inherit !important ;
    font-size: inherit; 
}

.greatmaster-warning-news:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("https://hhenhenpeng.com/9stateswebp/warning-news-icon.svg"); 
    background-repeat: no-repeat; 
    background-size: cover; 
    flex-shrink: 0;
}

.greatmaster-success-news {
    background-color: #f4ffe6;
    border: 1px solid #dfffb3;
    padding: 30px; 
    margin-bottom: 1.2rem;
    border-radius: 4px; 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    text-align: left;    
}

.greatmaster-success-news strong {
    font-weight: bold; 
    display: contents; 
    margin: 0; 
    padding: 0; 
    line-height: inherit !important;
    font-size: inherit; 
    display: block;
}

.greatmaster-success-news:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("https://hhenhenpeng.com/9stateswebp/success-news-icon.svg"); 
    background-repeat: no-repeat; 
    background-size: cover; 
    flex-shrink: 0;
}


@media screen and (max-width: 768px) {
    .greatmaster-focus-news {
        display: block; 
        text-align: center; 
    }
    .greatmaster-focus-news:before {
        display: block;
        margin: 0 auto 10px; 
    }    


    .greatmaster-warning-news {
        display: block; 
        text-align: center; 
    }
    .greatmaster-warning-news:before {
        display: block;
        margin: 0 auto 10px; 
    }
    .greatmaster-success-news {
        display: block; 
        text-align: center; 
    }
    .greatmaster-success-news:before {
        display: block;
        margin: 0 auto 10px; 
    }

}


    .greatmaster-figure {
    text-align: center;
    padding-top: 10px; 
    margin: 10px 0px; 
    display: inline-block; 
    width: 100%; 
    max-width: 100%; 
    box-sizing: border-box;
}

.greatmaster-image {
    display: table; 
    clear: both; 
    text-align: center;
    margin: 0.9em auto;
    min-width: 50px; 
}
.greatmaster-image img {
    max-width: 100%; 
    height: auto; 
    display: block;
    margin: 0 auto; 
}

.greatmaster-figcaption {
    display: block; 
    caption-side: bottom; 
    word-break: break-word; 
    text-align: center; 
    color: var(--ck-color-image-caption-text, #333);
    background-color: var(--ck-color-image-caption-background, #f9f9f9); 
    padding: 0.6em; 
    font-size: 0.75em; 
    margin-top: 8px; 
    line-height: 1.4; 
    white-space: normal;
}
@media screen and (max-width: 768px) {
        .greatmaster-toc-container {
            max-width: 100%; 
            font-size: 12px;
        }

        .greatmaster-section-title, .greatmaster-section-subtitle {
            font-size: 1.5rem;
            font-weight: 700; 
            font-family: "Arial Black", sans-serif; 
        }

        .greatmaster-figure {
            margin: 10px 0; 
        }

        .greatmaster-figcaption {
            font-size: 0.65em;
        }
    }



    .faq-section {
      font-family: "Noto Sans TC", sans-serif;
      background: #fff;
      padding: 2rem;
      border-radius: 12px;
      max-width: 900px;
      margin: 0 auto;
      color:#000;
    }
   
    .faq-item {
      border-bottom: 1px solid #ddd;
      padding: 1rem 0;
    }
    .faq-question {
      font-size: 1.1rem;
      font-weight: 600;
      cursor: pointer;
      position: relative;
      padding-right: 2rem;
    }
    .faq-question::after {
      content: '+';
      position: absolute;
      right: 0;
      font-weight: bold;
    }
    .faq-item.open .faq-question::after {
      content: '-';
    }
    .faq-answer {
      display: none;
      margin-top: 0.5rem;
      color: #444;
      line-height: 1.6;
    }
    .faq-item.open .faq-answer {
      display: block;
    }
    @media (max-width: 768px) {
  .faq-section {
    padding: 1.5rem;
  }
  .faq-section h2 {
    font-size: 1.5rem;
  }
  .faq-question {
    font-size: 1rem;
  }
  .faq-answer {
    font-size: 0.95rem;
  }
}
@media (max-width: 480px) {
  .faq-section {
    padding: 1rem;
  }
  .faq-question {
    padding-right: 1.5rem;
  }
}
@media (max-width: 768px) {
      .faq-section {
        flex-direction: column;
        padding: 30px 15px;
      }
    }

