.blog-content {
  color: rgb(17 24 39);
  line-height: 1.7;
  font-size: 1.05rem;
}

.blog-content h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.blog-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.blog-content p {
  margin: 0.75rem 0;
  color: rgb(31 41 55);
}

.blog-content a {
  color: rgb(79 70 229);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.blog-content ul,
.blog-content ol {
  margin: 0.75rem 0 0.75rem 1.25rem;
}

.blog-content ul {
  list-style: disc;
}

.blog-content ol {
  list-style: decimal;
}

.blog-content li {
  margin: 0.25rem 0;
}

.blog-content blockquote {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  border-left: 4px solid rgb(199 210 254);
  background: rgb(238 242 255);
  color: rgb(31 41 55);
}

.blog-content pre {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  background: rgb(17 24 39);
  color: rgb(243 244 246);
  overflow-x: auto;
  border-radius: 0.75rem;
  font-size: 0.95rem;
}

.blog-content code {
  background: rgb(243 244 246);
  color: rgb(17 24 39);
  padding: 0.1rem 0.3rem;
  border-radius: 0.375rem;
  font-size: 0.95em;
}

.blog-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
  border-radius: 0;
}

.blog-content table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.blog-content th,
.blog-content td {
  border: 1px solid rgb(229 231 235);
  padding: 0.5rem 0.75rem;
  vertical-align: top;
}

.blog-content th {
  background: rgb(249 250 251);
  font-weight: 700;
}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

/* Prevent layout shift from scrollbar appearing/disappearing between pages */
html {
  overflow-y: scroll;
}
