.frnk-signature-pad {
  display: grid;
  gap: 10px;
  width: 100%;
}

.frnk-signature-canvas {
  width: 100%;
  max-width: 720px;
  height: 180px;
  border: 2px solid #d8dee9;
  border-radius: 8px;
  background: #fff;
  touch-action: none;
}

.frnk-signature-clear {
  justify-self: start;
  border: 1px solid #467ff7;
  border-radius: 6px;
  background: #fff;
  color: #1c244b;
  font: inherit;
  font-weight: 700;
  padding: 8px 14px;
  cursor: pointer;
}

.frnk-signature-hint {
  margin: 0;
  color: #52616f;
  font-size: 14px;
}

.frnk-signature-error {
  margin: 0;
  color: #b42318;
  font-size: 14px;
  font-weight: 700;
}

.frnk-wlan-terms {
  max-height: 340px;
  overflow: auto;
  border: 1px solid #d8dee9;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.frnk-wlan-terms h3 {
  margin-top: 0;
}
