/* Custom styles for markdown content */
.float-right {
  float: right;
  margin: 0 0 1em 2em;
  max-width: 250px;
}

.float-right img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Clearfix for floated elements */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
