
.editor-content h2{
    font-size: 1.875rem;
}

.editor-content h3 {
    font-size: 1.5rem;
}

.editor-content h4 {
    font-size: 1.25rem;
}

.editor-content ul {
    list-style-type: disc;
    padding-left: 2.5rem;
}

.editor-content ul li {
    line-height: 1.6;
}

.editor-content ol {
    list-style-type: decimal;
    padding-left: 2.5rem;
}

.editor-content ol li {
  line-height: 1.6;       /* Độ cao dòng để dễ đọc */
}

.editor-content .responsive-object{
    position: relative;
}

.editor-content iframe {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    width: 100%;
    aspect-ratio: 16/9;
    top: 0;
    left: 0;
    height: 100%;
}

.editor-content .richtext-image.left{
    float: left;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.editor-content .richtext-image.right {
    float: right;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}

.editor-content .richtext-image.full-width {
    display: block;
    width: 100%;
}

.editor-content::after{
    content: "";
    display: table;
    clear: both;
}