[dir="ltr"] .md-header__title {
  margin-left: 0rem;
}

.md-typeset strong {
  background: linear-gradient(to right, #d4aa00 0%, #4d90cb 100%);
  /*background: linear-gradient(270deg, rgb(190, 146, 220) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%); */
  font-weight: bold;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.md-typeset h1 {
  margin: 0 0 0.5em;
}

.md-typeset [type="checkbox"]:checked + .task-list-indicator::before {
  background-color: #00b8d4;
}

article p > img,
article center > img {
  border-radius: 10px;
  width: auto;
  height: auto;
}

.wrapped {
  white-space: normal;
  word-wrap: break-word;
}

.turquoise {
  color: #00b8d4;
}

.no-bullets li {
  list-style-type: none;
}

blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-left: 1px solid #eee !important;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

.twitter-tweet iframe {
  color-scheme: light;
}

.bluesky-embed iframe {
  color-scheme: light;
}
