body {
  font-family: "Cairo", sans-serif;
  background: #fdfdfd;
  margin: 0;
}
.container {
  max-width: 1280px;
  margin: auto;
}
.date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #777;
  margin-bottom: 10px;
  font-size: 15px;
}
.date .icon {
  width: 20px;
  height: 20px;
}
h1 {
  font-size: 28px;
  font-weight: 800;
  color: #344d9b;
  margin-bottom: 10px;
}
.divider {
  height: 2px;
  background: #ddd;
  margin: 20px 0;
}
.grid {
  display: flex;
  flex-direction: column; 
  gap: 20px;
}

.grid figure {
  width: 100%;
  margin: 0;
}

.grid img.photo {
  width: 100%;
  height: 600px; 
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.grid .content {
  width: 100%; 
}

.grid .content p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}
.description {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.full-width {
  width: 100%;
  margin: 0;
}

.full-width img {
  width: 100%;
  height: auto;
  display: block;
}
[dir="ltr"].content {
  text-align: left; 
  direction: ltr;  
}
[dir="rtl"] .content {
  text-align: right; 
  direction: rtl;  
}
