/* Mobile Menu Styles */
@media (max-width: 921px) {
  .ast-mobile-menu-buttons {
    display: flex;
    align-items: center;
  }
  
  .ast-button-wrap .ast-custom-button {
    padding: 8px 20px;
    font-size: 14px;
    border: 2px solid #D4AF37;
    color: #1E40AF;
    background: transparent;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .ast-button-wrap .ast-custom-button:hover {
    background: #D4AF37;
    color: white;
  }
  
  .ast-mobile-header-wrap {
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
  
  .ast-mobile-header-wrap .main-header-menu {
    background: white;
  }
  
  .ast-mobile-header-wrap .main-header-menu a {
    color: #1E40AF;
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .ast-mobile-header-wrap .main-header-menu a:hover,
  .ast-mobile-header-wrap .main-header-menu .current-menu-item > a {
    color: #D4AF37;
    background: #f9f9f9;
  }
}
