.elementor-2120 .elementor-element.elementor-element-d33a286{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c32dba3 */<style>
.startup-scaleup hr {
  display: none;
}
</style>/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d33a286 */@media(max-width:768px){
  .comment-form-cookies-consent{
    padding-bottom: 5%;
}  
}/* End custom CSS */
/* Start custom CSS */@media screen and (max-width: 1200px) {
    .mil-inner-banner .mil-banner-content {
        padding: 40px 0 0 0 !important;
    }
}
/* Optimizează spațiul între rânduri pentru cookies consent */
.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start; /* aliniere checkbox + text */
  gap: 8px; /* spațiu între checkbox și text */
  line-height: 1.3; /* mai mic decât default pentru a reduce spațiul între rânduri */
  font-size: 0.9rem; /* opțional, pentru a arăta mai compact */
  margin-top: 10px; /* poți ajusta dacă e prea aproape de elementele de deasupra */
}

.comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
}
@media (max-width: 768px) {
  .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px; /* spațiu între checkbox și text */
    line-height: 1.3; /* spațiu mai mic între rânduri */
    font-size: 0.9rem;
    margin-top: 10px;
    padding-bottom: 10px; /* 🔥 spațiu sub text */
  }

  .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
  }
}/* End custom CSS */