/* ========================================
   DEFAULT MINIMAL CSS - DOAR FIX-URI ESENȚIALE
   ======================================== */

/* FIX LOGO - previne alungirea (suprascrie width/height din HTML) */
.logo img,
.mgmenu-logo img,
.mgmenu-logo-img,
.hp-header-logo img,
.hp-header-logo-img {
  max-height: 44px !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain !important;
}

footer .logo_footer img {
  max-height: 40px !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain !important;
}

/* FIX MENIU MOBILE */
.menu_mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu_mobile li {
  padding: 12px;
  border-bottom: 1px solid #ddd;
}

.menu_mobile a {
  display: flex;
  align-items: center;
  gap: 0px;
  text-decoration: none;
  color: #333;
  font-weight: normal;
}

.menu_mobile img {
  width: 13px;
  margin-right: 10px;
}

/* FIX SUBMENIURI MOBILE */
.has-submenu .sub_mobile {
  display: none;
  padding-left: 15px;
}

.has-submenu.open .sub_mobile {
  display: block;
}

.submenu-icon {
  font-size: 18px;
  font-weight: normal;
  transition: transform 0.3s ease-in-out;
  margin-left: 10px;
}

.has-submenu.open .submenu-icon {
  transform: rotate(45deg);
}

/* FIX MENU-ITEM (pentru my account) */
.menu-item {
  position: relative;
}

.menu-item .badge {
  background-color: #ff0000;
  color: white;
  padding: 0.3em 0.7em;
  border-radius: 50%;
  font-size: 0.8em;
  position: absolute;
  top: 11px !important;
  right: 10px;
}

.menu-item.active .badge {
  background-color: white;
  color: #ff0000;
}

/* FIX FIRMA-INFO (footer) */
.firma-info {
  max-width: 600px;
  margin: 0 auto;
  font-size: 12px;
  color: #888;
}
