/* Headings (h1 to h6) inside #ck-editor-tag */
#ck-editor-tag h1 {
    font-size: 36px !important; 
    font-weight: 700;           
    line-height: 1.4;           
    color: #004080 !important; 
    margin-top: 0;
    margin-bottom: 1rem;
}

#ck-editor-tag h2 {
    font-size: 30px !important; 
    font-weight: 600;           
    line-height: 1.35;          
    color: #005fa3 !important; 
    margin-top: 0;
    margin-bottom: 0.75rem;     
}

#ck-editor-tag h3 {
    font-size: 24px !important; 
    font-weight: 600;           
    line-height: 1.3;           
    color: #005fa3 !important; 
    margin-top: 0;
    margin-bottom: 0.75rem;     
}

#ck-editor-tag h4 {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.2;
    color: #0070bb !important;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

#ck-editor-tag h5 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    color: #212529;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

#ck-editor-tag h6 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    color: #212529;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

/* Paragraphs inside #ck-editor-tag */
#ck-editor-tag p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #212529;
    font-size: 1rem;
    line-height: 1.5;
}

/* Links inside #ck-editor-tag */
#ck-editor-tag a {
    font-weight: bold;
    color: #03164c !important;
    text-decoration: underline;
}

/* #ck-editor-tag a:hover {
    color: #0a58ca;
    text-decoration: none;
  } */

/* Lists inside #ck-editor-tag */
#ck-editor-tag ul,
#ck-editor-tag ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
}

#ck-editor-tag ul li,
#ck-editor-tag ol li {
    margin-bottom: 0.5rem;
}

#ck-editor-tag ul li {
  list-style: none; /* Remove default bullet points */
  position: relative;
}


/* Blockquote inside #ck-editor-tag */
#ck-editor-tag blockquote {
    padding: 0.75rem 1.25rem;
    margin: 0 0 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #dee2e6;
    color: #6c757d;
}

/* Code blocks inside #ck-editor-tag */
#ck-editor-tag code {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #d63384;
    background-color: #f8f9fa;
    border-radius: 0.2rem;
}

/* Images inside #ck-editor-tag */
#ck-editor-tag img {
    max-width: 100%;
    height: auto;
    border-radius: 0.25rem;
}

/* Tables inside #ck-editor-tag */
#ck-editor-tag table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

#ck-editor-tag table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: separate;
    border: 1px solid black;
}

#ck-editor-tag table td {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
    text-align: left;
    border: 1px solid #e6e5e5;
}

#ck-editor-tag table th {
    padding: 10px;
    font-weight: bold;
    font-size: 1rem !important;
    text-align: left;
    color: #f0eef7 !important;
    background-color: #03164c !important;
}

#ck-editor-tag table thead th:nth-child(even) {
    border-left: 1px solid #ffffff !important;
}
