/* Оформление тела статей блога: Bootstrap не стилизует голые table/blockquote */
.content table {
    width: 100%;
    margin: 1.5rem 0;
    border-collapse: collapse;
}

.content table th,
.content table td {
    padding: .6rem .75rem;
    border: 1px solid #dee2e6;
    text-align: left;
    vertical-align: top;
}

.content table th {
    background: #f8f9fa;
    font-weight: 700;
}

.content table p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .content table {
        display: block;
        overflow-x: auto;
    }
}

.content blockquote {
    margin: 1.5rem 0;
    padding: .75rem 1.25rem;
    border-left: 4px solid #0d6efd;
    background: #f8f9fa;
}

.content blockquote p:last-child {
    margin-bottom: 0;
}
