/* Licence question form: calm, accessible upload control. */
body.page-id-52 #gform_wrapper_10 .vv-licence-upload {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 62px;
    padding: 10px 12px;
    border: 1px solid rgba(122, 68, 229, .22);
    border-radius: 14px;
    background: #fcfbff;
}

body.page-id-52 #gform_wrapper_10 .vv-licence-upload input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

body.page-id-52 #gform_wrapper_10 .vv-licence-upload-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: #7440df;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

body.page-id-52 #gform_wrapper_10 .vv-licence-upload-button:hover,
body.page-id-52 #gform_wrapper_10 .vv-licence-upload-button:focus-visible {
    background: #5f25f0;
    outline: 3px solid rgba(122, 68, 229, .24);
    outline-offset: 2px;
}

body.page-id-52 #gform_wrapper_10 .vv-licence-upload-name {
    min-width: 0;
    color: #5f5a69;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-id-52 #gform_wrapper_10 .gfield_description {
    margin-top: 8px;
}

@media (max-width: 480px) {
    body.page-id-52 #gform_wrapper_10 .vv-licence-upload {
        align-items: stretch;
        flex-direction: column;
    }
    body.page-id-52 #gform_wrapper_10 .vv-licence-upload-button {
        width: 100%;
    }
}
