/* === Scoped CKEditor Bootstrap === */


.ckeditor-content h5,
.ckeditor-content h6 {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 600 !important;
  margin-top: 1rem !important;
  margin-bottom: 0.5rem !important;
  font-size: revert !important;
  line-height: 1.3 !important;
  line-height: 35px !important;
}
.ckeditor-content h4 {
  font-family: "Source Sans Pro", sans-serif !important; 
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
}
.ckeditor-content h1 {
  font-family: "Source Sans Pro", sans-serif !important; 
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 35px !important;
}
.ckeditor-content h2 {
  font-family: "Source Sans Pro", sans-serif !important;
  margin-top: 20px !important;
  font-weight: 500 !important;
  font-size: 30px !important;
  line-height: 35px !important;
}

.ckeditor-content h3 {
  margin-bottom: 0.5rem !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  font-family: "Source Sans Pro", sans-serif !important;
  line-height: 35px !important;
}

.ckeditor-content p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #333 !important;
  background-color: #fff !important;
}

.ckeditor-content strong {
  font-weight: bold !important;
}
.ckeditor-content b strong {
  font-weight: 700 !important;
}

.ckeditor-content em {
  font-style: italic !important;
}

.ckeditor-content blockquote {
  padding: 10px 20px !important;
  margin: 0 0 20px !important;
  font-size: 17.5px !important;
  border-left: 5px solid #eee !important;
}

.ckeditor-content ul,
.ckeditor-content ol {
  margin-bottom: 1rem !important;
  padding-left: 2rem !important;
  font-family: Arial, sans-serif !important;
}

.ckeditor-content li {
  margin-bottom: 0.5rem !important;
}

.ckeditor-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-bottom: 1rem !important;
}

.ckeditor-content th,
.ckeditor-content td {
  border: 1px solid #dee2e6 !important;
  padding: 0.5rem !important;
}

.ckeditor-content .text-left {
  text-align: left !important;
}

.ckeditor-content .text-center {
  text-align: center !important;
}

.ckeditor-content .text-right {
  text-align: right !important;
}

.ckeditor-content img {
  max-width: 100% !important;
  height: auto !important;
}

.ckeditor-content a {
  color: #007bff !important;
  text-decoration: underline !important;
}

.ckeditor-content a:hover {
  color: #0056b3 !important;
  text-decoration: none !important;
}
