.ck__editor h1 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 1.1em 0 0.6em;
    line-height: 1.3;
}

.ck__editor h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1em 0 0.5em;
}

.ck__editor h3 {
    font-size: 1.35rem;
    font-weight: 500;
    margin: 0.9em 0 0.5em;
}

.ck__editor h4 {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0.8em 0 0.4em;
}

.ck__editor h5 {
    font-size: 1.05rem;
    font-weight: 500;
    margin: 0.7em 0 0.3em;
}

.ck__editor h6 {
    font-size: 0.95rem;
    font-weight: 500;
    margin: 0.6em 0 0.3em;
}

.ck__editor p {
    margin-bottom: 18px;
}
.ck__editor em {
    font-style: italic;
}
.ck__editor small {
    font-size: 0.875rem;
}
.ck__editor ol,
.ck__editor ul {
    margin: 1em 0 1em 1.5em;
    padding: 0;
}
.ck__editor li {
    margin-bottom: 0.4em;
}
.ck__editor a {
    text-decoration: underline;
    transition: color 0.2s ease;
}
.ck__editor a:hover {
    text-decoration: none;
}
.ck__editor blockquote {
    border-left: 4px solid #006e2a;
    padding-left: 1rem;
    font-style: italic;
    margin: 1.2em 0;
}
.ck__editor img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    margin: 1em auto;
}
.ck__editor table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.2em 0;
}
.ck__editor td,
.ck__editor th {
    border: 1px solid #ddd;
    padding: 8px;
}
.ck__editor th {
    font-weight: 600;
}
.ck__editor pre {
    border-radius: 6px;
    padding: 0.75rem 1rem;
    font-family: "Fira Code", monospace;
    font-size: 0.95rem;
    overflow-x: auto;
    margin: 1em 0;
}
.ck__editor code {
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-size: 0.9rem;
}
.ck__editor hr {
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 1.5em 0;
}
@media (max-width: 768px) {
    .ck__editor {
        font-size: 15px;
        padding: 0.8rem;
    }
    .ck__editor h1 {
        font-size: 1.6rem;
    }
    .ck__editor h2 {
        font-size: 1.4rem;
    }
    .ck__editor h3 {
        font-size: 1.25rem;
    }
    .ck__editor table {
        font-size: 14px;
        display: block;
        overflow-x: auto;
    }
    .ck__editor blockquote {
        padding-left: 0.75rem;
    }
    .ck__editor p{
        font-size: 16px;
    }
}
