/* ===== BLOG & POST STYLES ===== */

.post,
.blog {
  .post-content {
    img {
      max-width: 80%;
      height: auto;
      margin: 0.75rem 0;
    }

    blockquote {
      border-left: 3px solid #0066cc;
      padding-left: 0.75rem;
      margin: 0.75rem 0;
      font-style: italic;
      color: #444;
      font-size: 0.85rem;
    }

    code {
      font-family: Consolas, monospace;
      background-color: #e6e6e6;
      padding: 0.1rem 0.3rem;
      border-radius: 2px;
      font-size: 0.85rem;
    }
  }
}
