.ck-content {
    font-size: 15px;
    line-height: 1.5;
    /* word-break: break-word; */
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Headings Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
    font-weight: 700;
    line-height: 1.35;
    margin-top: 12px;
    margin-bottom: 8px;
}

.ck-content h1 {
    font-size: 32px;
}

.ck-content h2 {
    font-size: 22px;
    /* border-bottom: 2px solid #e2e8f0; */
    padding-bottom: 8px;
    color: var(--bv-primary);
}

.ck-content h3 {
    font-size: 18px;
    color: var(--bv-primary);
}

.ck-content h4 {
    font-size: 16px;
}

.ck-content h5,
.ck-content h6 {
    font-size: 14px;
    color: #4a5568;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Paragraph Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content p {
    margin: 0 0 12px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Links Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.ck-content a:hover {
    color: #000;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Strong / Em Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content strong {
    font-weight: 700;
    /* color: #1a1a1a; */
}

.ck-content em {
    font-style: italic;
    color: #FFF;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Unordered & Ordered Lists Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content ul,
.ck-content ol {
    padding-left: 26px;
    margin: 0 0 15px 10px;
}

.ck-content ul {
    list-style: none;
    padding-left: 0;
}

.ck-content ul li {
    position: relative;
    padding-left: 15px !important;
    margin-bottom: 7px !important;
}

.ck-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: currentColor;
    border-radius: 50%;
}

.ck-content ol {
    list-style: decimal;
}

.ck-content ol li {
    margin-bottom: 7px;
    padding-left: 5px;
}

.ck-content li>ul,
.ck-content li>ol {
    margin-top: 6px;
    margin-bottom: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Blockquote Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content blockquote {
    margin: 20px 0;
    padding: 0px 0 0px 15px;
    border-left: 4px solid var(--bv-primary);
    background-color: transparent;
    border-radius: 0 8px 8px 0;
    /* color: #fff; */
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
}

.ck-content blockquote p {
    margin: 0;
}

.ck-content blockquote h2,
.ck-content blockquote h3,
.ck-content blockquote p {
    padding: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ HÃƒÂ¬nh Ã¡ÂºÂ£nh Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 10px auto;
}

.ck-content figure.image {
    margin: 29px auto;
    text-align: center;
}

.ck-content figure.image figcaption {
    font-size: 13px;
    color: #718096;
    margin-top: 8px;
    font-style: italic;
    text-align: center;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Table Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content .table {
    overflow-x: auto;
    margin: 29px 0;
    -webkit-overflow-scrolling: touch;
}

.ck-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
    margin-bottom: 10px;
}

.ck-content table th,
.ck-content table td {
    border: 1px solid #e2e8f0;
    padding: 10px 14px;
    text-align: left;
    vertical-align: top;
}

.ck-content table th {
    background-color: #000;
    color: #ffffff;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: 0.02em;
}

.ck-content table tr:nth-child(even) td {
    background-color: #f8fafc;
}

.ck-content table tr:hover td {
    background-color: #e8f4f6;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Code & Pre Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content code {
    font-family: 'Fira Code', 'Courier New', monospace;
    font-size: 13.5px;
    background-color: #f1f5f9;
    color: #c53030;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

.ck-content pre {
    background-color: #1e293b;
    color: #e2e8f0;
    padding: 18px 20px;
    border-radius: 10px;
    overflow-x: auto;
    font-size: 13.5px;
    line-height: 1.7;
    margin: 26px 0;
}

.ck-content pre code {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font-size: inherit;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Horizontal Rule Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content hr {
    border: none;
    border-top: 2px solid #e2e8f0;
    margin: 32px 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Media (video embed, iframe) Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content .media,
.ck-content .raw-html-embed {
    margin: 29px 0;
}

.ck-content iframe {
    max-width: 100%;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Responsive Mobile Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 768px) {
    .ck-content {
        font-size: 15px;
        line-height: 1.8;
    }

    .ck-content h1 {
        font-size: 25px;
    }

    .ck-content h2 {
        font-size: 20px;
    }

    .ck-content h3 {
        font-size: 16px;
    }

    /* .ck-content blockquote {
        padding: 12px 16px 12px 18px;
        font-size: 15px;
    } */

    .ck-content table th,
    .ck-content table td {
        padding: 8px 10px;
        font-size: 13px;
    }

    .ck-content pre {
        font-size: 12.5px;
        padding: 14px 16px;
    }
}
