.label {
  background: white;
  border: 2px solid black;
  padding: 10px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.label h1 {
  font-size: 32px;
  font-weight: bolder;
  border-bottom: 8px solid black;
  padding-bottom: 4px;
  margin-top: 1px;
  margin-bottom: 8px;
  text-align: left;
}
.section-header {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  text-align: left;
}
.section-title {
  font-weight: bold;
  border-top: 2px solid black;
  margin-top: 4px;
  margin-bottom: 2px;
  padding-bottom: 0px;
  font-size: 14px;
  text-align: left;
}
.section-body {
  margin: 0 10px;
  font-size: 12px;
  text-align: left;
}

.item {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 0;
}

.item strong {
  font-weight: bold;
}

.note {
  font-size: 11px;
  margin-top: 10px;
  color: #333;
}

.double-border {
  border-top: 4px double black;
  margin-top: 10px;
  padding-top: 6px;
}

.single-border {
  border-top: 4px solid black;
  margin-top: 10px;
  padding-top: 6px;
}
.single-border-thin {
  border-top: 2px solid black;
  margin-top: 10px;
  padding-top: 6px;
}
.single-border-thick {
  border-top: 10px solid black;
  margin-top: 10px;
  padding-top: 6px;
}
