.elementor-3030 .elementor-element.elementor-element-a9cf03a{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}@media(max-width:767px){.elementor-3030 .elementor-element.elementor-element-a9cf03a{--padding-top:30px;--padding-bottom:30px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for int-contact-v2, class: .elementor-element-6c073c1 */#file-upload-wrapper {
    margin-bottom: 15px;
}

.file-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.file-row label {
    min-width: 140px;
    font-weight: 600;
}

.file-row input[type="file"] {
    flex: 1;
    padding: 6px;
}

.file-row .remove-file {
    background: #dc3545;
    color: #fff;
    border: none;
    padding: 6px 12px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 4px;
}

.file-row .remove-file:hover {
    opacity: 0.85;
}

#add-more-files {
    background: #2672ab;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}

#add-more-files:hover {
    opacity: 0.9;
}/* End custom CSS */