body.rtl {
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', sans-serif;
}
.ck_content a{
    text-decoration: none  !important;  
}
.ck_content a:hover{
    text-decoration: none  !important;  
}

/* CKEditor Content Styles */
.ck_content {
  line-height: 1.7;
  font-size: 18px;
  color: #333;
  word-wrap: break-word;
}

/* Headings */
.ck_content h1,
.ck_content h2,
.ck_content h3,
.ck_content h4,
.ck_content h5,
.ck_content h6 {
  font-weight: 600;
  margin: 1em 0 0.6em;
  line-height: 1.3;
}
.ck_content h1 { font-size: 2em; }
.ck_content h2 { font-size: 1.75em; }
.ck_content h3 { font-size: 1.5em; }
.ck_content h4 { font-size: 1.25em; }
.ck_content h5 { font-size: 1.1em; }
.ck_content h6 { font-size: 1em; }

/* Paragraphs */
.ck_content p {
  margin-bottom: 1em;
  color: #444;
}

/* Lists */
.ck_content ul,
.ck_content ol {
  margin: 1em 0 1em 2em;
  padding-left: 1em;
}
.ck_content ul li {
  list-style: disc;
  margin-bottom: 0.5em;
}
.ck_content ol li {
  list-style: decimal;
  margin-bottom: 0.5em;
}

/* Blockquotes */
.ck_content blockquote {
  border-left: 4px solid #3f3854;
  padding-left: 15px;
  margin: 1.5em 0;
  color: #555;
  font-style: italic;
  background: #f9f9f9;
  border-radius: 4px;
}

/* Images */
.ck_content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 1em 0;
  display: block;
}

/* Captions */
.ck_content figcaption {
  font-size: 0.85em;
  color: #666;
  text-align: center;
  margin-top: 0.5em;
}

/* Highlighted text */
.ck_content mark {
  background: #ffecb3;
  padding: 0 4px;
  border-radius: 2px;
}

/* Horizontal line */
.ck_content hr {
  border: 0;
  border-top: 1px solid #052b5b7a;
  margin: 2em 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .ck_content {
    font-size: 15px;
    line-height: 1.6;
  }

  .ck_content h1 { font-size: 1.6em; }
  .ck_content h2 { font-size: 1.4em; }
  .ck_content h3 { font-size: 1.2em; }
  .ck_content h4 { font-size: 1.1em; }
  .ck_content h5 { font-size: 1em; }
  .ck_content h6 { font-size: 0.95em; }

  .ck_content blockquote {
    margin: 1em 0;
    padding-left: 12px;
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .ck_content {
    font-size: 14px;
    line-height: 1.5;
  }

  .ck_content h1 { font-size: 1.4em; }
  .ck_content h2 { font-size: 1.3em; }
  .ck_content h3 { font-size: 1.15em; }
}
