/* Short Links tool. The shell comes from the TOOL PAGE TEMPLATE block in
   styles.css; only what is specific to this page lives here. */

.sl-heading {
  margin: 20px 0 4px;
  font-size: 1.05rem;
}

.sl-result-input,
.sl-short {
  font-family: var(--font-mono);
}

.sl-short {
  color: var(--site-accent);
}

.sl-target {
  font-size: 13px;
  overflow-wrap: anywhere;
}

.sl-target a {
  color: inherit;
}

.sl-about ul {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 14px;
}

.sl-about li + li {
  margin-top: 4px;
}
