.wysiwyg-content {
    word-break: break-word;
}

.wysiwyg-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
}

.wysiwyg-content iframe,
.wysiwyg-content table,
.wysiwyg-content video {
    max-width: 100%;
}

.wysiwyg-content table {
    width: 100%;
}

.wysiwyg-content p:last-child,
.wysiwyg-content ul:last-child,
.wysiwyg-content ol:last-child {
    margin-bottom: 0;
}

.wysiwyg-excerpt {
    color: inherit;
}

