/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2026 | 11:25:52 */
.wpcf7 input[type=file]{
	display:none;
}

label.invalid {
    color: red;
}

.file-input {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
/* 	margin: 30px 0 10px 0; */
}

.file-input label {
    display: flex;
    gap: 12px;
    transition: 0.2s ease all;
    white-space: nowrap;
    max-width: 61vw;
    overflow: hidden;
    font-family: var(--space-grotesk);
    font-feature-settings: 'ss05' on, 'ss04' on, 'ss03' on, 'ss02' on;
    font-weight: inherit;
    font-size: 1rem;
    cursor: pointer;
}

p#file-name {
    display: flex;
    gap: 12px;
    transition: 0.2s ease all;
    white-space: nowrap;
    max-width: 61vw;
    overflow: hidden;
    font-family: var(--space-grotesk);
    font-feature-settings: 'ss05' on, 'ss04' on, 'ss03' on, 'ss02' on;
    font-weight: inherit;
    font-size: 1rem;
    cursor: pointer;
}
