/* Dark color for header elements on white background */
* {
  box-sizing: border-box;
}

html {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
  height: auto;
}

body {
  font-family: "overpass-variable", sans-serif !important;
  font-weight: 400;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 100vh;
  height: auto;
  overflow-x: hidden; /* Prevent horizontal scroll */
}

/* ========================================
   Admin Bar Spacing
   Uses constants from _global.scss:
   - $adminBarHeight: 32px (default)
   - $adminBarHeightMobile: 46px (mobile)
   - $adminBarBreakpoint: 782px

   NOTE: Header gets admin bar margin by default.
   When service alert exists, it handles the admin bar spacing, so header margin is removed.
   ======================================== */
body.admin-bar-showing {
  /* Default: Header gets admin bar margin */
  /* Override: If service alert exists, remove header margin (alert handles it) */
}
body.admin-bar-showing .ifp-header-new {
  margin-top: 32px !important;
}
body.admin-bar-showing .ifp-service-alert ~ #page-container .ifp-header-new {
  margin-top: 0 !important;
}
body.admin-bar-showing .mobile-menu {
  top: 32px;
  height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar-showing .ifp-header-new {
    margin-top: 46px !important;
  }
  body.admin-bar-showing .ifp-service-alert ~ #page-container .ifp-header-new {
    margin-top: 0 !important;
  }
  body.admin-bar-showing .mobile-menu {
    top: 46px;
    height: calc(100vh - 46px);
  }
}

