@page {
  size: letter portrait;
  margin: 0.25in;
}

.medical-history-form.container {
  margin-top: 0 !important;
  padding: 0;
}
.medical-history-form > .alert {
  display: none !important;
}
.medical-history {
  font-size: 10px;
  line-height: 1.2;
}
.medical-history .h4 {
  font-size: 18px;
  margin-bottom: 8px !important;
}
.medical-history .h6 {
  font-size: 10px;
}
.medical-history .g-2 {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.15rem;
}
.medical-history .mb-2 {
  margin-bottom: 4px !important;
}
.medical-history .p-2 {
  padding: 4px !important;
}
.medical-history .form-control {
  font-size: 10px;
  line-height: 1.2;
  min-height: 0;
  padding: 0 2px;
}
.medical-history .form-check {
  min-height: 0;
  padding-left: 13px;
}
.medical-history .form-check-input {
  width: 10px;
  height: 10px;
  margin-left: -13px;
  margin-top: 1px;
}
.medical-history .border-bottom {
  padding-bottom: 1px;
}
.medical-history section,
.medical-history .row {
  break-inside: avoid;
}
.medical-history-print-comments {
  min-height: 56px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
