/* Readable inline links for the leave and benefits guides. */
.static-content p a,
.static-content li a,
.static-content .source-line a {
  color: #93c5fd;
  text-decoration: underline;
  text-underline-offset: .16em;
  overflow-wrap: anywhere;
}
[data-theme="light"] .static-content p a,
[data-theme="light"] .static-content li a,
[data-theme="light"] .static-content .source-line a {
  color: #1d4ed8;
}
.static-content a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
  border-radius: 2px;
}
.table-scroll caption {
  color: var(--text);
  text-align: left;
  font-weight: 600;
  padding-bottom: .65rem;
}
