.post-content img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
    border-radius: 0.75rem;
}

@media (min-width: 768px) {
    .post-content {
        font-size: 1.1rem;
    }
}

.post-content pre {
    border: 1pt solid var(--bs-border-color);
    border-radius: 0.5rem;
    overflow-x: auto;
    box-shadow: .2rem .2rem 1rem rgba(0, 0, 0, 0.15)
}

.post-conent pre code {
    padding: 1rem;
}

.post-content blockquote {
    border-left: 4px solid var(--bs-secondary);
    padding-left: 1rem;
    margin-left: 0;
}

.post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

.post-content th, td {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.5rem;
}

.post-content th {
    background-color: rgba(13, 110, 253, 0.2);
}
