/* Mobile header bar — logo + menu only */
@media (max-width: 1199.98px) {
  .header .main-header .header-account,
  .header .main-header .header-account-greeting,
  .header .header-account-greeting,
  .header .header-menu > .account-icon.search,
  .header.header-type7 .header-search {
    display: none !important;
  }

  .header .main-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .header .main-header.rimon-main-header .rimon-header-logo {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-start !important;
  }

  .header .main-header .header-menu {
    width: auto !important;
    flex: 0 0 auto;
  }

  .header .header-menu .header-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .header.header-style-5 .burger-icon,
  .header .burger-icon {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    display: block !important;
    margin: 0;
  }
}

/* Mobile drawer — production layout */
.mobile-header-wrapper-style .mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 24px 16px;
  border-bottom: 1px solid #eee;
}

.mobile-header-wrapper-style .mobile-menu-top .header-logo-link,
.mobile-header-wrapper-style .mobile-menu-top .rimon-logo-frame {
  display: inline-flex;
  align-items: center;
}

.mobile-header-wrapper-style .mobile-menu-top .header-logo-img,
.mobile-header-wrapper-style .mobile-menu-top .rimon-logo-frame__img {
  height: 48px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

.mobile-header-wrapper-style .mobile-menu-user {
  padding: 0 24px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.mobile-header-wrapper-style .mobile-menu-user .rimon-header-greeting__hi {
  color: #3ab446;
  font-weight: 600;
}

.mobile-header-wrapper-style .mobile-menu-user .rimon-header-greeting__name {
  font-weight: 700;
  background: linear-gradient(120deg, #3ab446 0%, #16a34a 50%, #059669 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.mobile-header-wrapper-style .mobile-menu-user--guest {
  color: #666;
}

.mobile-menu-quick-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 0 24px 20px;
  border-bottom: 1px solid #eee;
}

.mobile-menu-quick-actions:has(.mobile-menu-action:nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
}

.mobile-menu-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 8px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fafafa;
  color: #111;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.mobile-menu-action:hover,
.mobile-menu-action:focus-visible {
  background: #fff;
  border-color: #111;
  outline: none;
}

.mobile-menu-action__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.mobile-menu-action__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}

.mobile-header-wrapper-style .mobile-menu-head .box-head-1 {
  display: none;
}

.mobile-header-wrapper-style .mobile-menu-head .close-mobile--drawer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #fff;
  padding: 0;
}

.mobile-header-wrapper-style .mobile-menu-wrap {
  padding-top: 8px;
}

.mobile-header-wrapper-style .mobile-menu.font-heading > li > a,
.mobile-header-wrapper-style .mobile-menu.font-heading > li > .menu-toggle {
  padding: 14px 24px;
  font-size: 16px;
}

.mobile-header-wrapper-style .mobile-header-content-area {
  padding-top: 0;
}
