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

.dg-spec-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px 10px;
	border: 1px solid #243A5E;
	border-radius: 6px;
	background: #F0F4FA;
	font-size: 12px;
	font-weight: 400;
	color: #243A5E;
	white-space: nowrap;
}
.dg-spec-label {
	font-weight: 500;
}
.dg-spec-value {
	font-weight: 600;
	font-size: 12px;
}
.elementor-field-type-upload {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
}


.elementor-field-type-upload input.elementor-upload-field {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}
.elementor-field-type-upload > .elementor-field-label {
	width: 100%;
	margin-bottom: 8px;
	padding-bottom: 0;
}

.dg-upload-visual {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 18px;
	border: 1.5px dashed #CBD5E1;
	border-radius: 10px;
	background: #F3F4F6;
	color: #64748B;
	font-size: 14px;
	pointer-events: none;
	width: 100%;
}
.dg-upload-visual svg {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	color: #64748B;
}
.dg-upload-visual.has-file {
	border-style: solid;
	border-color: #94A3B8;
	color: #1C1C1C;
}
.dg-post-meta-row {
	display: flex;
	align-items: center;
	gap: 16px;
}
.dg-post-meta-item {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	color: #6B7280;
}
.dg-post-meta-item svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	color: #9AA3B0;
}
@media(max-width: 480px){
	.dg-upload-visual{padding: 11px 18px; }
}