body { direction: rtl; font-family: 'Cairo', sans-serif; }
.post-content img{ max-width:100%; height:auto; }
body {
    font-family: 'Cairo', sans-serif;
    font-size: 1.4rem; /* ← حجم الخط الأساسي */
    line-height: 1.8;  /* ← تباعد الأسطر للقراءة المريحة */
    color: #222;       /* ← لون النص */
    background-color: #fff;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #111;
  }
  p {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
  a {
    color: #0077cc;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  .post-content {
    font-size: 1.3rem;
    line-height: 1.9;
    color: #333;
  }
  .post-content img {
    max-width: 100%;
    border-radius: 10px;
    margin: 20px 0;
  }
  .card-title {
    color: #008080;
    font-weight: 600;
  }
    