#page-container {
  padding-top: 0 !important;
  /* Main Menu */
}
#page-container #main-header {
  top: auto !important;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 980px) {
  #page-container #main-header {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ========================================
   IFP New Header Styles
   ======================================== */
:root {
  --ifp-header-height: 86px;
  --ifp-alert-banner-height: 40px;
  --ifp-mobile-header-height: 70px;
  --ifp-header-white: #ffffff;
  --ifp-alert-orange: #ffa500;
  --ifp-navy-blue: #1e3a5f;
}

/* ========================================
   Main Header
   ======================================== */
.ifp-header-new {
  background-color: #ffffff;
  padding-left: 60px !important;
  padding-right: 60px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 999;
  min-height: 86px;
}
@media screen and (max-width: 1240px) {
  .ifp-header-new {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 980px) {
  .ifp-header-new {
    min-height: 70px;
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 576px) {
  .ifp-header-new {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.ifp-header-new .header-container {
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 86px;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0; /* Remove default padding */
  padding-top: 0 !important;
}
@media screen and (max-width: 980px) {
  .ifp-header-new .header-container {
    min-height: 70px;
    padding: 0; /* No additional padding - rely on parent */
  }
}
@media screen and (max-width: 576px) {
  .ifp-header-new .header-container {
    padding: 0; /* No additional padding - rely on parent */
  }
}

/* ========================================
   Logo (Same structure as footer)
   ======================================== */
.logo-container {
  flex-shrink: 0;
  /* Logo Icon */
  /* Vertical Separator Bar */
  /* IFP Text (same typography as footer) */
}
.logo-container .logo-link {
  display: flex;
  align-items: center;
  gap: 10px; /* 20px gap between logo, separator, and IFP text (same as footer) */
  text-decoration: none !important;
  transition: opacity 0.3s ease;
  /* Remove any ::after pseudo-elements */
}
@media screen and (max-width: 1440px) {
  .logo-container .logo-link {
    gap: 8px;
  }
}
@media screen and (max-width: 1240px) {
  .logo-container .logo-link {
    gap: 4px;
  }
}
@media screen and (max-width: 980px) {
  .logo-container .logo-link {
    gap: 10px !important;
  }
}
.logo-container .logo-link::after, .logo-container .logo-link::before {
  display: none !important;
}
.logo-container .header-logo-icon {
  display: flex;
  align-items: center;
  padding-bottom: 13px;
}
@media screen and (max-width: 1440px) {
  .logo-container .header-logo-icon {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 1240px) {
  .logo-container .header-logo-icon {
    padding-bottom: 7px !important;
  }
}
@media screen and (max-width: 980px) {
  .logo-container .header-logo-icon {
    padding-bottom: 8px !important;
  }
}
.logo-container .header-logo-icon svg {
  width: 180px; /* Same size as footer logo */
  height: 46.45px;
}
@media screen and (max-width: 1440px) {
  .logo-container .header-logo-icon svg {
    width: 140px;
    height: 42px;
  }
}
@media screen and (max-width: 1240px) {
  .logo-container .header-logo-icon svg {
    width: 110px;
    height: auto !important;
  }
}
@media screen and (max-width: 980px) {
  .logo-container .header-logo-icon svg {
    width: 150px;
    height: auto;
  }
}
.logo-container .header-separator {
  color: #333333; /* #333 for visibility on white */
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  opacity: 0.5;
  /* Remove any ::after pseudo-elements (like from external-link class) */
}
.logo-container .header-separator::after, .logo-container .header-separator::before {
  display: none !important;
}
@media screen and (max-width: 1440px) {
  .logo-container .header-separator {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .logo-container .header-separator {
    font-size: 18px;
  }
}
.logo-container .header-ifp-text {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 800; /* Extra Bold */
  font-size: 28px; /* Same as footer */
  text-transform: uppercase;
  color: #333333; /* #333 - Dark for white background */
}
@media screen and (max-width: 1440px) {
  .logo-container .header-ifp-text {
    font-size: 26px;
  }
}
@media screen and (max-width: 1240px) {
  .logo-container .header-ifp-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .logo-container .header-ifp-text {
    font-size: 26px;
  }
}

/* ========================================
   Transparent Header Modifier
   Use with: header-ifp-new-transparent.php

   Changes for transparent header:
   - Transparent background (no white bg, no shadow)
   - All text/icons in white
   ======================================== */
.ifp-header-new.header-transparent {
  background-color: transparent !important;
  box-shadow: none !important;
  border-bottom: none !important;
  /* Separator and IFP text - white */
  /* Desktop navigation links - white */
  /* Search icon - white */
  /* Logout button - white text and borders, yellow left border stays */
  /* Mobile hamburger - white */
  /* Search overlay - transparent background on desktop */
}
.ifp-header-new.header-transparent .header-separator,
.ifp-header-new.header-transparent .header-ifp-text {
  color: #ffffff !important;
}
.ifp-header-new.header-transparent .header-logo-icon {
  padding-bottom: 13px !important;
}
@media screen and (max-width: 1240px) {
  .ifp-header-new.header-transparent .header-logo-icon {
    padding-bottom: 7px !important;
  }
}
.ifp-header-new.header-transparent .nav-menu li.menu-item a {
  color: #d7d7d7 !important;
  /* Active state - yellow for transparent header */
}
.ifp-header-new.header-transparent .nav-menu li.menu-item a:hover {
  color: #ffb829 !important;
  border-bottom-color: #ffb829 !important;
}
.ifp-header-new.header-transparent .nav-menu li.menu-item a.current-menu-item a, .ifp-header-new.header-transparent .nav-menu li.menu-item a.current_page_item a {
  color: #ffb829 !important;
  border-bottom-color: #ffb829 !important;
}
.ifp-header-new.header-transparent .header-action-btn,
.ifp-header-new.header-transparent .search-toggle {
  color: #ffffff !important;
}
.ifp-header-new.header-transparent .header-action-btn svg,
.ifp-header-new.header-transparent .search-toggle svg {
  stroke: #ffffff !important;
  fill: none !important;
}
.ifp-header-new.header-transparent .header-action-btn .search-icon svg,
.ifp-header-new.header-transparent .search-toggle .search-icon svg {
  stroke: #ffffff !important;
  fill: none !important;
}
.ifp-header-new.header-transparent .header-action-btn .search-icon svg path,
.ifp-header-new.header-transparent .search-toggle .search-icon svg path {
  stroke: #ffffff !important;
  fill: none !important;
}
.ifp-header-new.header-transparent .header-action-btn:hover,
.ifp-header-new.header-transparent .search-toggle:hover {
  color: #ffb829 !important;
}
.ifp-header-new.header-transparent .header-action-btn:hover svg,
.ifp-header-new.header-transparent .search-toggle:hover svg {
  stroke: #ffb829 !important;
}
.ifp-header-new.header-transparent .header-action-btn:hover .search-icon svg,
.ifp-header-new.header-transparent .search-toggle:hover .search-icon svg {
  stroke: #ffb829 !important;
}
.ifp-header-new.header-transparent .header-action-btn:hover .search-icon svg path,
.ifp-header-new.header-transparent .search-toggle:hover .search-icon svg path {
  stroke: #ffb829 !important;
}
.ifp-header-new.header-transparent .btn-logout {
  color: #ffffff !important;
  border-color: #ffffff !important;
  border-left-color: #f2b207 !important; /* Yellow border-left stays */
}
.ifp-header-new.header-transparent .btn-logout:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border-color: #ffb829 !important;
  border-left-color: #f2b207 !important; /* Yellow stays on hover */
}
.ifp-header-new.header-transparent .mobile-menu-toggle .hamburger-line {
  background-color: #ffffff !important;
}
.ifp-header-new.header-transparent .search-overlay {
  background: transparent !important; /* Dark transparent overlay */
  backdrop-filter: blur(10px); /* Blur effect */
  -webkit-backdrop-filter: blur(10px);
}
.ifp-header-new.header-transparent .search-overlay .search-field {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #1d2939 !important;
}
.ifp-header-new.header-transparent .search-overlay .search-field::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
.ifp-header-new.header-transparent .search-overlay .search-field:focus {
  border-color: #ffffff !important;
  background: rgba(255, 255, 255, 0.15) !important;
}
.ifp-header-new.header-transparent .search-overlay .search-submit {
  color: #1d2939 !important;
}
.ifp-header-new.header-transparent .search-overlay .search-submit svg {
  fill: none !important; /* Hollow - no fill */
  stroke: #1d2939 !important;
}
.ifp-header-new.header-transparent .search-overlay .search-submit .search-icon svg {
  fill: none !important; /* Hollow - no fill */
  stroke: #1d2939 !important;
}
.ifp-header-new.header-transparent .search-overlay .search-submit .search-icon svg path {
  fill: none !important;
  stroke: #1d2939 !important;
}
.ifp-header-new.header-transparent .search-overlay .search-submit:hover {
  color: #1d2939 !important;
}
.ifp-header-new.header-transparent .search-overlay .search-submit:hover svg,
.ifp-header-new.header-transparent .search-overlay .search-submit:hover .search-icon svg {
  stroke: #1d2939 !important;
}
.ifp-header-new.header-transparent .search-overlay .search-close {
  color: #1d2939 !important;
}
.ifp-header-new.header-transparent .search-overlay .search-close svg {
  fill: #1d2939 !important; /* Close icon (X) can have fill */
}
.ifp-header-new.header-transparent .search-overlay .search-close:hover {
  color: #1d2939 !important;
}
.ifp-header-new.header-transparent .search-overlay .search-close:hover svg {
  fill: #1d2939 !important;
}

/* ========================================
   Desktop Navigation
   ======================================== */
.main-navigation {
  display: flex;
  justify-content: flex-start;
  margin-left: auto; /* Flexible/remaining space between logo and navigation */
}
@media screen and (max-width: 980px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation .nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1440px) {
  .main-navigation .nav-menu {
    gap: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .main-navigation .nav-menu {
    gap: 12px;
  }
}
.main-navigation .nav-menu li.menu-item {
  margin: 0;
  padding: 0;
}
.main-navigation .nav-menu li.menu-item a {
  font-family: "industry", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.15em; /* 15% letter spacing */
  text-transform: uppercase;
  color: #475467;
  text-decoration: none !important;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  display: inline-block;
  /* Remove ::after pseudo-element */
}
.main-navigation .nav-menu li.menu-item a::after, .main-navigation .nav-menu li.menu-item a::before {
  display: none !important;
}
.main-navigation .nav-menu li.menu-item a:hover {
  color: #015ea0;
  border-bottom-color: #015ea0;
}
@media screen and (max-width: 1440px) {
  .main-navigation .nav-menu li.menu-item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1240px) {
  .main-navigation .nav-menu li.menu-item a {
    font-size: 11.5px;
  }
}
@media screen and (max-width: 1120px) {
  .main-navigation .nav-menu li.menu-item a {
    font-size: 11px !important;
  }
}
.main-navigation .nav-menu li.menu-item.current-menu-item a, .main-navigation .nav-menu li.menu-item.current_page_item a {
  color: #015ea0;
  border-bottom-color: #015ea0;
}

/* ========================================
   Header Actions
   ======================================== */
.header-actions {
  display: flex;
  align-items: center;
  margin-left: 27px; /* 40px gap from navigation */
  gap: 26px; /* 40px gap from navigation */
}
@media screen and (max-width: 1440px) {
  .header-actions {
    gap: 18px;
    margin-left: 24px;
  }
}
@media screen and (max-width: 1240px) {
  .header-actions {
    gap: 14px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 980px) {
  .header-actions {
    gap: 14px;
    margin-left: auto;
  }
}

.header-action-btn {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #475467; /* Gray600 for icon outline */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
  text-decoration: none !important;
}
.header-action-btn svg {
  width: 20px; /* 20px size for search icon */
  height: 20px;
  fill: none; /* Hollow/not filled */
  stroke: currentColor; /* Outline color (gray600) */
  stroke-width: 2; /* Stroke width for visibility */
}
@media screen and (max-width: 1240px) {
  .header-action-btn svg {
    width: 16px;
    height: 16px;
  }
}
.header-action-btn:hover {
  color: #015ea0;
}
@media screen and (max-width: 980px) {
  .header-action-btn {
    padding: 6px;
  }
}

.ifp-cart.cart__button {
  margin-left: -7.5px !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 1440px) {
  .ifp-cart.cart__button {
    margin-left: -5px !important;
  }
}
@media screen and (max-width: 1240px) {
  .ifp-cart.cart__button {
    margin-left: -3px !important;
  }
}
@media screen and (max-width: 980px) {
  .ifp-cart.cart__button {
    margin-left: -1px !important;
  }
}
.ifp-cart.cart__button svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1240px) {
  .ifp-cart.cart__button svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 980px) {
  .ifp-cart.cart__button svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .ifp-cart.cart__button .cart-number {
    font-size: 14px;
  }
}
@media screen and (max-width: 1240px) {
  .ifp-cart.cart__button .cart-number {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .ifp-cart.cart__button .cart-number {
    font-size: 12px;
  }
}

.btn-logout {
  padding: 10px 20px;
  border: 2px solid #475467;
  border-radius: unset;
  background: transparent;
  color: #475467;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  border-left: 5px solid #f2b207;
}
@media screen and (max-width: 1440px) {
  .btn-logout {
    padding: 8px 12px;
  }
}
@media screen and (max-width: 1240px) {
  .btn-logout {
    padding: 3px 4px;
    font-size: 12px;
    border-left: 3px solid #f2b207;
  }
}
.btn-logout:hover {
  background: #015ea0;
  color: #ffffff;
}
.btn-logout::after {
  display: none !important;
}
@media screen and (max-width: 980px) {
  .btn-logout {
    display: none;
  }
}

/* ========================================
   Mobile Menu Toggle
   ======================================== */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .mobile-menu-toggle {
    display: flex;
  }
}
.mobile-menu-toggle .hamburger-line {
  width: 24px;
  height: 2px;
  background-color: #344054;
  transition: all 0.3s ease;
}

/* ========================================
   Search Overlay (Desktop Only)
   ======================================== */
.search-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 998;
  /* Hide on mobile/tablet - we use mobile menu instead */
}
@media screen and (max-width: 980px) {
  .search-overlay {
    display: none !important;
  }
}
.search-overlay.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.search-overlay .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 60px;
}
@media screen and (max-width: 980px) {
  .search-overlay .container {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 576px) {
  .search-overlay .container {
    padding: 20px;
  }
}
.search-overlay .search-form-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.search-overlay .search-form {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  background: #f9fafb;
  border-radius: 8px;
  overflow: hidden;
}
.search-overlay .search-field {
  flex: 1;
  padding: 14px 20px;
  padding-right: 50px;
  border: 2px solid #d0d5dd;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  color: #1d2939;
  background: #ffffff;
  transition: border-color 0.3s ease;
}
.search-overlay .search-field:focus {
  outline: none;
  border-color: #015ea0;
}
.search-overlay .search-field::placeholder {
  color: #667085;
}
.search-overlay .search-submit {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #475467;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.search-overlay .search-submit:hover {
  color: #015ea0;
}
.search-overlay .search-submit svg {
  width: 20px;
  height: 20px;
}
.search-overlay .search-close {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #475467;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color 0.3s ease;
}
.search-overlay .search-close:hover {
  color: #1d2939;
}
.search-overlay .search-close svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1240px) {
  .search-overlay .search-close svg {
    width: 24px;
    height: 24px;
  }
}

/* ========================================
   Mobile Menu (Mobile/Tablet Only)
   ======================================== */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  max-width: 85%;
  background: #ffffff;
  box-shadow: -2px 0 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  display: none; /* Hidden by default on desktop */
  flex-direction: column;
  /* Only show on mobile/tablet */
}
@media screen and (max-width: 980px) {
  .mobile-menu {
    display: flex;
  }
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu .mobile-menu-header {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  border-bottom: 1px solid #d0d5dd;
}
.mobile-menu .mobile-menu-close {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #344054;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu .mobile-menu-close svg {
  width: 24px;
  height: 24px;
}
.mobile-menu .mobile-search {
  padding: 20px;
  border-bottom: 1px solid #d0d5dd;
}
.mobile-menu .mobile-search-form {
  position: relative;
  display: flex;
  align-items: center;
  background: #f9fafb;
  border-radius: 8px;
  overflow: hidden;
}
.mobile-menu .mobile-search-field {
  flex: 1;
  padding: 12px 16px;
  padding-right: 45px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  color: #1d2939;
  background: #ffffff;
}
.mobile-menu .mobile-search-field:focus {
  outline: none;
  border-color: #015ea0;
}
.mobile-menu .mobile-search-field::placeholder {
  color: #667085;
}
.mobile-menu .mobile-search-submit {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
  color: #475467;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu .mobile-search-submit svg {
  width: 20px;
  height: 20px;
}
.mobile-menu .mobile-navigation {
  flex: 1;
  padding: 20px 0;
  overflow-y: auto;
}
.mobile-menu .mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .mobile-nav-menu li.menu-item {
  margin: 0;
  padding: 0;
}
.mobile-menu .mobile-nav-menu li.menu-item a {
  display: block;
  padding: 14px 20px;
  color: #344054;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  /* Remove any ::after pseudo-elements (like arrows) */
}
.mobile-menu .mobile-nav-menu li.menu-item a::after, .mobile-menu .mobile-nav-menu li.menu-item a::before {
  display: none !important;
}
.mobile-menu .mobile-nav-menu li.menu-item a:hover {
  background: #f9fafb;
  color: #015ea0;
  border-left-color: #015ea0;
}
.mobile-menu .mobile-nav-menu li.menu-item.current-menu-item a, .mobile-menu .mobile-nav-menu li.menu-item.current_page_item a {
  color: #015ea0; /* Just blue text for active state on mobile */
}
.mobile-menu .mobile-menu-actions {
  padding: 20px;
  border-top: 1px solid #d0d5dd;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-menu .mobile-action-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: #344054;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.mobile-menu .mobile-action-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.mobile-menu .mobile-action-link:hover {
  background: #f9fafb;
  color: #015ea0;
}
.mobile-menu .mobile-action-link.logout-link {
  border: 2px solid #015ea0;
  color: #015ea0;
  justify-content: center;
  font-weight: 600;
}
.mobile-menu .mobile-action-link.logout-link:hover {
  background: #015ea0;
  color: #ffffff;
}
.mobile-menu .mobile-action-link.logout-link:hover svg {
  fill: #ffffff;
}

/* ========================================
   Mobile Menu Overlay (Mobile/Tablet Only)
   ======================================== */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: none; /* Hidden on desktop */
  /* Only show on mobile/tablet */
}
@media screen and (max-width: 980px) {
  .mobile-menu-overlay {
    display: block;
  }
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ========================================
   Body Lock (when mobile menu is open)
   ======================================== */
body.mobile-menu-open {
  overflow: hidden;
}
body.mobile-menu-open .mobile-menu {
  transform: translateX(0);
}
body.mobile-menu-open .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}
