/* Ovverride rc-progressbar css to fix issue with length of bar */
.rc-progress-line-path {
    stroke-dashoffset: 4px !important;
}

/* Popup content typography
 */
.leazard-info div p {
    margin-bottom: 1em;
}

/* Size drop zone text like the form's paragraphs so it scales with them */
.lz-files .lz-files--drop-area p {
    font-size: 1.3em;
}
