.platform-instructions h3 {
  margin-top: 0;
}

.padded-image {
    padding: 1em;
    border: none;
    outline: none;
}

/* Default image styles for block images */
img {
    max-width: 100%;
    height: auto;
    display: block; /* Ensures images are treated as block elements */
    margin: 0 auto; /* Centers the image horizontally */
}

/* Inline images for small icons */
.inline-img {
    display: inline;
    max-width: none; /* Allow images to retain their natural size unless otherwise specified */
    vertical-align: middle; /* Align with text vertically */
}

/*
 * Updated Callout Styles
 */

/* Base style for all our new callouts */
blockquote.callout {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
}

blockquote.callout-mac {
  border-left: 0.3rem solid #d73a49;
}

blockquote.callout-win {
  border-left: 0.3rem solid #0366d6;
}

blockquote.callout-mac strong {
  color: #cb2431;
}

blockquote.callout-win strong {
  color: #0366d6;
}

blockquote.callout-warn {
  border-left: 0.3rem solid #8a63d2;
}

blockquote.callout-warn strong {
  color: #8a63d2;
}

blockquote.callout-note {
  border-left: 0.3rem solid #2ea44f;  /* GitHub's "success" green */
}

blockquote.callout-note strong {
  color: #2ea44f;
}
