.Content {
    font-size: 0.9rem;
}

.Content a {
  color: var(--color-turquoise);
}

.MailToLink {
  font-weight: bold;
}

.RavelryLink {
  height: 1.5rem;
  vertical-align: bottom;
}

.TestKnitImages {
  display: flex;
  flex-direction: column;
}

.TestKnitImages:last-of-type {
  padding-bottom: var(--space);
}

.PatternImg {
  flex-basis: 100%;
  height: auto;
  padding: 0.2rem 0;
  width: 100%;
}

ol {
  padding-right: 40px;
}

@media screen and (min-width: 600px) {
  .TestKnitImages {
    flex-direction: row;
  }

  .PatternImg {
    flex-basis: 32%;
    height: auto;
    padding: 0 0.2rem;
    width: 32%;
  }
}

@media screen and (min-width: 1200px) {
  ol {
    column-count: 2;
  }

  ol > li {
    margin: 0 var(--space);
  }
}
