body {
  font-family: Arial, sans-serif;
  direction: rtl;
  line-height: 1.6; /* Increase line height for better readability */
  margin: 30px;
  color: #333;
  font-size: 18px; /* Increase base font size */
}
.content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
h1, h2, h3, h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #0056b3;
  font-size: 1.5em; /* Increase heading font size */
}
p, ul {
  margin-bottom: 0.8em;
}
ul {
  list-style-type: disc;
  padding-right: 20px;
}
hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.section-title {
  font-weight: bold;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  text-decoration: underline;
}
@media print {
  body {
    margin: 30px;
    padding: 0;
  }
  .no-print {
    display: none;
  }
  .back-link {
    display: none;
  }
}
.logo {
  display: block;
  margin: 0 auto;
  width: 150px;
}
.back-link {
  display: block;
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #0056b3;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  right: 10px;
}
.back-link:hover {
  background-color: #004494;
}
.back-link.top {
  top: 10px;
}
.back-link.bottom {
  bottom: 10px;
}
