.cf7fs-signature-wrap {
    margin: 1.25rem 0;
}
.cf7fs-label {
    display: block;
    font-weight: 600;
    margin-bottom: .5rem;
}
.cf7fs-canvas-box {
    width: 100%;
    max-width: 900px;
    border: 1px solid #bbb;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.cf7fs-canvas {
    display: block;
    width: 100%;
    height: 260px;
    touch-action: none;
    cursor: crosshair;
    background: #fff;
}
.cf7fs-buttons {
    margin-top: .5rem;
}
.cf7fs-clear {
    padding: .45rem .8rem;
    cursor: pointer;
}
.cf7fs-hint {
    display: block;
    margin-top: .35rem;
    opacity: .7;
}
