/* Expertis Law Docs Table — v1.1.2 */
.expertis-law-docs__table { width:100%; border-collapse:collapse; }
.expertis-law-docs__head th { text-align:left; border-bottom:2px solid #e5e7eb; padding:.75rem; }
.expertis-law-docs__cell { vertical-align:top; border-bottom:1px solid #f0f2f5; padding:.75rem; }
.expertis-law-docs__link { text-decoration:none; }
.expertis-law-docs__link:hover { text-decoration:underline; }
.expertis-law-docs__meta-item { margin:.15rem 0; }
@media (max-width: 768px) {
  .expertis-law-docs__head { display:none; }
  .expertis-law-docs__row { display:block; border-bottom:1px solid #e5e7eb; }
  .expertis-law-docs__cell--title { font-weight:600; }
  .expertis-law-docs__cell--meta { display:block; padding-top:.25rem; }
}
