     /* Infinity Funpark Product Sidebar - Scoped Styles */     .ifp-product-widget {         font-family: 'Arial', sans-serif;         background-color: #f0f7ff;         border-radius: 8px;         padding: 20px;         box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);         margin-bottom: 24px;         width: 100%;         box-sizing: border-box;     }     .ifp-features-section {         margin-bottom: 20px;         background-color: white;         border-radius: 6px;         padding: 16px;         border: 1px solid rgba(48, 160, 255, 0.2);         box-sizing: border-box;     }     .ifp-features-section h4 {         margin: 0 0 12px;         font-size: 16px;         color: #000000;         font-weight: 600;         display: flex;         align-items: center;     }     .ifp-features-section h4 span {         background: #30A0FF;         width: 24px;         height: 24px;         border-radius: 50%;         display: flex;         align-items: center;         justify-content: center;         margin-right: 8px;     }     .ifp-features-section h4 svg {         width: 14px;         height: 14px;         fill: none;         stroke: #fff;         stroke-width: 2;         stroke-linecap: round;         stroke-linejoin: round;     }     .ifp-features-section ul {         list-style-type: none;         padding: 0;         margin: 0;     }     .ifp-features-section li {         display: flex;         align-items: flex-start;         margin-bottom: 10px;     }     .ifp-features-section li:last-child {         margin-bottom: 0;     }     .ifp-features-section li svg {         min-width: 16px;         margin-right: 8px;         margin-top: 2px;         width: 16px;         height: 16px;         fill: none;         stroke: #30A0FF;         stroke-width: 2;         stroke-linecap: round;         stroke-linejoin: round;     }     .ifp-features-section li span {         font-size: 14px;         color: #444;     }     .ifp-cert-section h4 {         margin: 0 0 12px;         font-size: 16px;         color: #000000;         font-weight: 600;         border-left: 4px solid #30A0FF;         padding-left: 10px;         background-color: rgba(48, 160, 255, 0.08);         padding: 8px 10px;         box-sizing: border-box;     }     .ifp-cert-grid {         display: grid;         grid-template-columns: repeat(4, 1fr);         gap: 8px;     }     .ifp-cert-item {         background: white;         border-radius: 6px;         padding: 10px;         display: flex;         justify-content: center;         align-items: center;         border: 1px solid rgba(0,0,0,0.08);         height: 60px;         box-sizing: border-box;     }     .ifp-cert-item img {         max-width: 80%;         max-height: 40px;         object-fit: contain;     } 