.table{display:grid}.table tr{display:grid;grid-template-columns:1fr 3fr 1fr;align-items:center;gap:1rem;padding:.5rem .75rem;border-radius:.25rem}.table tr td:last-child,.table tr th:last-child{text-align:right}.table tr th{font-size:.875rem;color:#666}.table tr td:first-child{font-weight:700}.table tr td:last-child{display:flex;justify-content:flex-end}.table tr td a:hover{color:#035ad3;text-decoration:underline}.table tr td .link-doc{width:1.5rem;height:1.5rem}.table tbody tr{position:relative;transition:all .15s ease-in}.table tbody tr:nth-child(odd){background-color:#f5f5f5}.table tbody tr:hover{background-color:transparent;box-shadow:0 .25rem 1.25rem #035ad333;z-index:1}.table-horizontal{display:flex;flex-direction:column}.table-horizontal tr{display:grid;grid-template-columns:1fr 2fr;gap:1rem;padding:.5rem .75rem}.table-horizontal tr:nth-child(odd){background-color:#f5f5f5}.table-horizontal tr th{font-weight:700;color:#262626}.table-horizontal tr td{color:#666}