/* 
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 elementor-field-group elementor-column elementor-field-group-guardian_doc elementor-col-100
/* להציג לייבל רק בשדה הקובץ (גם כשכל הטופס ללא תוויות) */
.elementor-field-group-guardian_doc > .elementor-field-label{
  position:static !important;
  display:block !important;
  width:auto !important;
  height:auto !important;
  clip:auto !important;
  clip-path:none !important;
  overflow:visible !important;
  white-space:normal !important;
  margin:.5rem 0 .5rem 0 !important;

	    font-size: 1.1rem !important;
	font-family: "polin", Sans-serif !important;
    font-weight: 400 !important;
}

/* סידור אנכי של לייבל→כפתור→שם קובץ */
.elementor-field-group-guardian_doc{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.5rem;
}

.guardian-btn{
	    font-family: "Cooperative", Sans-serif;
  cursor:pointer;
  padding:.65rem 1rem;
  border-radius:.5rem;
	  border:1px solid #ddd;
    color: #143372;
	    font-size: 25px;
    font-weight: 800;
  background:#36E8ED;
}
.guardian-btn:hover {
	background: #36E8ED;
	color: #fff;
}



.guardian-file-name{
  font-size:.9rem;
  opacity:.8;
}
