.b_factRowContainer{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;align-self:stretch;gap:var(--acf-spacing-2xs);width:648px;height:88px;margin-left:-20px;box-sizing:border-box;border-radius:var(--acf-radius-l);overflow:hidden;margin-bottom:var(--acf-spacing-2xs)}a.b_factRowContainer{text-decoration:none}.b_factRowItem{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;overflow:hidden;text-overflow:ellipsis;gap:var(--acf-spacing-3xs);padding:var(--acf-spacing-s) var(--acf-spacing-l);position:relative;flex:1;background-color:var(--acf-color-back-accent-primary)}.b_factrowKey{font-weight:700;font-size:14px;line-height:1.57em;flex-shrink:0;width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--acf-color-fore-neutral-primary)}.b_factrowValue{font-weight:400;font-size:13px;line-height:1.54em;width:100%;color:var(--acf-color-fore-on-accent-alt-primary);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-align:left}.b_factRowItem{transition:box-shadow 300ms cubic-bezier(.3,0,.3,1)}.b_factRowItem:hover{background-color:var(--acf-color-back-accent-secondary);box-shadow:0 6.4px 14.4px 0 rgba(0,0,0,.13),0 1.2px 3.6px 0 rgba(0,0,0,.1)}