:root {
  --hue: 214;
  --template-bg-light: #f0f4fb;
  --template-text-dark: #495057;
  --template-text-light: #ffffff;
  --template-link-color: var(--link-color);
  --template-special-color: #001b4c;
}
.icon-chevron-right::before { content: "›"; }
.static-function-notice {
  border-left: 0.35rem solid #a51f18;
  background: #f9fafb;
  margin: 1rem 0;
  padding: 1rem 1.25rem;
}
.static-unavailable {
  color: #6d757e;
  font-size: 0.9em;
}
