/* This file is reserved for overriding and extending the template styles. */
.ql-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.ql-editor table.editor-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
}

.ql-editor table.editor-table th,
.ql-editor table.editor-table td {
    border: 1px solid #ccc;
    padding: 6px;
    vertical-align: top;
}