.table__row{grid-template-columns:var(--table-template-columns,repeat(var(--table-columns), 1fr));padding-right:var(--spacing-xl);padding-left:var(--spacing-xl);background-color:var(--white);align-items:center;transition:background-color .2s;display:grid;position:relative}.table__head>.table__row{min-height:60px}.table__body>.table__row{min-height:var(--table-cell-min-height)}.table__foot>.table__row{display:flex}.table__row:has(.table__cell--main-link):hover:not(:has(.table__cell--relative:hover)){background-color:var(--gray-50)}.table__row:has(.table__cell--main-link):active:not(:has(.table__cell--relative:hover)){background-color:var(--gray-100)}*+.table__row{border-top:1px solid var(--table-border-color)}
