.feature-tabs{flex-direction:column;gap:5px;margin-top:15px;display:flex}.feature-tabs .feature-row{background:var(--white);border:1px solid var(--border);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;width:100%;height:40px;padding-right:13px;display:flex}.feature-tabs .feature-row .row-img{border-right:1px solid var(--border);width:36px;height:100%;padding:6px}.feature-tabs .feature-row .row-img img{object-fit:contain;width:100%;height:100%}.feature-tabs .feature-row .tabs-title{text-align:left;flex:1;font-size:15px;font-weight:500}.feature-tabs .feature-row:hover{background:var(--body-color)}.feature-tabs .feature-row .arrow{font-size:20px;font-weight:600}.sidebar-overlay{z-index:99;background:#0006;position:fixed;top:0;bottom:0;left:0;right:0}.sidebar{background:var(--white);border-left:1px solid var(--border);z-index:100;width:420px;max-width:100%;height:100vh;padding:24px;transition:right .3s;position:fixed;top:0;right:-420px}.sidebar.open{right:0}.sidebar .sidebar-close{cursor:pointer;background:0 0;border:none;font-size:28px;position:absolute;top:14px;right:14px}.sidebar .sidebar-content h3{margin-bottom:12px}.sidebar .sidebar-content p{line-height:1.6}
