.woo-pdf-marker-fields {
    margin-bottom: 20px;
}

.woo-pdf-marker-fields label {
    display: block;
    margin: 10px 0 5px;
}

.woo-pdf-marker-fields input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

.woo-pdf-marker-fields input.error {
    border: 2px solid red;
}
.pdf-help-text{
    margin-top: 4px;
    font-size: 0.9rem;
    color: #555;
}
.woo-pdf-marker-fields input[type="checkbox"] {
    width: auto;
}
.woo-pdf-marker-fields .wpm-table-field input {
    width: inherit;
}
