.elementor-13127 .elementor-element.elementor-element-d0b2f06{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0756909 *//* ===== Media Card RTL Right Image ===== */

.media-card{
  display:flex;
  flex-direction:row-reverse; /* الصورة يمين */
  gap:20px;
  padding:20px;
  border:1px solid #eaeaea;
  border-radius:18px;
  background:#fff;
  text-decoration:none;
  color:#111;
  align-items:center;
  text-align:right; /* كل النص يمين */
  transition:.3s ease;
}

.media-card:hover{
  transform:translateY(-3px);
  box-shadow:0 15px 40px rgba(0,0,0,.08);
}

/* Image */
.media-img img{
  width:260px;
  height:170px;
  object-fit:cover;
  border-radius:14px;
  flex-shrink:0;
}

/* Content */
.media-content{
  flex:1;
}

.media-source{
  font-size:12px;
  font-weight:600;
  color:#888;
  letter-spacing:.5px;
}

.media-content h3{
  font-size:18px;
  margin:8px 0;
  line-height:1.4;
}

.media-content p{
  font-size:14px;
  color:#555;
  margin:0;
      direction: rtl;
}

/* Mobile */
@media(max-width:768px){
  .media-card{
    flex-direction:column;
    text-align:right;
  }

  .media-img img{
    width:100%;
    height:200px;
  }
}/* End custom CSS */