*,
*::before,
*::after {
  box-sizing: border-box;
}

.cefs-signature-keyboard-pad {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  padding: 16px;
}

.cefs-signature-pad {
  min-width: 300px;
  min-height: 300px;
  max-width: 700px;
  max-height: 460px;
}

.cefs-signature-pad-maxwidth {
  max-width: 700px;
}

.cefs-keyboard-pad-maxwidth {
  max-width: 400px;
}

.cefs-signature-keyboard-pad--body {
  position: relative;
  flex: 1;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
}

.cefs-signature-keyboard-pad--body .cef-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.cefs-signature-keyboard-pad--footer {
  color: #c3c3c3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 8px;
}

.cefs-signature-keyboard-pad--actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 8px;
}

@media (max-width: 480px) {
  .cefs-signature-keyboard-pad--actions .cefs-button {
    display: block;
    width: 100%;
    min-height: 2em;
  }
}

.cefs-signature-keyboard-pad--actions .cefs-button {
  margin: 0.2em;
}
