.blog-content table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}
.blog-content th,
.blog-content td {
    padding: .5rem;
    border: 1px solid #dee2e6;
}
.blog-content th {
    background: #f8f9fa;
    font-weight: 600;
}
.blog-content pre {
    background: #f4f4f4;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
}
.blog-content code {
    background: #f4f4f4;
    padding: .15em .3em;
    border-radius: 3px;
    font-size: .875em;
}
.blog-content pre code {
    background: none;
    padding: 0;
}
.blog-content img {
    max-width: 100%;
    height: auto;
}
