/* 
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 */

.elementor-field-type-upload label.elementor-field-label {
	display: block;
	width: 100%;
	text-align: center;
	background: url(https://psbfaces.ru/wp-content/uploads/upload-minimalistic-svgrepo-com.svg);
    padding: 62px 20px 0 20px;
	border: 2px dashed #1c274c;
	border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: top 20px center;
}
.elementor-field-type-upload label.elementor-field-label span {
	display: block;
	margin: 0 0 20px 0;
}
.elementor-field-type-upload input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}

.input-file-preview {
	margin: 20px 0 0 0;
	width: 100%;
	display: flex;
    flex-direction: column;
}

.input-file-list-item {
	display: flex;
    flex-direction: row;	
	align-items: flex-start;
	gap: 10px;
}

.input-file-list-img {
	border-radius: 10px;
	width: 64px;
	height: 64px;
	background-color: #dddddd;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.input-file-list-name {
	font-size: 14px;
	line-height: 1.3;
	font-family: "Montserrat", Sans-serif;
}

a.input-file-list-remove, a.input-file-list-remove:visited, a.input-file-list-remove:focus, a.input-file-list-remove:active {
	font-size: 14px;
	line-height: 1.3;
	font-family: "Montserrat", Sans-serif;
	color: #8b0000;
}
a.input-file-list-remove:hover {
	color: #1c274c;
}