body {
  font-family: "Noto Sans Devanagari", sans-serif;
  padding: 20px;
  background: #fff;
  color: #000;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
table th,
table td {
  border: 1px solid #000;
  padding: 6px;
  text-align: center;
}
table td.left-align {
  text-align: left;
}

.seal-block {
  width: auto;
  height: auto;
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.4;
  padding: 5px;
  border: none;
}

.info-block {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
  white-space: pre-line;
}

.print-footer {
  margin-top: 60px;
  text-align: right;
}

@media print {
  button {
    display: none;
  }
}
