
    /* Responsive & Modern CSS */
    .fuji-blog-container { font-family: 'Verdana', 'Segoe UI', sans-serif; font-size: 16px; line-height: 1.7; color: #2c3e50; max-width: 1000px; margin: 0 auto; padding: 20px; background: #ffffff; }
    .fuji-blog-header { text-align: center; margin-bottom: 30px; }
    .fuji-blog-header h1 { font-size: 26px; font-weight: 800; color: #111; margin-bottom: 15px; line-height: 1.3; }
    .expert-author-box { background-color: #f8f9fa; border-left: 4px solid #e60012; padding: 15px 20px; margin-bottom: 30px; border-radius: 0 4px 4px 0; font-size: 14.5px; color: #555; }
    .expert-author-box strong { color: #000; }
    .fuji-blog-container h2 { font-size: 22px; font-weight: 700; color: #000; margin-top: 40px; margin-bottom: 18px; border-bottom: 2px solid #e60012; padding-bottom: 8px; display: inline-block; }
    .fuji-blog-container h3 { font-size: 19px; font-weight: 600; color: #e60012; margin-top: 30px; margin-bottom: 12px; }
    .fuji-blog-container p { margin-bottom: 18px; text-align: justify; }
    .fuji-blog-container ul { margin-bottom: 25px; padding-left: 25px; background: #fdfdfd; padding-top: 10px; padding-bottom: 10px; border-radius: 5px; }
    .fuji-blog-container li { margin-bottom: 10px; }
    .fuji-blog-container a { color: #e60012; text-decoration: none; font-weight: bold; border-bottom: 1px dotted #e60012; transition: all 0.3s ease; }
    .fuji-blog-container a:hover { color: #b3000d; border-bottom: 1px solid #b3000d; }
    .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; margin-bottom: 35px; background: #000; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
    .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
    .tech-table-wrapper { overflow-x: auto; margin-bottom: 35px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border-radius: 6px; }
    .tech-table { width: 100%; border-collapse: collapse; min-width: 650px; font-size: 15px; background: #fff; }
    .tech-table th, .tech-table td { border: 1px solid #eaeaea; padding: 14px 16px; text-align: left; }
    .tech-table th { background-color: #f1f3f5; font-weight: bold; color: #222; text-transform: uppercase; font-size: 14px; letter-spacing: 0.5px; }
    .tech-table tr:hover { background-color: #fafafa; }
    .faq-section { margin-top: 40px; }
    .faq-item { background-color: #fff; border: 1px solid #e1e4e8; padding: 20px; margin-bottom: 15px; border-radius: 6px; transition: box-shadow 0.3s ease; }
    .faq-item:hover { box-shadow: 0 4px 10px rgba(0,0,0,0.04); }
    .faq-q { font-weight: 700; display: block; margin-bottom: 8px; color: #111; font-size: 17px; }
    
    @media (max-width: 768px) {
        .fuji-blog-container { padding: 15px; }
        .fuji-blog-header h1 { font-size: 22px; }
        .fuji-blog-container h2 { font-size: 20px; }
        .fuji-blog-container p, .fuji-blog-container li { font-size: 15px; }
    }
