/*
Theme Name: ManufakturSolutions
Theme URI: https://manufaktursolutions.qodeinteractive.com
Description: Industry and Factory Theme
Author: Select Themes
Author URI: https://qodeinteractive.com
Text Domain: manufaktursolutions
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Target your Contact Form 7 form specifically */
/* Target your Contact Form 7 form specifically */
/* Target all file counters inside this form */
/* Make the drag & drop counter visible */
/* Make the drag & drop counter visible */
.codedropz-upload-wrapper .dnd-upload-counter,
.codedropz-upload-wrapper .dnd-upload-counter span {
    color: #000000 !important;  /* black text */
    font-weight: bold;           /* optional: make it more visible */
    font-size: 14px;             /* optional: adjust size */
}

/* Optional: style the drag & drop container */
.codedropz-upload-wrapper {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
}

/* Optional: style the header and browse button text */
.codedropz-upload-inner h3,
.codedropz-upload-inner span,
.codedropz-btn-wrap a {
    color: #000000 !important;
    font-weight: normal;
}


