/* Blog detail — rich text (CKEditor) */
.discription {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.discription figure {
    max-width: 100%;
    margin: 0 0 1rem;
}

.discription iframe,
.discription video,
.discription embed {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
}

.discription table {
    width: 100% !important;
    max-width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.discription pre {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: pre-wrap;
    word-break: break-word;
}


@media (max-width: 991.98px) {
    .discription {
        font-size: 13px;
    }

    .discription h1 {
        font-size: 1.5rem;
    }

    .discription h2 {
        font-size: 1.25rem;
    }

    .discription h3 {
        font-size: 1.125rem;
    }
}

@media (max-width: 575.98px) {
    .discription {
        font-size: 12px;
        line-height: 1.75;
    }

    .discription h1 {
        font-size: 1.25rem;
    }

    .discription h2 {
        font-size: 1.125rem;
    }

    .discription h3,
    .discription h4 {
        font-size: 1rem;
    }

    .discription ul,
    .discription ol {
        padding-inline-start: 1.25rem;
    }

    .discription iframe,
    .discription video,
    .discription embed {
        min-height: 180px;
    }
}