.article-body pre,
.article-body pre[class*="language-"] {
  margin: 1.75rem 0 !important;
  padding: 1rem 1.25rem !important;
  overflow-x: auto;
  border: 1px solid #44403c;
  border-radius: 0.9rem;
  background: #1c1917 !important;
  color: #f5f5f4 !important;
  box-shadow: 0 10px 30px rgba(28, 25, 23, 0.08);
}

.article-body pre code,
.article-body pre[class*="language-"] code {
  background: transparent !important;
  color: inherit !important;
  padding: 0 !important;
  font-size: 0.9em !important;
  line-height: 1.7;
  text-shadow: none !important;
}

@media (max-width: 639px) {
  .article-body pre,
  .article-body pre[class*="language-"] {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
    padding: 0.9rem 1rem !important;
    border-radius: 0.75rem;
  }
}
