@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,400,400i,600,600i,700,700i');
body .ck-content .table table td, body .ck-content .table table th {
  padding:0;
}
.ck-content figure.table, figure.table {
  margin:0 auto;
}

.article-editor {
    font-size:16px;
    line-height: 1.6;
}

.article-editor h1,
.article-editor h2,
.article-editor h3,
.article-editor h4,
.article-editor h5 {
	font-weight: normal;
	line-height: 1.2;
}

.article-editor h1 {
    font-size: 42px;
    font-weight: 200;
    line-height: 1.04;
    margin-bottom: 25px;
}

.article-editor h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 25px;
}
.article-editor h3 {
    font-size: 28px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.article-editor h4 {
    font-size: 19px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.article-editor h5 {
    font-size: 17px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.article-editor h4, h5 {
    font-weight: 700;
}
.article-editor h2 + p,
.article-editor h2 + ol,
.article-editor h2 + ul,
.article-editor h3 + p,
.article-editor h3 + ol,
.article-editor h3 + ul {
    margin-top: 0;
}
.article-editor p {
    margin-top: 0;
    margin-bottom: 10px;
}
.article-editor figure {
  max-width: 100%;
  margin: 0 auto;
}
.article-editor .image {
  text-align: center;
}
.article-editor figure table {
  width: 100%;
}

.article-editor ol ol {
    margin: 0;
}

.article-editor ul ul {
    margin: 0;
}

/* .article-editor figure {
    text-align: center;
    margin: 25px;
    background-color: #fafafa;
    border: none;
    padding: 0;
} */
.article-editor a {
  color:var(--bs-primary);
}
.article-editor figure img {
    margin: 0 auto;
    max-width: 100%;
}

.article-editor figure figcaption {
    padding: 1em .5em;
    font-size: 13px;
    text-align: center;
}

.article-editor figure .cke_image_resizer_wrapper {
    display: block;
}

.article-editor .image-illustration {
    background-color: white;
}

.article-editor .embed-240p
{
    max-width: 426px;
    max-height: 240px;
    margin:0 auto;
}

.article-editor .embed-360p
{
    max-width: 640px;
    max-height: 360px;
    margin:0 auto;
}

.article-editor .embed-480p
{
    max-width: 854px;
    max-height: 480px;
    margin:0 auto;
}

.article-editor .embed-720p
{
    max-width: 1280px;
    max-height: 720px;
    margin:0 auto;
}

.article-editor .embed-1080p
{
    max-width: 1920px;
    max-height: 1080px;
    margin:0 auto;
}
@media (max-width:767px) {

}
