#post-content * {
  color: rgb(55, 65, 81);
}

#post-content
	:not(a, strong, em, del, span, input, code) {
	margin-top: 1rem;
}

#post-content h1 {
  color: rgb(0, 0, 0);
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1.5em;
}

#post-content h2 {
  color:rgb(0, 0, 0);
  font-size: 2.1875rem;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 1.5em;
}

#post-content h3 {
  color: rgb(17 24 39 / var(--tw-text-opacity));
  font-size: 1.8125rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1.5em;
}

#post-content h4 {
  color: rgb(17 24 39 / var(--tw-text-opacity));
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1.5em;
}

#post-content h5 {
  color: rgb(17 24 39 / var(--tw-text-opacity));
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1.5em;
}

#post-content h6 {
  color: rgb(17 24 39 / var(--tw-text-opacity));
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1.5em;
}

#post-content p {
  color: rgb(55, 65, 81);
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

#post-content figure {
  margin-bottom: 1.5em;
  text-align: center;
}

#post-content figure img {
  max-width: 700px;
  height: auto;

}

/* Style for the blockquote */
#post-content blockquote {
  border-left: 1px solid #ccc;
  margin: 1em 0;
  padding-left: 1em;
  color: #666;
  font-style: italic;
}

/* Style for the heading within blockquote */
#post-content blockquote h3 {
  color: #333;
  font-weight: bold;
}

/* Style for the code block */
#post-content div.sourceCode {
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: 0.5em;
  overflow-x: auto; /* In case the code overflows */
}

/* Style for the line numbers */
#post-content span[id^="cb1-"] a::before {
  content: attr(href) " ";
  color: #999;
  text-decoration: none;
}

/* Style for the code */
#post-content pre.sourceCode {
  margin: 0;
}

/* Style for the keywords in the code */
#post-content span.kw {
  color: #d73a49; /* Example color for keywords */
  font-weight: bold;
}

/* Style for the function names in the code */
#post-content span.fu {
  color: #6f42c1; /* Example color for function names */
}

/* Style for the built-in objects in the code */
#post-content span.bu {
  color: #005cc5; /* Example color for built-in objects */
}

/* Style for the operators in the code */
#post-content span.op {
  color: #d73a49; /* Example color for operators */
}

/* Style for the strings in the code */
#post-content span.st {
  color: #032f62; /* Example color for strings */
}

#post-content .astro-code {
  border-radius: 3px; /* Rounded corners */
  padding: 0.6em 1em; /* Padding around the text */
}

#post-content ol {
  padding-left: 2rem; /* Adjust the left padding to position the numbers */
  color: #333;        /* Text color for the list items */
  list-style-type: decimal; /* 'decimal' is default, but you can change it (e.g., 'lower-roman', 'upper-alpha') */
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

#post-content ol li {
  margin-bottom: 0.5rem; /* Space between list items */
}

#post-content ol li p {
  margin-bottom: 0;
  margin-top: 0;
}

#post-content iframe {
  max-width: 100%;
}

/* Style for unordered lists */
#post-content ul {
  padding-left: 2rem; /* Adjust the left padding to position the bullets */
  color: #333;        /* Text color for the list items */
  list-style-type: disc; /* 'disc' is default, but you can change it (e.g., 'circle', 'square') */
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

#post-content ul li {
  margin-bottom: 0.5rem; /* Space between list items */
}

#post-content table {
	display: block;
	overflow: auto;
	border-collapse: collapse;

}

#post-content tr:nth-child(2n) {
	background-color: #f6f7f9;
}

#post-content :is(th, td) {
	border: 1px solid #edeef3;
	padding: 0.375rem 0.8125rem;
}

@media (max-width: 768px) {
  #post-content h1 {
    font-size: 2.488rem;
  }

  #post-content h2 {
    font-size: 1.953rem;
  }

  #post-content h3 {
    font-size: 1.563rem;
  }

  #post-content h4 {
    font-size: 1.25rem;
  }

  #post-content h5 {
    font-size: 1rem;
  }

  #post-content h6 {
    font-size: 0.8rem;
  }
}
