
    #fuji-custom-content { font-family: 'Verdana', sans-serif; line-height: 1.6; color: #333; font-size: 16px; }
    #fuji-custom-content .article-container { max-width: 1400px; width: 96%; margin: 0 auto; padding: 0 0 60px 0; background-color: #fff; }
    #fuji-custom-content h2 { font-size: 28px; font-weight: 700; margin-top: 50px; margin-bottom: 25px; border-bottom: 2px solid #BA0C2F; padding-bottom: 10px; color: #000; }
    #fuji-custom-content h3 { font-size: 22px; font-weight: 600; margin-top: 35px; margin-bottom: 15px; color: #222; background-color: #f9f9f9; padding: 15px; border-left: 5px solid #BA0C2F; border-radius: 0 4px 4px 0; }
    #fuji-custom-content p { margin-bottom: 18px; text-align: justify; color: #444; margin-top: 0; line-height: 1.7; }
    #fuji-custom-content ul, #fuji-custom-content ol { margin-bottom: 25px; padding-left: 20px; }
    #fuji-custom-content li { margin-bottom: 12px; }
    #fuji-custom-content a { color: #0056b3; text-decoration: none; font-weight: 600; transition: color 0.3s ease; border-bottom: 1px dotted #0056b3; }
    #fuji-custom-content a:hover { color: #BA0C2F; border-bottom: 1px solid #BA0C2F; }
    #fuji-custom-content .img-wrapper { text-align: center; margin: 40px 0; }
    #fuji-custom-content .responsive-img { max-width: 600px; width: 100%; height: auto; border-radius: 6px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); border: 1px solid #eee; }
    #fuji-custom-content .caption { font-size: 13px; color: #777; margin-top: 8px; font-style: italic; }
    #fuji-custom-content .data-table { width: 100%; border-collapse: collapse; margin: 30px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.05); font-size: 15px; }
    #fuji-custom-content .data-table th, #fuji-custom-content .data-table td { border: 1px solid #e0e0e0; padding: 15px; text-align: center; }
    #fuji-custom-content .data-table th { background-color: #f4f4f4; color: #000; font-weight: 700; text-align: left; }
    #fuji-custom-content .data-table td:first-child { text-align: left; font-weight: 600; background-color: #fafafa; }
    #fuji-custom-content .highlight-row { background-color: #fff9f9; border-left: 3px solid #BA0C2F; }
    #fuji-custom-content .grid-container { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; margin-bottom: 40px; }
    #fuji-custom-content .grid-item { flex: 1 1 300px; background: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border-top: 4px solid #BA0C2F; transition: transform 0.3s ease; }
    #fuji-custom-content .grid-item:hover { transform: translateY(-5px); }
    #fuji-custom-content .feature-box { background-color: #f8fcfd; border: 1px solid #e1eef5; padding: 30px; border-radius: 8px; margin: 40px 0; }
    #fuji-custom-content .tag { background-color: #0056b3; color: #fff; padding: 5px 12px; text-transform: uppercase; font-size: 12px; border-radius: 4px; font-weight: bold; display: inline-block; margin-bottom: 15px; }
    #fuji-custom-content .tag.green { background-color: #28a745; }
    #fuji-custom-content .author-box { background-color: #f9f9f9; padding: 30px; border-top: 4px solid #333; margin-top: 60px; border-radius: 4px; display: flex; gap: 25px; align-items: center; }
    #fuji-custom-content .author-avatar { width: 70px; height: 70px; background-color: #ddd; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #666; font-size: 24px; }
    #fuji-custom-content .faq-item { margin-bottom: 15px; border: 1px solid #eee; padding: 20px 25px; border-radius: 6px; background: #fff; }
    #fuji-custom-content .faq-question { font-weight: 700; font-size: 17px; color: #0056b3; display: block; margin-bottom: 8px; }
    @media (max-width: 768px) {
        #fuji-custom-content .article-container { width: 100%; padding: 0 15px 30px 15px; }
        #fuji-custom-content h2 { font-size: 24px; margin-top: 30px; }
        #fuji-custom-content .data-table { display: block; overflow-x: auto; white-space: nowrap; }
        #fuji-custom-content .author-box { flex-direction: column; text-align: center; }
        #fuji-custom-content .grid-item { flex: 1 1 100%; }
    }
