
  .fuji-product-container { 
    font-family: Arial, sans-serif; 
    line-height: 1.6; 
    color: #333; 
    margin: 0 auto; 
    padding: 0 15px 20px 15px; 
    max-width: 1200px; 
    box-sizing: border-box; 
    font-size: 16px; 
  }
  .fuji-product-container h2 { 
    color: #002e5b; 
    margin-top: 30px; 
    margin-bottom: 15px; 
    font-size: 20px; 
    border-bottom: 2px solid #002e5b; 
    padding-bottom: 8px; 
  }
  .fuji-product-container h3 { 
    color: #002e5b; 
    margin-top: 30px; 
    margin-bottom: 15px; 
    font-size: 18px; 
  }
  .fuji-product-container p { 
    font-size: 16px; 
    margin-bottom: 20px; 
  }
  .fuji-product-container .features-list { 
    list-style-type: square; 
    background: #f9f9f9; 
    padding: 20px 20px 20px 40px; 
    border-radius: 8px; 
    font-size: 16px; 
  }
  .fuji-product-container .features-list li { 
    margin-bottom: 10px; 
    font-weight: bold; 
  }
  .fuji-product-container .table-wrapper { 
    width: 100%; 
    overflow-x: auto; 
    margin-top: 20px; 
    margin-bottom: 30px; 
  }
  .fuji-product-container table { 
    width: 100%; 
    border-collapse: collapse; 
    min-width: 600px; 
  }
  .fuji-product-container table, 
  .fuji-product-container th, 
  .fuji-product-container td { 
    border: 1px solid #ddd; 
  }
  .fuji-product-container th, 
  .fuji-product-container td { 
    padding: 12px 15px; 
    text-align: left; 
    font-size: 16px;
  }
  .fuji-product-container th { 
    background-color: #002e5b; 
    color: white; 
  }
  .fuji-product-container tr:nth-child(even) { 
    background-color: #f2f2f2; 
  }
  .fuji-product-container img { 
    max-width: 100%; 
    height: auto; 
    border-radius: 8px; 
    margin: 20px auto; 
    display: block; 
  }
  .fuji-product-container .faq-section h3 { 
    cursor: pointer; 
    color: #d9534f; 
    margin-bottom: 5px; 
    border: none; 
    font-size: 18px; 
  }
  .fuji-product-container .faq-section p { 
    margin-top: 0; 
    padding-left: 15px; 
    border-left: 3px solid #d9534f; 
  }
  .fuji-product-container .cta-box { 
    background: #002e5b; 
    color: white; 
    padding: 30px; 
    text-align: center; 
    border-radius: 8px; 
    margin-top: 40px; 
  }
  .fuji-product-container .cta-box p { 
    color: #fff; 
    font-size: 16px;
  }
  .fuji-product-container .cta-box a { 
    color: #ffeb3b; 
    font-weight: bold; 
    text-decoration: none; 
    font-size: 16px; 
    border: 2px solid #ffeb3b; 
    padding: 10px 20px; 
    border-radius: 5px; 
    display: inline-block; 
    margin: 10px; 
    transition: all 0.3s ease; 
  }
  .fuji-product-container .cta-box a:hover { 
    background: #ffeb3b; 
    color: #002e5b; 
  }
  .fuji-product-container .video-wrapper {
    max-width: 80%; 
    margin: 20px auto;
  }
  .fuji-product-container .video-placeholder { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    width: 100%; 
    border-radius: 8px; 
  }
  .fuji-product-container .video-placeholder iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    border: none; 
  }
  .fuji-product-container .highlight-box { 
    background-color: #e8f4fd; 
    border-left: 5px solid #002e5b; 
    padding: 15px; 
    margin: 20px 0; 
    font-size: 16px;
  }
  @media (max-width: 600px) {
    .fuji-product-container { padding: 0 10px 10px 10px; }
    .fuji-product-container h2 { font-size: 18px; }
    .fuji-product-container .features-list { padding: 15px 15px 15px 30px; }
    .fuji-product-container .video-wrapper { max-width: 100%; }
  }
