.page-content:has(.dz-mlf) {
  background: #eef2f4;
}
.page .page-content .dz-mlf {
  max-width: 1040px;
  margin: 12px auto 48px;
  padding: 8px 10px 36px;
  direction: rtl;
  color: #0f172a;
  font-family: Cairo, Tahoma, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.75;
}
.page .page-content .dz-mlf h1,
.page .page-content .dz-mlf h2,
.page .page-content .dz-mlf h3 {
  font-family: Cairo, Tahoma, "Segoe UI", sans-serif;
}
.dz-mlf-search {
  display: block;
  width: 100%;
  margin: 0 0 18px;
  height: 52px;
  border: 1px solid #c9d4de;
  border-radius: 14px;
  padding: 0 16px;
  font: inherit;
  font-weight: 700;
  color: #0f172a;
  background: #fff;
}
.dz-mlf-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}
.dz-mlf-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 148px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #d7dee6;
  text-decoration: none !important;
  color: #0f172a !important;
}
.dz-mlf-card:hover,
.dz-mlf-card:focus {
  border-color: #0d7377;
  background: #f0fdfa;
}
.dz-mlf-card strong {
  font-size: 18px;
  line-height: 1.45;
  color: #043833;
}
.dz-mlf-card span,
.dz-mlf-meta {
  color: #475569;
  font-size: 14px;
  font-weight: 700;
}
.dz-mlf-field {
  margin: 22px 0 10px;
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #043833 !important;
}
.dz-mlf-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #0f766e;
  font-size: 14px;
  font-weight: 800;
}
.dz-mlf-where {
  background: #f0fdfa;
  border: 1px solid #99f6e4;
  border-radius: 16px;
  padding: 16px 18px;
  margin: 0 0 18px;
}
.dz-mlf-where b {
  display: block;
  margin-bottom: 6px;
  color: #043833;
}
.dz-mlf-steps {
  margin: 0;
  padding: 0 22px 0 0;
}
.dz-mlf-steps li {
  margin-bottom: 8px;
}
.dz-mlf-letter {
  white-space: pre-wrap;
  background: #fffdf8;
  border: 1px dashed #d6c7a1;
  border-radius: 16px;
  padding: 18px;
  color: #1e293b;
  font-family: "Traditional Arabic", Tahoma, sans-serif;
  font-size: 20px;
  line-height: 1.9;
  margin: 0 0 14px;
}
.dz-mlf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dz-mlf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 8px 16px;
  border-radius: 12px;
  border: 0;
  background: #0d7377;
  color: #fff !important;
  font: inherit;
  font-weight: 800;
  text-decoration: none !important;
  cursor: pointer;
}
.dz-mlf-btn--ghost {
  background: #fff;
  color: #0a5c54 !important;
  border: 1px solid #0d7377;
}
.dz-mlf-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 16px;
}
.dz-mlf-table th,
.dz-mlf-table td {
  border: 1px solid #e2e8f0;
  padding: 10px 12px;
  text-align: right;
  vertical-align: top;
}
.dz-mlf-table th {
  background: #f0fdfa;
  color: #043833;
}
.page .page-content .dz-mlf a {
  color: #0f766e !important;
  font-weight: 800;
}
.page .page-content .dz-mlf .dz-mlf-btn,
.page .page-content .dz-mlf .dz-mlf-card {
  font-weight: 800;
}
.page .page-content .dz-mlf .dz-mlf-btn {
  color: #fff !important;
}
.page .page-content .dz-mlf .dz-mlf-btn--ghost {
  color: #0a5c54 !important;
}
.dz-mlf-note {
  background: #fff7ed;
  border: 1px solid #fed7aa;
}
.dz-mlf-crumb {
  margin: 0 0 12px;
  font-size: 15px;
}
.dz-mlf-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.dz-mlf-jump a {
  background: rgba(255, 255, 255, 0.16);
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 800;
}

.dz-mlf-home {
  display: block;
  margin: 6px 12px 18px;
  border-radius: 16px;
  overflow: hidden;
  background: #10242b;
  border: 1px solid #1f6f68;
  direction: rtl;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  max-width: 100%;
}
.dz-mlf-home__media {
  display: block;
  background: #0b3a36;
}
.dz-mlf-home__media img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.dz-mlf-home__body {
  padding: 18px 20px 16px;
  color: #f8fafc;
}
.dz-mlf-home__body h2 {
  margin: 0 0 8px !important;
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 800 !important;
}
.dz-mlf-home__body p {
  margin: 0 0 12px;
  color: #d7e4ea;
  font-size: 16px;
  line-height: 1.7;
}
.dz-mlf-home__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.dz-mlf-home__links a,
.dz-mlf-home__more {
  color: #fff !important;
  text-decoration: none !important;
  background: #0d7377;
  border-radius: 999px;
  padding: 7px 12px;
  font-weight: 800;
  font-size: 15px;
}
.dz-mlf-home__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dz-mlf-home__quick a {
  color: #99f6e4 !important;
  font-weight: 700;
  text-decoration: none !important;
}
.dz-mlf-home__quick a:hover,
.dz-mlf-home__quick a:focus {
  text-decoration: underline !important;
}
@media (max-width: 720px) {
  .dz-mlf-home {
    margin-inline: 8px;
  }
  .dz-mlf-home__media img {
    height: 180px;
  }
  .dz-mlf-home__body h2 {
    font-size: 24px !important;
  }
}
