/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.upload-form-container {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    max-width: 500px;
    margin: 10px 0;
}

.upload-form-container form {
    display: flex;
    flex-direction: column;
}

.upload-form-container h3 {
    color: #0073aa;
}

.upload-form-container label {
    font-weight: bold;
}

.upload-form-container input[type="file"] {
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 3px;
}

.upload-form-container button[type="submit"] {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.upload-form-container button[type="submit"]:hover {
    background-color: #005580;
}
.files-list {
    margin-top: 20px;
}

.files-title {
    color: #0073aa;
    font-size: 18px;
    margin-bottom: 10px;
}

.file-item {
    margin-bottom: 8px;
	font-size: 18px;
}

.file-link {
    color: #0073aa;
    text-decoration: none;
}

.file-link:hover {
    text-decoration: underline;
}
