#post_wrapper {
}

#post_wrapper h1,
#post_wrapper h2,
#post_wrapper h3,
#post_wrapper h4,
#post_wrapper h5,
#post_wrapper h6 {
  font-weight: 600;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #14532d;
}

#post_wrapper h1 {
  font-size: 2.25rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

#post_wrapper h2 {
  font-size: 1.875rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}

#post_wrapper h3 {
  font-size: 1.5rem;
}

#post_wrapper h4 {
  font-size: 1.25rem;
}

#post_wrapper h5,
#post_wrapper h6 {
  font-size: 1.125rem;
}

#post_wrapper > *:first-child {
  margin-top: 0;
}

#post_wrapper p {
  margin-bottom: 1.5rem;
  line-height: 1.75;
}

#post_wrapper a {
  color: #15803d;
  text-decoration: underline;
  transition: color 0.2s;
}

#post_wrapper a:hover {
  color: #166534;
}

#post_wrapper ul,
#post_wrapper ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

#post_wrapper ul {
  list-style-type: disc;
}

#post_wrapper ol {
  list-style-type: decimal;
}

#post_wrapper li {
  margin-bottom: 0.5rem;
  line-height: 1.75;
}

#post_wrapper ul ul,
#post_wrapper ol ul {
  list-style-type: circle;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#post_wrapper ol ol,
#post_wrapper ul ol {
  list-style-type: lower-alpha;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#post_wrapper blockquote {
  border-left: 4px solid #92400e;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
  color: #57534e;
  background-color: #fef3c7;
  border-radius: 0.25rem;
}

#post_wrapper blockquote p {
  margin-bottom: 0.5rem;
}

#post_wrapper blockquote p:last-child {
  margin-bottom: 0;
}

#post_wrapper code {
  background-color: #f5f5f4;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-family: 'Courier New', Courier, monospace;
  color: #78350f;
}

#post_wrapper pre {
  background-color: #292524;
  color: #fafaf9;
  padding: 1.5rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

#post_wrapper pre code {
  background-color: transparent;
  padding: 0;
  color: inherit;
  font-size: 0.875rem;
}

#post_wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

#post_wrapper figure {
  margin-bottom: 1.5rem;
}

#post_wrapper figure img {
  margin-bottom: 0.5rem;
}

#post_wrapper figcaption {
  text-align: center;
  font-size: 0.875rem;
  color: #78716c;
  font-style: italic;
}

#post_wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

#post_wrapper thead {
  background-color: #166534;
  color: white;
}

#post_wrapper th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #15803d;
}

#post_wrapper td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e7e5e4;
}

#post_wrapper tbody tr:nth-child(even) {
  background-color: #fafaf9;
}

#post_wrapper tbody tr:hover {
  background-color: #f5f5f4;
}

#post_wrapper hr {
  border: none;
  height: 1px;
  background: linear-gradient(to right, #15803d, #166534);
  margin: 2rem 0;
  border-radius: 9999px;
}

#post_wrapper strong {
  font-weight: 700;
  color: #292524;
}

#post_wrapper em {
  font-style: italic;
}

@media (max-width: 640px) {
  #post_wrapper h1 {
    font-size: 1.875rem;
  }
  
  #post_wrapper h2 {
    font-size: 1.5rem;
  }
  
  #post_wrapper h3 {
    font-size: 1.25rem;
  }
  
  #post_wrapper pre {
    padding: 1rem;
  }
  
  #post_wrapper table {
    font-size: 0.875rem;
  }
  
  #post_wrapper th,
  #post_wrapper td {
    padding: 0.5rem 0.75rem;
  }
}
