/* docs.jjk.engineer — Custom Overrides */

/* Tighten up the reading width */
.content {
  max-width: 50rem;
}

/* ADR status badges */
.adr-status {
  display: inline-block;
  padding: 0.15em 0.5em;
  border-radius: 3px;
  font-size: 0.85em;
  font-weight: 600;
}

.adr-status-accepted {
  background-color: #d4edda;
  color: #155724;
}

.adr-status-superseded {
  background-color: #fff3cd;
  color: #856404;
}

.adr-status-amended {
  background-color: #cce5ff;
  color: #004085;
}

.adr-status-proposed {
  background-color: #e2e3e5;
  color: #383d41;
}
