﻿

/* Headings */
.ck-editor h1 {
    font-size: 1.9rem;
    font-weight: 800;
    margin: 2rem 0 1rem;
    padding-right: 12px;
    /*border-right: 4px solid #2563eb;*/
}

.ck-editor h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 1.8rem 0 1rem;
    padding-right: 10px;
    /*border-right: 3px solid #3b82f6;*/
}

.ck-editor h3 {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
}

.ck-editor h4 {
    font-size: 1.15rem;
    font-weight: 600;
}

/* Paragraph */
.ck-editor p {
    margin: 0.75rem 0;
}

/* Links */
.ck-editor a {
    color: #2563eb;
    text-decoration: none;
    border-bottom: 1px dashed #93c5fd;
}

    .ck-editor a:hover {
        color: #1e40af;
        border-bottom-style: solid;
    }

/* Lists */
.ck-editor ul,
.ck-editor ol {
    padding-right: 1.5rem;
    margin: 1rem 0;
}

.ck-editor ul {
    list-style: disc;
}

.ck-editor ol {
    list-style: arabic-indic;
}

.ck-editor li {
    margin: 0.4rem 0;
}

/* Blockquote */
.ck-editor blockquote {
    border-right: 4px solid #e5e7eb;
    padding-right: 1rem;
    color: #374151;
    background: #f9fafb;
    margin: 1.5rem 0;
}

/* Tables */
.ck-editor table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.ck-editor th,
.ck-editor td {
    border: 1px solid #e5e7eb;
    padding: 8px 10px;
}

.ck-editor th {
    background: #f3f4f6;
    font-weight: 600;
}
