/* Self-hosted PHP templates add a few no-library icon and form variants. */
.feature-top b { font-size: 1rem; letter-spacing: .02em; }
.edition-icon { font-weight: 900; }
.search-symbol { color: var(--green); font-size: 1.65rem; line-height: 1; }
.info-callout { align-items: center; }
.timeline-marker { font-size: .68rem; font-weight: 900; }
.contact-aside > p { margin: 22px 0; }
.admin-item > form { margin: 0; }
.admin-form input[type="date"] { color-scheme: light; }
.op-alert { align-items: flex-start; }
.op-alert strong { white-space: nowrap; }
.runbook-grid article > b { color: var(--green); }
.not-found { text-align: center; }

@media (max-width: 640px) {
  .op-alert { display: block; }
  .op-alert strong { display: block; margin-bottom: 5px; }
}
