input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
    margin-top: 30px;
}

span:has(input.wpcf7-file) {
    display: block;
    background-color: var(--grey);
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    color: var(--white);
    font-family: 'Lexend', 'Arial';
    margin-top: 5px;
    height: 18px;
    cursor: pointer;
    transition: all 200ms ease;
}

.wpcf7-file {
    display: none;
}

span:has(input.wpcf7-file):hover {
    background-color: var(--black-grey);
}

.wpcf7 {
    width: 90%;
    margin: auto;
}

.contactGroup>p {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 0;
    justify-content: space-between;
    width: 100%;
    align-items: stretch;
}

.contactGroup {
    margin-bottom: 10px;
}

.contactData>p:first-child input,
.contactData>p:first-child textarea,
.contactGroup>p:first-child input {
    background-color: var(--grey);
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    color: var(--white);
    font-family: 'Lexend', 'Arial';
    margin-top: 5px;
}

.contactGroup>p:first-child input {
    width: calc(100% - 30px);
}

.contactGroup>p>label {width: 100%;}

.contactData>p {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    margin: 0;
}

.contactData>p:first-child input, .contactData>p:first-child span, .contactData>p:first-child textarea {
    width: calc(100% - 30px);
}

@media only screen and (max-width: 600px) {
    .contactGroup>br {
        display: none;
    }

    .contactGroup {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .contactGroup>p>br {
        display: none;
    }

    .contactGroup>p {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        width: 100%;
        justify-content: center;
        align-content: center;
        margin: 0;
    }

    .contactData {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
}



.contactData>p:first-child span, .contactData>p:first-child label {
    width: 100%;
}

.contactData>p:first-child input, span:has(input.wpcf7-file) {
    width: calc(100% - 30px)
    
}

a.privacyLink {
    color: var(--black);
    text-decoration-line: underline;
}

.wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    gap: 45px;
    justify-content: space-between;
    width: 100%;
}

#privacy {
    width: 20px;
    height: 20px;
}

.wpcf7-list-item {
    margin: 0;
    display: flex;
}

span.wpcf7-spinner {
    width: 24px !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
    width: 100%;
}