/* /style.css */
body {
  background-color: #f8f9fa;
}

.notice-text {
  max-height: 100px;
  overflow-y: scroll;
  background: #f1f1f1;
  padding: 10px;
  border: 1px solid #ccc;
}

.license-placeholder {
  width: 100%;
  min-height: 150px;
  background-color: #e0e0e0;
  border: 2px dashed #888;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555;
  font-weight: bold;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.signature-preview {
  font-family: 'Pacifico', cursive;
  font-size: 28px;
  color: black;
  border-bottom: 2px solid #ff6600;
  padding-bottom: 5px;
  min-height: 50px;
}

.pdf-preview {
  width: 100%;
  height: 400px;
  border: none;
}

.signature-preview,
#signature-cursive,
.cursive-preview {
  font-family: 'Pacifico', cursive;
  font-size: 28px;
  color: black;
}

/* Style for checkmarks appended by the script */
.valid-check {
font-weight: bold;
color: green;
margin-left: 5px;
}
