     .fuji-details-container {         display: flex;         flex-direction: column;         gap: 16px;         margin: 5px 0;         font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;         font-size: 16px !important;         line-height: 1.4;         text-align: right;         background: transparent;     }     .fuji-section-title {         color: #004d99 !important;         font-size: 18px !important;         font-weight: 600 !important;         margin: 0 0 8px 0;         padding: 0;     }     .fuji-feature-list {         list-style: none !important;         padding: 0 !important;         margin: 0 !important;     }     .fuji-feature-list li {         position: relative;         padding-right: 24px;         padding-left: 0;         margin-bottom: 8px;         line-height: 1.4;     }     .fuji-feature-list li:last-child {         margin-bottom: 0;     }     .fuji-feature-list li::before {         content: "✔";         color: #004d99;         position: absolute;         right: 0;         left: auto;         top: 2px;         font-size: 13px;         font-weight: 900 !important;     }     .fuji-bold-term {         font-weight: 700 !important;         color: #1a1a1a !important;     }     .fuji-normal-text {         font-weight: 400 !important;         color: #333333 !important;     } 