
/* Reusing general styles */
.fuji-content-wrapper { font-family: 'Verdana', 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 100%; overflow-x: hidden; }
.fuji-h2 { font-size: 22px; font-weight: bold; margin-bottom: 20px; color: #006400; border-bottom: 3px solid #006400; padding-bottom: 10px; }
.fuji-h3 { font-size: 20px; font-weight: bold; margin-top: 30px; margin-bottom: 20px; color: #006400; }
.fuji-p { font-size: 16px; margin-bottom: 20px; }
.fuji-img-box { text-align: center; margin-bottom: 35px; }
.fuji-img { display: block; margin: 0 auto; max-width: 600px; width: 100%; height: auto; box-shadow: 0 4px 10px rgba(0,0,0,0.1); border-radius: 4px; }
.fuji-caption { font-size: 13px; color: #666; margin-top: 8px; }
.fuji-feature-item { margin-bottom: 20px; }
.fuji-feature-title { font-size: 17px; color: #000; display: block; margin-bottom: 8px; font-weight: bold; }
.fuji-data-box { background-color: #f0f8f0; padding: 10px; border-left: 5px solid #006400; }
.fuji-table-wrap { overflow-x: auto; margin-bottom: 35px; border: 1px solid #e0e0e0; border-radius: 4px; }
.fuji-table { width: 100%; border-collapse: collapse; font-size: 15px; text-align: left; min-width: 700px; }
.fuji-table th { background-color: #006400; color: #ffffff; padding: 12px; }
.fuji-table td { padding: 12px; border-bottom: 1px solid #eee; }
.fuji-pro-tip { background-color: #fcfcfc; border: 1px solid #ddd; padding: 15px; border-radius: 4px; margin-bottom: 30px; }
.fuji-faq-box { background-color: #f9f9f9; padding: 25px; border-radius: 8px; margin-bottom: 35px; border-left: 5px solid #006400; }
.fuji-btn-primary { display: inline-block; background-color: #006400; color: #ffffff !important; padding: 14px 28px; text-decoration: none; border-radius: 4px; font-size: 16px; font-weight: bold; transition: background-color 0.3s; margin: 5px; }
.fuji-btn-secondary { display: inline-block; background-color: #333; color: #ffffff !important; padding: 14px 28px; text-decoration: none; border-radius: 4px; font-size: 16px; font-weight: bold; transition: background-color 0.3s; margin: 5px; }
