* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#search {
  border: 1px solid lightgrey;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  height: 40px;
}

#navbar {
  padding: 0 24px;
  border-bottom: 1px solid lightgrey;
  position: relative;
  height: 56px;
}

#navbar img {
  max-height: 28px;
  margin-top: 3px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.1em !important;
}

article {
  max-width: 680px; /* Optimizes readability by aiming for ~10–12 words per line */
  margin: 0 auto; /* Centers the article horizontally in its div */
}

article img {
  margin: 16px 0;
}

code,
kbd,
pre {
  font-family: 'IBM Plex Mono', 'SF Mono', Menlo, monospace !important;
}

code {
  background-color: rgba(0,0,0,0.06) !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  border: unset !important;
  font-weight: 500 !important;
}

pre {
  border-radius: 8px;
  padding: 12px 16px !important;
}

td:last-child {
  width: 70%;
}

ul, ol {
  padding-left: 18px;
}

/* Tables with wide content need to expand beyond the narrow content
   width, better experience than scrolling. Must be overflow and not
   overflow-x to override parent rule */
.wide-table-container > table {
  overflow: visible !important;
}

/* mailchimp newsletter signup form CSS overrides */

#mc_embed_signup form {
  padding: 0 !important;
}

#mce-EMAIL {
  margin-bottom: 10px !important;
}

/* End mailchimp newsletter overrides */
