 .ckeditor-content body {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
        font-size: 1rem !important;
        line-height: 1.7 !important;
        padding: 2rem !important;
        color: inherit !important;
    }

    /* Headings */
    .ckeditor-content h1,
    .ckeditor-content h2,
    .ckeditor-content h3,
    .ckeditor-content h4,
    .ckeditor-content h5,
    .ckeditor-content h6 {
        font-weight: 700 !important;
        margin-top: 2rem !important;
        margin-bottom: 1rem !important;
        line-height: 1.3 !important;
    }

    .ckeditor-content h1 { font-size: 2.5rem !important; }
    .ckeditor-content h2 { font-size: 2rem !important; }
    .ckeditor-content h3 { font-size: 1.7rem !important; }
    .ckeditor-content h4 { font-size: 1.4rem !important; }
    .ckeditor-content h5 { font-size: 1.2rem !important; }
    .ckeditor-content h6 { font-size: 1rem !important; }

    /* Paragraphs */
    .ckeditor-content p {
        margin-bottom: 1.5rem !important;
        font-size: 1.5rem !important;
    }

    /* Lists */
    .ckeditor-content ul,
    .ckeditor-content ol {
        margin: 1rem 0 1rem 2rem !important;
    }
    .ckeditor-content li {
        margin-bottom: 0.5rem !important;
        list-style: disc !important;
    }

    /* Images */
    .ckeditor-content img {
        max-width: 100% !important;
        height: auto !important;
        margin: 1rem 0 !important;
    }

    /* Tables */
    .ckeditor-content table {
        width: 100% !important;
        border-collapse: collapse !important;
        margin-bottom: 1.5rem !important;
    }
    .ckeditor-content table th,
    .ckeditor-content table td {
        padding: 0.75rem !important;
        border: 1px solid #ccc !important;
    }

    /* Blockquotes */
    .ckeditor-content blockquote {
        margin: 1.5rem 0 !important;
        padding-left: 1rem !important;
        border-left: 4px solid #ccc !important;
        font-style: italic !important;
    }

    /* Code blocks */
    .ckeditor-content pre,
    .ckeditor-content code {
        font-family: 'Courier New', monospace !important;
        font-size: 0.95rem !important;
        background: #f4f4f4 !important;
        padding: 0.5rem !important;
        display: block !important;
        overflow-x: auto !important;
    }

    .ckeditor-content a{
        color: rgb(36, 49, 162) !important;
        font-weight: 500;
    }

    /* Media Queries for responsive typography */
    @media (max-width: 768px) {
        .ckeditor-content h1 { font-size: 1.8rem !important; }
        .ckeditor-content h2 { font-size: 1.6rem !important; }
        .ckeditor-content h3 { font-size: 1.4rem !important; }
        .ckeditor-content h4 { font-size: 1.2rem !important; }
        .ckeditor-content h5 { font-size: 1.05rem !important; }
        .ckeditor-content h6 { font-size: 0.95rem !important; }
        .ckeditor-content body {
            padding: 1rem !important;
            font-size: 0.95rem !important;
        }
    }
